Releases: AAFC-BICoE/dina-base-api
Releases · AAFC-BICoE/dina-base-api
0.116
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
- Updated
search-messaging
library so that MessageProducingService
can use the new queue configuration
0.114
- 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
- new
dina-messaging
module to standardize RabbitMQ configuration
0.112
- 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
- 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
- Allow to configure
DevUserConfig
(see docs )
- Fixed issue with query on nested relationship paths (relationship of relationship)
- Other minor additions
0.109
- 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
- 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
- Allow
MessageProducingService
to configure operations
- Fixed
TypedVocabularyElementValidator
visibility issue
- Added
SimpleFilterHandlerV2
(optional) to work with the new FilterComponent