Skip to content

Releases: integreat-io/integreat-transporter-mongodb

v1.3.0

20 Feb 20:46
bf4cf29
Compare
Choose a tag to compare

New features:

  • DELETE works with queries (deletes every document matching the queries)
  • UPDATE works with queries (the fields of the data object will be set on all documents matching the query)
  • ne and nin operations are now supported in queries
  • Aggregations may be paginated

v1.2.0

18 Jan 22:46
9ae701b
Compare
Choose a tag to compare

New feature:

  • Support search aggregation (but very crudely)

v1.1.5

20 Nov 21:52
24b2be4
Compare
Choose a tag to compare

Bug fix:

  • An empty aggregation step would cause the transporter to throw

v1.1.4

13 Oct 10:35
36782f8
Compare
Choose a tag to compare

Bug fix:

  • idIsUnique was not honored for documents included by lookup aggregation

v1.1.3

12 Oct 20:01
69f77cc
Compare
Choose a tag to compare

Bug fixes:

  • idIsUnique was not honored when sorting by id
  • idIsUnique was not handled correctly in aggregations

v1.1.2

08 Oct 15:25
b51dc4b
Compare
Choose a tag to compare

Bug fix:

  • Pagination still didn't quite work with idIsUnique

v1.1.1

08 Oct 15:05
fff4154
Compare
Choose a tag to compare

Bug fix:

  • Pagination didn't work with idIsUnique

v1.1.0

28 Sep 12:35
22a1453
Compare
Choose a tag to compare

New features:

  • Support empty string '' as key in objects, by replacing it with **empty** in MongoDB

v1.0.0

27 Sep 14:36
07efe96
Compare
Choose a tag to compare

Breaking changes:

  • Require Integreat 1.0
  • No undefined values are set to Mongo, unless keepUndefined option is true
  • When fetching, totalCount is returned on response params (was meta)

New features:

  • The id field of an item will be stored in Mongo as _id, when the isUniqueId option is true
  • Support UPDATE actions
  • Support match operator in queries (uses $elemMatch in Mongo)

v0.13.3

26 Apr 22:10
Compare
Choose a tag to compare
  • Support free-text search with the filter search operand
  • Update deps