Skip to content

Releases: scireum/sirius-db

8.4.2: Merge pull request #230 from scireum/tbi/fix-delete

29 Aug 10:12
6219a84
Compare
Choose a tag to compare
Skips deletes of non existing entities

8.2.1

26 Jul 11:57
6a260e1
Compare
Choose a tag to compare
Merge pull request #225 from scireum/sbi/MongoDateRangeFix

Allows open date ranges to work in MongoDB aggregations

7.23

11 Jul 09:21
96b329f
Compare
Choose a tag to compare
Merge pull request #223 from scireum/jmu/schema-changes-fix-mariadb

Fixes reading out the existing default value for comparing schemas

7.22

09 Jul 11:08
064c3b3
Compare
Choose a tag to compare
Merge pull request #222 from scireum/tbi/siri79-fix-boolean-property

Allows null default values for boolean properties to be transformed c…

8.1

08 Jul 08:37
9b5d960
Compare
Choose a tag to compare
8.1

7.8.2: Backport

08 Jul 09:17
Compare
Choose a tag to compare
- Fixes: SIRI-79

8.0.1

05 Jul 12:47
82eb5fc
Compare
Choose a tag to compare
  • Blocks the negation of complex MongoDB constraints as this is not supported by MongoDB
  • Fixes the orEmpty flag on `CSVFilter#containsAny' not working on MongoDB list fields

7.16.1 MongoQuery limit fix

07 Jun 09:03
8af1209
Compare
Choose a tag to compare
Merge pull request #210 from scireum/meg/mongoQueryLimit

Also sets limit and skip in the Query itself when it is updated

7.15

05 Jun 15:00
009f70c
Compare
Choose a tag to compare
Merge pull request #207 from scireum/sbi/TermFacetStringList

Unwinds mongo term facet fields so the aggregation works on list fields

7.13 Mongo $sample

05 Jun 07:39
18fa533
Compare
Choose a tag to compare
Merge pull request #205 from scireum/meg/randomMongo

Implements the $sample aggregation into MongoQuery to get a list with random order