Releases: scireum/sirius-db
Releases · scireum/sirius-db
Update to the latest sirius-kernel dependency
Merge pull request #412 from scireum/jmu/version-bump Update to the latest sirius-kernel dependency
dev-24.1
Merge pull request #410 from scireum/feature/aha/skip-default-values Permit to skip stroing null/false fields in MongoDB.
Moves MultiLanguageString to sirius-biz.
Merge pull request #406 from scireum/feature/aha/move-mls-to-biz Moves MultiLanguageStringProperty to sirius-biz and updates to the latest sirius-kernel.
dev-23.3: Merge pull request #399 from scireum/feature/bwi/SIRI-266
Adds methods to more easily convert/parse MLS from/to html forms
Misc improvements.
- Improves ES monitoring and tooling
- Removes warnings if no MongoDB is used at all
- Permits to access some internal APIs of the Redis
connector
dev-23.1
dev-23.0: Merge pull request #397 from scireum/feature/ili/enum-check
BREAKING CHANGE
The behavior of EnumProperty.transformValueFromImport
has changed. When an enum value cannot be transformed (either by its valueOf
of its toString()
case-insensitive versions) an exception is thrown. Previously null
was returned.
MultiLanguageStrings - @NullAllowed
BREAKING CHANGE
@NullAllowed now works with MultiLanguageStrings - meaning that by default they won't accept empty values or languages with a blank string and the @NullAllowed annotation must be set to restore the functionality as previous to this version.