Skip to content

Conversation

baileympearson
Copy link
Contributor

@baileympearson baileympearson commented Sep 16, 2025

Description

Summary of Changes

This PR removes the named Kerberos export.

Notes for Reviewers

What is the motivation for this change?

Release Highlight

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;

Double check the following

  • Lint is passing (npm run check:lint)
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@baileympearson baileympearson marked this pull request as ready for review September 17, 2025 12:55
@baileympearson baileympearson requested a review from a team as a code owner September 17, 2025 12:55
@durran durran self-assigned this Sep 17, 2025
@durran durran added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Sep 17, 2025
@durran durran merged commit 7170783 into main Sep 17, 2025
18 checks passed
@durran durran deleted the NODE-7159 branch September 17, 2025 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Primary Review In Review with primary reviewer, not yet ready for team's eyes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants