Skip to content

Commit 393348e

Browse files
authored
chore(main): release 0.21.0 (#174)
1 parent dd64531 commit 393348e

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.20.2"}
1+
{".":"0.21.0"}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.21.0](https://github.com/zakodium/adonis-mongodb/compare/v0.20.2...v0.21.0) (2026-01-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `FindOptions` is no longer a generic type. Transaction events no longer receive the `session` and `db` objects. They are already available from the transaction executor callback.
9+
* Drop support for Node.js 18.x
10+
11+
### Features
12+
13+
* update mongodb driver to v7 ([dd64531](https://github.com/zakodium/adonis-mongodb/commit/dd64531744d26738190378d34ae6cc2b1a69fe76))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* update dependencies ([62b167d](https://github.com/zakodium/adonis-mongodb/commit/62b167de4f9075c626a93b2e84613de0e373a2b2))
19+
320
## [0.20.2](https://github.com/zakodium/adonis-mongodb/compare/v0.20.1...v0.20.2) (2025-01-15)
421

522

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zakodium/adonis-mongodb",
3-
"version": "0.20.2",
3+
"version": "0.21.0",
44
"description": "MongoDB provider for AdonisJs",
55
"main": "./lib/providers/MongodbProvider.js",
66
"types": "./lib/adonis-typings/index.d.ts",

0 commit comments

Comments
 (0)