Releases: integreat-io/integreat-transporter-mongodb
Releases · integreat-io/integreat-transporter-mongodb
v0.8.3
Support regex op in options.query
.
Example: { path: 'id', op: 'regex', value: '.+:lastUpdated$' }
v0.8.2
- Set authentication type to
asObject
v0.8.1
- Support Integreat's auth method
- Listen to and pass on errors from MongoDB
v0.8.0
Remove use of params object in action payload.
v0.7.5
Update deps and log set filter on debug.
v0.7.4
Upgrade deps + a few internal changes.
v0.7.3
Only include first sort field in the pageId
hash.
v0.7.2
Support allowDiskUse
set individual endpoint options.
v0.7.1
Setting allowDiskUse
option on service will pass this on to find()
or aggregate()
in mongo.
v0.7.0
Upgrade MongoDB driver to v4.1.