To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.rst 9.83 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Support config files in JSON format
- OpenID connect scope and accompanying claim groups
Changed
- Do not log or e-mail ALLOWED_HOSTS violations
Fixed
- Fix API for adding OAuth scopes in AppConfigs
- Show link to imprint in footer
Removed
- Dropped data anonymization (django-hattori) support for now
2.0rc5 - 2021-08-25
Fixed
- The view for getting the progress of celery tasks didn't respect that there can be anonymous users.
- Updated django to latest 3.2.x
2.0rc4 - 2021-08-01
Added
- Allow to configure port for prometheus metrics endpoint.
Fixed
- Use text HTTP response for serviceworker.js insteas of binary stream
- Use Django permission instead of rule to prevent performance issues.
- Correctly deliver server errors to user
2.0rc3 - 2021-07-26
Added
- Support PDF generation without available request object (started completely from background).
- Display a loading animation while fetching search results in the sidebar.
Fixed
- Make search suggestions selectable using the arrow keys.
- Use correct HTML 5 elements for the search frontend and fix CSS accordingly.
2.0rc2 - 2021-06-24
Added
- Allow to install system and build dependencies in docker build
2.0rc1 - 2021-06-23
Added
- Add option to disable dashboard auto updating as a user and sitewide.
Changed
- Use semantically correct html elements for headings and alerts.