Skip to content

Latest commit

 

History

History
100 lines (43 loc) · 4.03 KB

CHANGELOG.md

File metadata and controls

100 lines (43 loc) · 4.03 KB

2.2.0 (2024-03-01)

Bug Fixes

Features

  • add support for mongodb+srv protocol (7ec1c90)

2.1.0 (2024-01-07)

Features

  • Add functional client creator and documentation (#11) (260ac79)

2.0.0 (2023-12-13)

Features

BREAKING CHANGES

  • Increment to depend on V2

1.1.7 (2023-12-12)

Bug Fixes

1.1.6 (2023-06-29)

Bug Fixes

1.1.5 (2023-06-29)

Bug Fixes

  • Moved uri creation into util to ensure its always the same (73942e8)

1.1.4 (2023-06-29)

Bug Fixes

  • Make sure we uri encode credentials and db name (#7) (f4a367a)

1.1.3 (2023-06-17)

Bug Fixes

  • Use direct connections when connecting to local replicasets (#6) (97fdaf2)

1.1.2 (2023-06-16)

Bug Fixes

1.1.1 (2023-06-11)

Bug Fixes

1.1.0 (2023-06-11)

Features

  • Change Mongo SDK to use Prisma (#4) (6749da9)

1.0.1 (2023-06-09)

Bug Fixes

1.0.0 (2023-06-09)

Features