Skip to content

Releases: panoplyio/dbstream-mongo

v4.0.0: Using Node v20

10 Jan 13:32
5a9f9c5
Compare
Choose a tag to compare

Technically these changes might be backwards compatible with versions prior to node v20 but we only test and guarantee it's working with v20 so it's safer to communicate this with a major bump.

v3.0.0: Upgrade mongo driver to 5.9.x

31 Dec 09:46
11d501a
Compare
Choose a tag to compare

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

26 Mar 11:54
e160268
Compare
Choose a tag to compare
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

05 Sep 11:11
1ceac09
Compare
Choose a tag to compare
[APPS-1339] Use the panoply fork of dbstream

v2.0.0: Merge pull request #2 from panoplyio/yoni

31 Aug 12:06
8d0a950
Compare
Choose a tag to compare