Skip to content

Releases: integreat-io/integreat-transporter-mongodb

v0.13.2

05 Apr 19:01
Compare
Choose a tag to compare

Bring back support for several sort fields in the pageId cursor.

v0.13.1

29 Mar 11:01
Compare
Choose a tag to compare
  • Fix bug where total count where calculated with the next page filter, and was reduced for every page
  • Use only the first sort param as a filter when getting a page with pageId

v0.13.0

22 Feb 19:34
Compare
Choose a tag to compare
  • Fix total count from aggregations (done through an extra aggregation step)
  • Require mongodb v5.0
  • Add push to the list of supported group aggregation functions

v0.12.4

19 Feb 22:49
Compare
Choose a tag to compare

Allow lookup aggregation without local and foreign fields

v0.12.3

19 Feb 16:53
Compare
Choose a tag to compare
  • Get the total document count for aggregation quires too

v0.12.1

15 Feb 23:32
Compare
Choose a tag to compare

Fix bug where sort in aggregation stopped working.

v0.12.0

15 Feb 21:01
Compare
Choose a tag to compare
  • Require node 18
  • Support paging for aggregations too

v0.11.1

14 Feb 10:45
Compare
Choose a tag to compare

Make all fields on a lookup aggregation available through def.

v0.11.0

13 Feb 14:58
Compare
Choose a tag to compare

Breaking changes

  • Remove default behaviour of generating internal database _id based on id and $type from data items
  • Remove default query filter based on type param
  • Don't rely on database _id for anything other than aggregation keys

New features

  • Implement pagination based on page offset with pageOffset param (as an alternative to page ids)

v0.10.0

01 Feb 13:47
Compare
Choose a tag to compare
  • Use bulk writes when updating or deleting more than one item
  • Upgrade mongodb to v5
  • Use ESM