Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jun 20, 2025

🌱 A new release!

3.0.0-alpha (2025-10-21)

The MongoDB Node.js team is pleased to announce version 3.0.0-alpha of the kerberos package!

Release Notes

macOS deployment target set to 11

Kerberos now targets macOS 11.

kerberos' napi version has been increased to 9

kerberos' napi version has been increased to 9.

Kerberos no longer exported from the package

The kerberos package exported an undocumented named export, Kerberos, which was used for compatibility with unsupported (<4.x) MongoDB drivers. This export has been removed.

If you are relying on this export, simply import from the kerberos package directly. ex:

// before
const initializeClient = require('kerberos').Kerberos.initializeClient;

// after
const initializeClient = require('kerberos').initializeClient;

Release notes highlight

Support for Nodejs <20.19.0 removed

Kerberos now only supports Nodejs >=20.19.0.

Add support for FreeBSD

FreeBSD is now an unofficially supported platform. Thank you to tagattie for the contribution.

Fill in title or leave empty for no highlight

Release notes highlight

Release notes highlight

Bumps prebuild-install to ^7.1.3

This fixes an undefined N-API target issue with 7.1.2

Release notes highlight

⚠ BREAKING CHANGES

Features

Bug Fixes

Documentation

We invite you to try the kerberos library immediately, and report any issues to the NODE project.


@github-actions github-actions bot requested a review from a team as a code owner June 20, 2025 20:11
@github-actions github-actions bot force-pushed the release-please--branches--main--components--kerberos branch 3 times, most recently from cd86093 to 4866cbc Compare August 1, 2025 09:51
@github-actions github-actions bot force-pushed the release-please--branches--main--components--kerberos branch 2 times, most recently from 2c29523 to 582af34 Compare August 13, 2025 13:11
@github-actions github-actions bot force-pushed the release-please--branches--main--components--kerberos branch from 582af34 to 03ef676 Compare August 26, 2025 20:06
@github-actions github-actions bot force-pushed the release-please--branches--main--components--kerberos branch 2 times, most recently from 53998fb to c44c3d8 Compare September 15, 2025 08:01
@github-actions github-actions bot changed the title chore(main): release 2.3.0 chore(main): release 3.0.0 Sep 16, 2025
@github-actions github-actions bot force-pushed the release-please--branches--main--components--kerberos branch from c44c3d8 to 05ce1f9 Compare September 16, 2025 09:46
@baileympearson
Copy link
Contributor

run release_notes

@github-actions github-actions bot force-pushed the release-please--branches--main--components--kerberos branch 4 times, most recently from 93442a8 to 6e90798 Compare September 18, 2025 11:58
@github-actions github-actions bot force-pushed the release-please--branches--main--components--kerberos branch 2 times, most recently from 65bb1ac to 3677c35 Compare September 26, 2025 14:36
@github-actions github-actions bot force-pushed the release-please--branches--main--components--kerberos branch from 3677c35 to 033a656 Compare October 6, 2025 21:21
@github-actions github-actions bot changed the title chore(main): release 3.0.0 chore(main): release 3.0.0-alpha Oct 21, 2025
@github-actions github-actions bot force-pushed the release-please--branches--main--components--kerberos branch from 033a656 to 6721a09 Compare October 21, 2025 15:35
@baileympearson baileympearson merged commit f519ab1 into main Oct 21, 2025
1 of 2 checks passed
@baileympearson baileympearson deleted the release-please--branches--main--components--kerberos branch October 21, 2025 15:43
@github-actions
Copy link
Contributor Author

🤖 Created releases:

🌻

@baileympearson
Copy link
Contributor

run release_notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants