Skip to content

1.0.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 08:51

Changelog

[1.0.7] - 7.11.2024

  • dogdtr as separate reusable Django application (WIP)
  • switchboard style migration (WIP)
  • DTR logic migrated from DOGlib to dogdtr Django app for better logic granulation
  • API versioning in URL
  • better .gitignore coverage of PyCharm and static artifacts
  • href API to Swagger beta DOG configuration

[1.0.6] - 15.10.2024

  • configurable DTR plugin
  • switchboard style migration - ONGOING (artifacts in place, failed to mimic React server side)
  • navbar
  • fixed dynamic versioning

[1.0.5] - 30.09.2024

  • bump DOGlib to 1.0.9
  • about view
  • refactor "Gate" to "Gateway"

[1.0.4] - 27.08.2024

  • memcache
  • repository status table

[1.0.3] - never released

  • DTR integration
  • type taxonomy

[1.0.2] - 16.04.2024

  • build wheel in CI and distribute Alpine friendly wheels for internal CLARIN
    use
  • new API endpoint /expanddatatype?data_type=<data_type> (not operational yet)
  • fetch includes /expanddatatype response by default

[1.0.1] - never released

Changes:

  • Fixed stability issue by providing shared cache for uwsgi apps
  • dogui Django raw HTML templates
  • Unittests for parameter parsing
  • Fixed CI pipeline
  • Build config with .toml + Poetry
  • Unittests for endpoints
  • OpenAPI 3.0 endpoint documentation
  • Upgrade Python==3.11 and Django==4.2
  • Fix whitespaces in PID form breaking DOG
  • Replace {**A, **B} to Python >=3.9 A | B

[1.0.0] - 17.11.2022

First release of Digital Object Gate web application

  • Expose DOGlib functionality as REST API microservice