Skip to content

Commit 6e90798

Browse files
chore(main): release 3.0.0
1 parent cd75e37 commit 6e90798

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.2.2"
2+
".": "3.0.0"
33
}

HISTORY.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0](https://github.com/mongodb-js/kerberos/compare/v2.2.2...v3.0.0) (2025-09-18)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **NODE-7166:** increase napi version to 9 ([#275](https://github.com/mongodb-js/kerberos/issues/275))
11+
* **NODE-7159:** remove Kerberos export ([#271](https://github.com/mongodb-js/kerberos/issues/271))
12+
* **NODE-6416:** drop callback support from public API ([#269](https://github.com/mongodb-js/kerberos/issues/269))
13+
* **NODE-7155:** update minimum supported Node version to 20.19.0 ([#268](https://github.com/mongodb-js/kerberos/issues/268))
14+
15+
### Features
16+
17+
* **NODE-6416:** drop callback support from public API ([#269](https://github.com/mongodb-js/kerberos/issues/269)) ([3a5a37f](https://github.com/mongodb-js/kerberos/commit/3a5a37f381c5b268c4eeb6fff32b4742d44ec710))
18+
* **NODE-6993:** Add support for FreeBSD ([#248](https://github.com/mongodb-js/kerberos/issues/248)) ([d3e1a71](https://github.com/mongodb-js/kerberos/commit/d3e1a717b5cbb8de01b44d2c083d8f6db317e738))
19+
* **NODE-7051:** Normalize casing of shlwapi.lib ([#253](https://github.com/mongodb-js/kerberos/issues/253)) ([1a91b69](https://github.com/mongodb-js/kerberos/commit/1a91b6926fdb616ecb7875f73d40216eaa8ee565))
20+
* **NODE-7152:** deprecate MongoAuthProcess class ([#267](https://github.com/mongodb-js/kerberos/issues/267)) ([6b022d3](https://github.com/mongodb-js/kerberos/commit/6b022d326c59c1056444603a21df8b5f44e8a800))
21+
* **NODE-7155:** update minimum supported Node version to 20.19.0 ([#268](https://github.com/mongodb-js/kerberos/issues/268)) ([286624d](https://github.com/mongodb-js/kerberos/commit/286624dce90fd32cb293aa68189cd55cfdde5778))
22+
* **NODE-7159:** remove Kerberos export ([#271](https://github.com/mongodb-js/kerberos/issues/271)) ([7170783](https://github.com/mongodb-js/kerberos/commit/7170783f0b09ff53bb2a4f4faee8306ccf06ca77))
23+
* **NODE-7164:** add TS definition file to kerberos package ([#274](https://github.com/mongodb-js/kerberos/issues/274)) ([8764240](https://github.com/mongodb-js/kerberos/commit/876424069c6d743eb9de1c8f6be274986291dc76))
24+
* **NODE-7166:** increase napi version to 9 ([#275](https://github.com/mongodb-js/kerberos/issues/275)) ([cd75e37](https://github.com/mongodb-js/kerberos/commit/cd75e37da1c731eb4c05f38417eaa27c546bd75d))
25+
26+
27+
### Bug Fixes
28+
29+
* **NODE-7064:** bump prebuild-install ([#254](https://github.com/mongodb-js/kerberos/issues/254)) ([d2a887a](https://github.com/mongodb-js/kerberos/commit/d2a887a23eb490b31d6932b5d3d90c2f7529a098))
30+
531
## [2.2.2](https://github.com/mongodb-js/kerberos/compare/v2.2.1...v2.2.2) (2025-02-10)
632

733

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": "kerberos",
3-
"version": "2.2.2",
3+
"version": "3.0.0",
44
"description": "Kerberos library for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)