v0.2.0 - 2021-06-04

Changed

  • Connection Pool settings can now be controlled via environment variables [DAFA-914]

Fixed

  • Fixed a bug where the open API documentation of Enums was missing

  • Fixed a bug where the search endpoint yielded different results for non specified parameters and empty parameters

  • Bugfix for get item by id api crashing due to mandatory value, made it optional [DAFA-948]

  • Fixed a bug where pylint pre-commit hook is not reading .pylintrc file and throwing errors while code is commited [DAFA-1022]

Security

  • Introduced authentication mechanism close to PLASMAs implementation to protect critical API endpoints [DAFA-664]

  • /docs and /openapi.json are now protected with HTTP Basic Authentication [DAFA-863]