Skip to content

Releases: AAFC-BICoE/dina-base-api

0.116

30 Jan 23:10
Compare
Choose a tag to compare

What's Changed

  • Added dina-client module to handle OpenIDConnect token-based http calls
  • Added ObjectExportNotification message

Full Changelog: v0.115...v0.116

0.115

26 Jan 19:11
Compare
Choose a tag to compare
  • Updated search-messaging library so that MessageProducingService can use the new queue configuration

0.114

18 Jan 19:00
Compare
Choose a tag to compare
  • Expanded support of messaging to add consumer and producer base classes and configuration
  • Added dina-search module and jar
  • Moved dependencies to not included unnecessary dependencies in the different jars

0.113

15 Jan 15:31
Compare
Choose a tag to compare
  • new dina-messaging module to standardize RabbitMQ configuration

0.112

13 Dec 15:28
Compare
Choose a tag to compare
  • Patched Crnk CrnkErrorController for SpringBoot 2.7
  • Added findOneByNaturalId with hints
  • Updated dependency from Hibernate Types to Hypersistence Utils
  • Fixed DevSettings default value
  • Added file cleaner utility
  • Added support for numeric date with format on Workbook converter

0.111

28 Sep 19:45
Compare
Choose a tag to compare
  • Allow recursive extractNestedMapUsingDotNotation
  • Make BaseDAO findOneByQuery returning null when not found instead of using exception
  • Validate VocabularyElement key since we now have reserved characters when exporting
  • Add csv/tsv support to WorkbookConverter
  • Upgrade Keycloak adapter to 20

0.110

01 Aug 20:40
Compare
Choose a tag to compare
  • Allow to configure DevUserConfig (see docs )
  • Fixed issue with query on nested relationship paths (relationship of relationship)
  • Other minor additions

0.109

19 Jul 20:06
Compare
Choose a tag to compare
  • Expanded JSONApiDocumentStructure to get JsonNode on document based on a JsonPointer
  • Added JsonPathHelper to extract nested document based on the id property using JsonPath

0.108

10 Jul 12:15
Compare
Choose a tag to compare
  • Fixed TypedVocabularyElementValidator visibility issue on methods
  • Added new method signature to all operations in MessageProducingService to better control if a message should be emitted

0.107

12 Jun 15:41
Compare
Choose a tag to compare
  • Allow MessageProducingService to configure operations
  • Fixed TypedVocabularyElementValidator visibility issue
  • Added SimpleFilterHandlerV2 (optional) to work with the new FilterComponent