Releases: ONSdigital/zebedee
Releases · ONSdigital/zebedee
Release 2.9.1
Hotfix release
- Creation of team ids fixed to take greatest id numerically and add one
- Fixes issue where id "999" was > "1000" alphabetically
v2.9.0
Update jwt-verifier version
Release 2.8.0
What's Changed
- collection logic and teamsid update by @AWitcherONS in #606
- Rename canonical topic by @rafahop in #613
- Fetch jwt keys from identity api by @Marianasilvago in #614
- Release/2.8.0 by @AWitcherONS in #615
New Contributors
- @Marianasilvago made their first contribution in #614
Full Changelog: v2.7.0...v2.8.0
Release 2.7.0
What's Changed
- Fix batik WriteAdapter not found by @janderson2 in #610
Release 2.6.0
What's Changed
- Improve unit tests checking lapses of time by @rafahop in #605
- Fix calls to deprecated methods when JWT enabled by @janderson2 in #607
- Enable thread local based permissions methods by @janderson2 in #608
Release 2.5.0
This release contains the following
- Upgrade Mockito to latest stable by @janderson2 in #566
- Rename enum values to follow convention by @rafahop in #573
- Store topics by @rafahop in #588
- Bring master inline with develop by @rafahop in #591
- Fix approval auth issue (PDF generation) by @janderson2 in #592
- Fix deletion of homepage from collection by @rafahop in #594
- Fix content indexing by @rafahop in #595
- Remove unused dao persistence by @janderson2 in #589
- Fix log message by @rafahop in #599
- Update event schema and data type updates by @bpathak-ons in #598
- Fix JWT verification issues when supplied as X-Florence-Token header or without groups by @janderson2 in #602
Release 2.4.0
🚨 This release contains a bug preventing the generation of PDFs and was rolled back 🚨
- Remove User and email string permissions methods where possible by @janderson2 in #564
- Adding traceId for kafka events by @bpathak-ons in #576
- Implement transitional sessions service that uses the ThreadLocal store but not the JWT sessions by @janderson2 in #565
- Remove deprecated get sessions methods by @janderson2 in #584
Release v2.3.0
Release 2.3.0
- Removed default content from repo.
- Updated init logic - any failure during will now exit with a non zero status code instead of failing silently.
- Updated/simplified Slack start up alerter.
- Refactoring of permissions code for future updates.
Release 2.2.0
- Updates for capturing both reviewed and dataset uris for kafka event
- Add published index endpoint for search reindexing
Release 2.1.0
Release 2.1.0
- Tidy up sessions handling prior to enabling JWT sessions feature
- Prepare teams handling for JWT migration
- Prepare user handling for JWT migration
- Add emergency banner model
- Upgrade dependencies