Skip to content

Releases: neo9/n9-mongodb-client

Release 1.0.0

14 Nov 17:36
Compare
Choose a tag to compare

1.0.0 (2023-11-14)

yarn

Release 1.0.0-rc.16

07 Nov 16:41
Compare
Choose a tag to compare
Release 1.0.0-rc.16 Pre-release
Pre-release

1.0.0-rc.16 (2023-11-07)

aggregation

  • Add optional parameter to aggregation cursor count function to avoid skip and limit stages (68fdc14)

yarn

Release 1.0.0-rc.15

30 Oct 17:24
Compare
Choose a tag to compare
Release 1.0.0-rc.15 Pre-release
Pre-release

1.0.0-rc.15 (2023-10-30)

aggregation

  • Fix empty aggregation cursor count (a806892)

doc

  • Add drop node 16 support to readme (20878f8)

node

  • Drop node 16 support due to commitlint (84226e9)

yarn

  • Upgrade class-transformer mongodb and transitive dependencies (6be9e0f)

Release 1.0.0-rc.14

19 Oct 11:02
Compare
Choose a tag to compare
Release 1.0.0-rc.14 Pre-release
Pre-release

1.0.0-rc.14 (2023-10-19)

yarn

Release 1.0.0-rc.13

16 Oct 09:27
Compare
Choose a tag to compare
Release 1.0.0-rc.13 Pre-release
Pre-release

1.0.0-rc.13 (2023-10-16)

mongo

  • Force readPreference default value to primary (7154b41)

Release 1.0.0-rc.12

16 Oct 09:35
Compare
Choose a tag to compare
Release 1.0.0-rc.12 Pre-release
Pre-release

1.0.0-rc.12 (2023-10-13)

aggregation

  • Add automatic _id mapping in aggregation cursors #81 (b0adcfd), closes #81

imports

  • Use new node module notation (6ce7899)

Release 1.0.0-rc.11

13 Oct 16:04
Compare
Choose a tag to compare
Release 1.0.0-rc.11 Pre-release
Pre-release

1.0.0-rc.11 (2023-10-13)

tests

  • Adjust serverSelectionTimeoutMS for github actions (1e07374)

yarn

  • Upgrade dependencies and remove codecov #80 (1fa13d0), closes #80

Release 1.0.0-rc.9

12 Oct 11:58
Compare
Choose a tag to compare
Release 1.0.0-rc.9 Pre-release
Pre-release

1.0.0-rc.9 (2023-10-12)

github

  • Push code coverage only on one nodejs version (13697b5)

global

  • Remove usage of global variable and upgrade n9-node-log to V 5 #79 (cdbc823), closes #79

yarn

  • Add pre-release script (e6347ee)
  • Upgrade dependencies and github actions #78 (966c8f2), closes #78

Release 1.0.0-rc.10

12 Oct 11:56
Compare
Choose a tag to compare
Release 1.0.0-rc.10 Pre-release
Pre-release

1.0.0-rc.10 (2023-10-12)

release

  • Enable github releases and review release hooks (abc21a7)

Release 1.0.0-rc.8

12 Oct 11:58
Compare
Choose a tag to compare
Release 1.0.0-rc.8 Pre-release
Pre-release

1.0.0-rc.8 (2023-09-20)

cursor

  • Fix count function on aggregation cursor (3a62a18)

doc

  • Add more migration command utils (925ee1d)
  • Fix migration command utils (3edd345)