Skip to content

Releases: integreat-io/integreat-transporter-mongodb

v0.8.3

21 Jun 15:47
Compare
Choose a tag to compare

Support regex op in options.query.

Example: { path: 'id', op: 'regex', value: '.+:lastUpdated$' }

v0.8.2

13 Jun 20:09
Compare
Choose a tag to compare
  • Set authentication type to asObject

v0.8.1

13 Jun 19:50
Compare
Choose a tag to compare
  • Support Integreat's auth method
  • Listen to and pass on errors from MongoDB

v0.8.0

19 Mar 18:31
Compare
Choose a tag to compare

Remove use of params object in action payload.

v0.7.5

18 Mar 17:20
Compare
Choose a tag to compare

Update deps and log set filter on debug.

v0.7.4

10 Nov 19:14
Compare
Choose a tag to compare

Upgrade deps + a few internal changes.

v0.7.3

23 Oct 15:48
Compare
Choose a tag to compare

Only include first sort field in the pageId hash.

v0.7.2

23 Oct 15:11
Compare
Choose a tag to compare

Support allowDiskUse set individual endpoint options.

v0.7.1

23 Oct 12:56
Compare
Choose a tag to compare

Setting allowDiskUse option on service will pass this on to find() or aggregate() in mongo.

v0.7.0

23 Oct 11:16
Compare
Choose a tag to compare

Upgrade MongoDB driver to v4.1.