Releases: integreat-io/integreat-transporter-mongodb
Releases · integreat-io/integreat-transporter-mongodb
v0.5.0
Breaking change: Changed name of keys on group aggregation object, to more correctly reflect their purpose. id
is now groupBy
and the former groupBy
is now values
.
Also, dot paths are now supported as field names in aggregations.
v0.4.9
Fix bug where arrays were skipped in normalization and serialization.
v0.4.8
Support aggregation.
v0.4.7
Debug messages from get method.
v0.4.6
When receiving a data set smaller than the page size, the paging.next
object will not be set.
v0.4.5
Use a generic query format and support or logic.
v0.4.4
Make paging queries merge with other queries.
v0.4.3
Return stats as data from SET
and DELETE
actions: { modifiedCount: 1, insertedCount: 2, deletedCount: 0 }
.
v0.4.2
Require data objects to have id
and make $type
optional.
v0.4.1
- Support filter queries with dot paths and mongo operators (e.g.
$gt
) - Treat request queries the same way as endpoint queries