Skip to content

Releases: integreat-io/integreat-transporter-mongodb

v0.5.0

25 Jan 16:31
Compare
Choose a tag to compare

Breaking change: Changed name of keys on group aggregation object, to more correctly reflect their purpose. id is now groupBy and the former groupBy is now values.

Also, dot paths are now supported as field names in aggregations.

v0.4.9

15 Jan 22:54
Compare
Choose a tag to compare

Fix bug where arrays were skipped in normalization and serialization.

v0.4.8

14 Jan 17:20
Compare
Choose a tag to compare

Support aggregation.

v0.4.7

18 Oct 15:52
Compare
Choose a tag to compare

Debug messages from get method.

v0.4.6

18 Oct 12:08
Compare
Choose a tag to compare

When receiving a data set smaller than the page size, the paging.next object will not be set.

v0.4.5

12 Oct 08:33
Compare
Choose a tag to compare

Use a generic query format and support or logic.

v0.4.4

03 Oct 15:22
Compare
Choose a tag to compare

Make paging queries merge with other queries.

v0.4.3

20 Sep 12:15
Compare
Choose a tag to compare

Return stats as data from SET and DELETE actions: { modifiedCount: 1, insertedCount: 2, deletedCount: 0 }.

v0.4.2

19 Sep 16:24
Compare
Choose a tag to compare

Require data objects to have id and make $type optional.

v0.4.1

13 Sep 22:40
Compare
Choose a tag to compare
  • Support filter queries with dot paths and mongo operators (e.g. $gt)
  • Treat request queries the same way as endpoint queries