Skip to content

Commit e977954

Browse files
chore(main): release 7.1.0
1 parent d16dd0a commit e977954

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-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-
".": "7.0.0"
2+
".": "7.1.0"
33
}

HISTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## [7.1.0](https://github.com/mongodb-js/kerberos/compare/v7.0.0...v7.1.0) (2026-02-02)
6+
7+
8+
### Features
9+
10+
* **NODE-7338:** support building win32-arm64 prebuild ([#295](https://github.com/mongodb-js/kerberos/issues/295)) ([687aaf1](https://github.com/mongodb-js/kerberos/commit/687aaf1706f1aa693e198b6b9cc9ebd5ff8f743b))
11+
* **NODE-7403:** enable more build warnings on Windows ([#305](https://github.com/mongodb-js/kerberos/issues/305)) ([d3e2cb2](https://github.com/mongodb-js/kerberos/commit/d3e2cb2488980be07df49332f0ee4f96825c724e))
12+
* **NODE-7404:** enable stack-protector-strong flag on Linux ([#306](https://github.com/mongodb-js/kerberos/issues/306)) ([d16dd0a](https://github.com/mongodb-js/kerberos/commit/d16dd0a7344e41edb52887a44f8f01f1ddb9761c))
13+
14+
15+
### Bug Fixes
16+
17+
* **NODE-7395:** do not export mech_oid symbols ([#302](https://github.com/mongodb-js/kerberos/issues/302)) ([11a15bb](https://github.com/mongodb-js/kerberos/commit/11a15bb5797f395ee3ab1bba3512586aa7d109a5))
18+
519
## [7.0.0](https://github.com/mongodb-js/kerberos/compare/v3.0.0-alpha...v7.0.0) (2025-11-04)
620

721

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

0 commit comments

Comments
 (0)