Skip to content

Commit 370396e

Browse files
chore(main): release 6.7.0 [skip-ci] (#672)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 208f7e8 commit 370396e

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

HISTORY.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [6.7.0](https://github.com/mongodb/js-bson/compare/v6.6.0...v6.7.0) (2024-05-01)
6+
7+
8+
### Features
9+
10+
* **NODE-5648:** add Long.fromStringStrict() ([#675](https://github.com/mongodb/js-bson/issues/675)) ([9d5a5df](https://github.com/mongodb/js-bson/commit/9d5a5dfe59aa6f46e4d5d844564b065bdd037154))
11+
* **NODE-6086:** add Double.fromString() method ([#671](https://github.com/mongodb/js-bson/issues/671)) ([e943cdb](https://github.com/mongodb/js-bson/commit/e943cdb2bc69413dc2b57855c7780d6ab65dc366))
12+
* **NODE-6087:** add Int32.fromString method ([#670](https://github.com/mongodb/js-bson/issues/670)) ([5a21889](https://github.com/mongodb/js-bson/commit/5a2188961b87d006eaf64a3e7062fd2f108fd1bc))
13+
14+
15+
### Bug Fixes
16+
17+
* **NODE-6102:** Double.fromString prohibiting '+' character and prohibiting exponential notation ([#674](https://github.com/mongodb/js-bson/issues/674)) ([c58d1e2](https://github.com/mongodb/js-bson/commit/c58d1e213714c99bbb09d0f91a3c9199e43710dd))
18+
* **NODE-6123:** utf8 validation is insufficiently strict ([#676](https://github.com/mongodb/js-bson/issues/676)) ([ae8bac7](https://github.com/mongodb/js-bson/commit/ae8bac7cf0653c87a06b61ac97ff02caf78707a2))
19+
* **NODE-6144:** Long.fromString incorrectly coerces valid inputs to Long.ZERO in special cases ([#677](https://github.com/mongodb/js-bson/issues/677)) ([208f7e8](https://github.com/mongodb/js-bson/commit/208f7e82740d7f5cdbdafcd4fe1e1eae2cd463ca))
20+
521
## [6.6.0](https://github.com/mongodb/js-bson/compare/v6.5.0...v6.6.0) (2024-04-01)
622

723

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"vendor"
1515
],
1616
"types": "bson.d.ts",
17-
"version": "6.6.0",
17+
"version": "6.7.0",
1818
"author": {
1919
"name": "The MongoDB NodeJS Team",
2020
"email": "[email protected]"

0 commit comments

Comments
 (0)