Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [5.7.0](https://github.com/mongodb/node-mongodb-native/compare/v5.6.0...v5.7.0) (2023-06-08)


### Features

* **NODE-4929:** Add OIDC Azure workflow ([#3670](https://github.com/mongodb/node-mongodb-native/issues/3670)) ([b3482f3](https://github.com/mongodb/node-mongodb-native/commit/b3482f32551ea5fcfefa861eca52961a99c82fe3))
* **NODE-5008:** add zstd and kerberos to peer deps ([#3691](https://github.com/mongodb/node-mongodb-native/issues/3691)) ([9561f32](https://github.com/mongodb/node-mongodb-native/commit/9561f32a9dda6969be7f727c9bd1bd96980f5e95))
23 changes: 23 additions & 0 deletions etc/release_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
The MongoDB Node.js team is pleased to announce version XXX of the `XXX` package!

## Release Highlights

Sample

## Changelog

### Features

BULLETED LIST FROM HISTORY.md

### Bug Fixes

BULLETED LIST FROM HISTORY.md

## Documentation

* [Reference](https://docs.mongodb.com/drivers/node/current/)
* [API](LINK)
* [Changelog](LINK)

We invite you to try the `XXX` library immediately, and report any issues to the [NODE project](https://jira.mongodb.org/projects/NODE).
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb",
"version": "5.6.0",
"version": "5.7.0",
"description": "The official MongoDB driver for Node.js",
"main": "lib/index.js",
"files": [
Expand Down