Skip to content

Releases: AAFC-BICoE/agent-api

0.29

18 Dec 20:55
Compare
Choose a tag to compare

What's Changed

  • Updated dependencies
  • Added index refresh endpoint

Full Changelog: v0.28...v0.29

0.28

11 Jul 17:35
Compare
Choose a tag to compare

What's Changed

  • Update to Java 21
  • Increase limit of Person remarks field
  • Updated dina-base

Full Changelog: v0.27...v0.28

0.27

08 May 12:47
Compare
Choose a tag to compare

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

31 Jan 16:07
Compare
Choose a tag to compare
  • Dependencies update
  • Updated RabbitMQ configuration

0.25

11 Sep 17:38
cd10c51
Compare
Choose a tag to compare
  • 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

28 Nov 13:58
Compare
Choose a tag to compare
  • 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

18 Nov 15:39
217911a
Compare
Choose a tag to compare
  • 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

12 Oct 14:50
Compare
Choose a tag to compare
  • Updated dina-base to 0.95
  • General code maintenance. Improved validation on Identifier uri (validated as URL for now)

0.21

12 Sep 19:17
Compare
Choose a tag to compare
  • Updated to Java 17
  • Updated dependencies
  • Updated roles to match dina-base 0.93

0.20

10 Jan 20:40
Compare
Choose a tag to compare
  • Updated dina-base, SpringBoot, log4j2