Skip to content

Commit fdfec48

Browse files
chore(release): 9.0.0 [skip ci]
## [9.0.0](v8.1.3...v9.0.0) (2025-04-01) ### ⚠ BREAKING CHANGES * Updated to MongoDB driver v6 which requires: - BSON types must be from version 6.x - Node.js version compatible with MongoDB 6.x - Updated connection patterns and BSON handling - Removed support for deprecated methods Signed-off-by: Alejandro Dominguez <[email protected]> * * support mongo v6 and update mongoist ### Features * enhance documentation ([e98640e](e98640e)) * migrate to ts ([1f8f10f](1f8f10f)) * support mongo v6 and update mongoist ([5017252](5017252)) * typescript convertion ([54a54b7](54a54b7)) * update deps and support mongo v7 ([42aa306](42aa306)) * **deps:** bump mongoist & mongo memory server to use version 5.0.18 ([f2b2343](f2b2343)) * **mongodb:** add support to native mongodb 3+ ([9c64b88](9c64b88)) ### Bug Fixes * lint fixes ([2110240](2110240)) * restore express dependency and improve findWithPagination function ([6e7401d](6e7401d)) * update collation type and simplify utils function ([4ae455b](4ae455b)) * **deps:** update dependency node to v18 ([94c87f9](94c87f9))
1 parent 586c018 commit fdfec48

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## [9.0.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.1.3...v9.0.0) (2025-04-01)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Updated to MongoDB driver v6 which requires:
7+
- BSON types must be from version 6.x
8+
- Node.js version compatible with MongoDB 6.x
9+
- Updated connection patterns and BSON handling
10+
- Removed support for deprecated methods
11+
12+
Signed-off-by: Alejandro Dominguez <[email protected]>
13+
*
14+
* support mongo v6 and update mongoist
15+
16+
### Features
17+
18+
* enhance documentation ([e98640e](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/e98640e60fdb1db693ed3e0a3b483f48ec31ec57))
19+
* migrate to ts ([1f8f10f](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/1f8f10f37a0b9a43504abce33a12861f1a6dafd3))
20+
* support mongo v6 and update mongoist ([5017252](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/501725255b9d557c369b0d7bb1d8c831e6e09b0a))
21+
* typescript convertion ([54a54b7](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/54a54b7e8d6915b5d7dd5251c7bcf5326ce083c9))
22+
* update deps and support mongo v7 ([42aa306](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/42aa30689ac4add3edcf455f84de8da2de2e092c))
23+
* **deps:** bump mongoist & mongo memory server to use version 5.0.18 ([f2b2343](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/f2b23432893e995c8b6f816ad0543aee6f160bf8))
24+
* **mongodb:** add support to native mongodb 3+ ([9c64b88](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/9c64b8849d8b4d8eeb1755abfa06202f892c193f))
25+
26+
27+
### Bug Fixes
28+
29+
* lint fixes ([2110240](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/21102408f5aac1ed91dce405b909f212f43f4515))
30+
* restore express dependency and improve findWithPagination function ([6e7401d](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/6e7401d288519fac61fc9625c163360e7fa17865))
31+
* update collation type and simplify utils function ([4ae455b](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/4ae455b13b26985ab15156f53b4eb038cd173859))
32+
* **deps:** update dependency node to v18 ([94c87f9](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/94c87f90191b30e024f151446f6e4cf840c19405))
33+
134
### [8.1.3](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.1.2...v8.1.3) (2023-02-14)
235

336

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongo-cursor-pagination",
3-
"version": "8.1.3",
3+
"version": "9.0.0",
44
"description": "Make it easy to return cursor-paginated results from a Mongo collection",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)