Skip to content

Releases: integreat-io/integreat-transporter-mongodb

v0.6.4

13 May 12:51
Compare
Choose a tag to compare
  • Include endpoint options mongo as options to new MongoClient()
  • Return totalCount as a meta prop in response to GET actions

v0.6.3

02 May 16:05
Compare
Choose a tag to compare

Implement two new filter operands: isset and notset.

v0.6.2

19 Apr 14:45
Compare
Choose a tag to compare

Fix typo in previous bug fix. :(

v0.6.1

19 Apr 14:34
Compare
Choose a tag to compare

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

04 Apr 21:25
Compare
Choose a tag to compare

Breaking change: Use Action and Response instead of the obsolete Exchange object.

Supports integreat v0.8.0-alpha.18.

v0.5.5

31 Jan 12:56
Compare
Choose a tag to compare

Serialize date as iso string in pageId.

v0.5.4

30 Jan 18:11
Compare
Choose a tag to compare

Fix bug where date fields were not handled correctly in paging.

v0.5.3

30 Jan 16:11
Compare
Choose a tag to compare

Log incoming options and params to debug log for GET.

v0.5.2

26 Jan 07:55
Compare
Choose a tag to compare

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

25 Jan 23:05
Compare
Choose a tag to compare

Escape key with dots returned from aggregations, with an extra /.