Skip to content

Releases: hypertrace/document-store

Release v0.6.8

16 Feb 09:40
21bd250
Compare
Choose a tag to compare
chore: Minor naming changes (#70)

Release v0.6.7

04 Feb 06:58
b20c3b4
Compare
Choose a tag to compare

What's Changed

  • Update the Postgres driver path to avoid sync failure in dependencies

Release v0.6.6

02 Feb 12:43
1020438
Compare
Choose a tag to compare

What's Changed

  • Encode alias so that they can contain special characters like dot

Release v0.6.5

30 Dec 15:31
0b23b9a
Compare
Choose a tag to compare

Handle duplications using
(i) a overwrite strategy for duplicate selections
(ii) an error-out strategy for duplicate aliases

Release v0.6.4

17 Dec 03:14
506300c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.3...0.6.4

Release v0.6.3

16 Dec 12:08
ca04d48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...0.6.3

Release v0.6.2

01 Dec 07:27
f28b21c
Compare
Choose a tag to compare

What's Changed

  • Introduced a new Query design to support advanced querying
  • Introduce the "aggregate()" and "find()" methods to support grouping and searching based on the new Query design
  • Implemented the new methods for MongoDB

Contributors

@suresh-prakash

Release v0.6.1

21 Oct 04:45
56e5bf0
Compare
Choose a tag to compare

Added support for bulk operations on array value

Release v0.6.0

29 Jul 08:36
6b4d418
Compare
Choose a tag to compare
Use UpdateMany() instead of UpdateOne() for bulk updates (#53)

* used updateMany() instead of updateOne() for bulk update operations

* added implementation for postgres

* added bulkUpdateSubDoc

* added integration tests

* changed return value for bulkUpdateSubDocs from int to BulkUpdateResult

* Update document-store/src/main/java/org/hypertrace/core/documentstore/Collection.java

Co-authored-by: SJ <[email protected]>

Co-authored-by: Ankit Choudhary <[email protected]>
Co-authored-by: Ankit Choudhary <[email protected]>
Co-authored-by: SJ <[email protected]>

Release v0.5.8

03 Jun 08:08
df256dd
Compare
Choose a tag to compare
fix: postgres iterator interface to handle any order (#52)

* fix: postgres iterator interface to handle any order

* chore: explictly failing instead of using assertion stmt

* chore: rename the variable to cursorMovedForward