Releases: integreat-io/integreat-transporter-mongodb
Releases · integreat-io/integreat-transporter-mongodb
v1.3.0
v1.2.0
New feature:
- Support search aggregation (but very crudely)
v1.1.5
Bug fix:
- An empty aggregation step would cause the transporter to throw
v1.1.4
Bug fix:
idIsUnique
was not honored for documents included by lookup aggregation
v1.1.3
Bug fixes:
idIsUnique
was not honored when sorting byid
idIsUnique
was not handled correctly in aggregations
v1.1.2
Bug fix:
- Pagination still didn't quite work with
idIsUnique
v1.1.1
Bug fix:
- Pagination didn't work with
idIsUnique
v1.1.0
New features:
- Support empty string
''
as key in objects, by replacing it with**empty**
in MongoDB
v1.0.0
Breaking changes:
- Require Integreat 1.0
- No
undefined
values are set to Mongo, unlesskeepUndefined
option istrue
- When fetching,
totalCount
is returned on responseparams
(wasmeta
)
New features:
- The
id
field of an item will be stored in Mongo as_id
, when theisUniqueId
option istrue
- Support
UPDATE
actions - Support
match
operator in queries (uses$elemMatch
in Mongo)
v0.13.3
- Support free-text search with the filter
search
operand - Update deps