Releases: hypertrace/document-store
Releases · hypertrace/document-store
Release v0.7.56
What's Changed
- Array filtering support (Part #1): API and Mongo filter refactoring by @suresh-prakash in #173
- Array filtering support (Part #2): MongoDB implementation and integration test setup by @suresh-prakash in #188
- Array filtering support (Part #3): Postgres relational filter refactoring by @suresh-prakash in #189
- Array filtering support (Part #4): Postgres array filter impl. by @suresh-prakash in #191
- Introduce NOT logical operator and add tests by @suresh-prakash in #192
Full Changelog: v0.7.55...v0.7.56
Release v0.7.55
What's Changed
- Avoid re-throwing exception from Postgres connection closing error by @suresh-prakash in #193
Full Changelog: v0.7.54...v0.7.55
Release v0.7.54
What's Changed
- MongoDB read path enhancements by @suresh-prakash in #190
Full Changelog: v0.7.53...v0.7.54
Release v0.7.53
Make inclause behaviour between mongo and postgres consistent #186
Release v0.7.52
What's Changed
- Handle the zero limit case explicitly for MongoDB aggregation by @suresh-prakash in #187
Full Changelog: v0.7.51...v0.7.52
Release v0.7.51
What's Changed
- Fix the Postgres issue with the removal of an element from a singleton list by @suresh-prakash in #185
Full Changelog: 0.7.50...v0.7.51
Release v0.7.50
What's Changed
- chore: add integration test for nested arrays with unnest filter expression by @SrikarMannepalli in #183
- Introduce default keys for typesafe config extractor by @suresh-prakash in #184
Full Changelog: 0.7.49...0.7.50
Release v0.7.49
What's Changed
- fix: update support for postgres collection names with schema identif… by @aaron-steinfeld in #181
Full Changelog: v0.7.48...0.7.49
Release v0.7.48
Release v0.7.47
Includes fix for handling the empty objects, which were failing due to mongo upgrades