Skip to content

chore(main): release 7.1.0#851

Merged
PavelSafronov merged 1 commit intomainfrom
release-please--branches--main--components--bson
Jan 16, 2026
Merged

chore(main): release 7.1.0#851
PavelSafronov merged 1 commit intomainfrom
release-please--branches--main--components--bson

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 21, 2025

🌱 A new release!

7.1.0 (2026-01-16)

The MongoDB Node.js team is pleased to announce version 7.1.0 of the bson package!

Release Notes

ByteUtils added as a binary utillity

ByteUtils are now public and provide set of platform-agnostic tools to manipulate binary data (using Buffer in nodejs-compatible environments and fallback to Uint8Array).

Note

This feature is experimental and may change at any time

NumberUtils is now exported in the library

BSON maintains a set of utilities for reading to and from buffers of bytes. This module is now exported from the BSON package.

import { NumberUtils } from 'bson';

Note

NumberUtils is experimental and may change at any time.

ByteUtils and NumberUtils removed from onDemand namespace

The experimental ByteUtils and NumberUtils helpers have been moved from the onDemand namespace to the top-level package export.

Features

Bug Fixes

Documentation

We invite you to try the bson 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 November 21, 2025 20:09
@github-actions github-actions bot force-pushed the release-please--branches--main--components--bson branch 2 times, most recently from 07bb4c1 to 1cbf316 Compare January 15, 2026 15:27
@github-actions github-actions bot force-pushed the release-please--branches--main--components--bson branch from 1cbf316 to 5fca598 Compare January 16, 2026 17:42
@PavelSafronov
Copy link
Contributor

run release_notes

2 similar comments
@PavelSafronov
Copy link
Contributor

run release_notes

@PavelSafronov
Copy link
Contributor

run release_notes

@PavelSafronov PavelSafronov merged commit 4375ec6 into main Jan 16, 2026
9 checks passed
@PavelSafronov PavelSafronov deleted the release-please--branches--main--components--bson branch January 16, 2026 21:12
@github-actions
Copy link
Contributor Author

🤖 Created releases:

🌻

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