Releases: AAFC-BICoE/agent-api
Releases · AAFC-BICoE/agent-api
0.29
What's Changed
- Updated dependencies
- Added index refresh endpoint
Full Changelog: v0.28...v0.29
0.28
What's Changed
- Update to Java 21
- Increase limit of Person remarks field
- Updated dina-base
Full Changelog: v0.27...v0.28
0.27
What's Changed
- Updated dina-base to 0.124: move to new message format (search-api 0.32) and added new config classes.
Full Changelog: v0.26...v0.27
0.26
- Dependencies update
- Updated RabbitMQ configuration
0.25
- Update dependencies
- The internal
vocabulary
endpoint will now return a response in the same format as the other DINA modules
- Removed legacy identifiers field as announced in 0.24. The database column is dropped by this version.
0.24
- Fixed issue with agent when organization and identifiers were both provided
- Updated dependencies
Note: legacy identifiers database column will be removed in 0.25
0.23
- BREAKING CHANGE:
person
's identifiers are moving to a to-many relationship. The legacy field is still available in the database schema but will be removed in 0.24. No automatic migration provided.
- Allow user provided uuid on
person
0.22
- Updated dina-base to 0.95
- General code maintenance. Improved validation on Identifier
uri
(validated as URL for now)
0.21
- Updated to Java 17
- Updated dependencies
- Updated roles to match dina-base 0.93
0.20
- Updated dina-base, SpringBoot, log4j2