Skip to content

Releases: hypertrace/document-store

v0.9.41

14 Apr 08:22
045fac2

Choose a tag to compare

What's Changed

  • Add Collection#bulkUpdate(Map<Key, Collection> updates, ..) by @suddendust in #288

Full Changelog: 0.9.40...0.9.41

v0.9.40

10 Apr 09:02
c445cc6

Choose a tag to compare

What's Changed

Full Changelog: 0.9.39...0.9.40

v0.9.39

09 Apr 10:18
f6614c6

Choose a tag to compare

What's Changed

  • [FlatPostgresCollection] Implement bulkCreateOrReplaceReturnOlder + drop + Bugfix for delete(key) always returning true by @suddendust in #286

Full Changelog: 0.9.38...0.9.39

v0.9.38

07 Apr 12:07
2fe1f90

Choose a tag to compare

What's Changed

Full Changelog: 0.9.37...0.9.38

v0.9.37

25 Mar 09:43
f3bc54c

Choose a tag to compare

What's Changed

  • Add Additional Telemetry to FlatPostgresCollection And SchemaRegistry by @suddendust in #282

Full Changelog: 0.9.36...0.9.37

v0.9.36

16 Mar 16:16
5025ed7

Choose a tag to compare

What's Changed

  1. Fixes a bug in PostgresResultIteratorWithBasicTypes in which float4/real values were cast to strings. So say we have a field ratings with is a real field - It would appear as "4.3" in Document instead of 4.3 (Mongo behaves correctly so this fix is added for functional compatibility).
  2. Added checks on the type of input in update parsers for fail-fast. This is inline with Mongo's behaviour.
  3. Handle array fields properly in SET update parsers to parse them as a single value.
  4. Fix the return behaviour of Collection#upsert for PG. Till now, it returns true if a new doc is created, false if it's updated. This is not inline with the contract or Mongo's behaviour - So now, it returns true if it succeeds.
  5. Handle SET on entire JSONB columns properly.
  6. Use CommonUpdateValidator for flat PG collections.

Full Changelog: 0.9.35...0.9.36

Release v0.9.35

04 Mar 06:31
9254122

Choose a tag to compare

What's Changed

Full Changelog: 0.9.34...0.9.35

Release v0.9.34

27 Feb 11:48
683b702

Choose a tag to compare

What's Changed

Features

Bufgix

Full Changelog: 0.9.33...0.9.34

Release v0.9.33

20 Jan 11:34
c855b61

Choose a tag to compare

What's Changed

Full Changelog: 0.9.32...0.9.33

Release v0.9.32

19 Jan 08:47
a45e01d

Choose a tag to compare

What's Changed

Full Changelog: 0.9.31...0.9.32