Releases: panoplyio/dbstream-mongo
Releases · panoplyio/dbstream-mongo
v4.0.0: Using Node v20
v3.0.0: Upgrade mongo driver to 5.9.x
This is a breaking change.
The new mongodb driver has breaking changes and because clients are able to use the raw mongodb connection those breaking changes will leak over. The breaking changes affecting this package come from both the v4 and v5 drivers.
To ease the migration to the new driver we use the mongodb-legacy
package which allows us to keep using the callback API. Switching over to the Promise API caused too many issue in the panoply
repo (where this package is used).
v2.1.1: Upgrade mongodb to 3.6.11
Merge pull request #19 from OmriGLevy/PAN1597_upgrade_mongodb_version [PAN-1597] upgrade mongodb to v3.6.11
v2.1.0: Merge pull request #9 from yonivy/master
[APPS-1339] Use the panoply fork of dbstream
v2.0.0: Merge pull request #2 from panoplyio/yoni
Destroy connections