Releases: integreat-io/integreat-transporter-mongodb
v0.6.4
- Include endpoint options
mongo
as options tonew MongoClient()
- Return
totalCount
as a meta prop in response toGET
actions
v0.6.3
Implement two new filter operands: isset
and notset
.
v0.6.2
Fix typo in previous bug fix. :(
v0.6.1
Fix bug where MongoDB _id
object where exploded and overwrote any id
prop on the data item. Will be converted to a string instead.
v0.6.0
Breaking change: Use Action and Response instead of the obsolete Exchange object.
Supports integreat v0.8.0-alpha.18.
v0.5.5
Serialize date as iso string in pageId
.
v0.5.4
Fix bug where date fields were not handled correctly in paging.
v0.5.3
Log incoming options and params to debug log for GET.
v0.5.2
Change the escaping of aggregation response paths yet again, this time to make a dot be set as \\_
in the data returned from the transporter. Response escaping will probably be removed later, as soon as I make Integreat support keys with dots.
v0.5.1
Escape key with dots returned from aggregations, with an extra /
.