Releases: integreat-io/integreat-transporter-mongodb
Releases · integreat-io/integreat-transporter-mongodb
v0.13.2
Bring back support for several sort fields in the pageId
cursor.
v0.13.1
- Fix bug where total count where calculated with the next page filter, and was reduced for every page
- Use only the first sort param as a filter when getting a page with
pageId
v0.13.0
- Fix total count from aggregations (done through an extra aggregation step)
- Require mongodb v5.0
- Add
push
to the list of supported group aggregation functions
v0.12.4
Allow lookup aggregation without local and foreign fields
v0.12.3
- Get the total document count for aggregation quires too
v0.12.1
Fix bug where sort in aggregation stopped working.
v0.12.0
- Require node 18
- Support paging for aggregations too
v0.11.1
Make all fields on a lookup aggregation available through def.
v0.11.0
Breaking changes
- Remove default behaviour of generating internal database
_id
based onid
and$type
from data items - Remove default query filter based on
type
param - Don't rely on database
_id
for anything other than aggregation keys
New features
- Implement pagination based on page offset with
pageOffset
param (as an alternative to page ids)
v0.10.0
- Use bulk writes when updating or deleting more than one item
- Upgrade mongodb to v5
- Use ESM