Skip to content

Commit

Permalink
1.29.0 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Albertson <[email protected]>
  • Loading branch information
kevinAlbs committed Nov 6, 2024
1 parent 3b0078e commit fc82e03
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 deletions.
18 changes: 16 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
libmongoc 1.29.0 (unreleased)
=============================
libmongoc 1.29.0
================

Improvements:

* Retry KMS requests on transient errors.

Platform Support:

Expand All @@ -15,6 +18,17 @@ Deprecated:
Notes:

* Raise required version of libmongocrypt to 1.12.0 to support In-Use Encryption (corresponds to the CMake option: `ENABLE_CLIENT_SIDE_ENCRYPTION`).
* A future minor release will raise the minimum supported MongoDB Server version from 4.0 to 4.2. This is in accordance with [MongoDB Software Lifecycle Schedules](https://www.mongodb.com/legal/support-policy/lifecycles). **Support for MongoDB Server 4.0 will be dropped in a future release!**

Thanks to everyone who contributed to the development of this release.

* Kevin Albertson
* Ezra Chung
* Micah Scott
* Adrian Dole
* Andreas Braun
* Joshua Siegel


libmongoc 1.28.1
================
Expand Down
2 changes: 1 addition & 1 deletion VERSION_CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.29.0-dev
1.29.0
19 changes: 17 additions & 2 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libbson 1.29.0 (Unreleased)
===========================
libbson 1.29.0
==============

Deprecated:

Expand All @@ -9,6 +9,21 @@ Deprecated:
* `bson_atomic_*` and `bson_thrd_yield` functions.
* `bson_as_json` and `bson_array_as_json` are deprecated due to producing non-portable Legacy Extended JSON. Prefer Canonical Extended JSON or Relaxed Extended JSON for portability. To continue using Legacy Extended JSON, use `bson_as_legacy_extended_json` and `bson_array_as_legacy_extended_json`.

Fixes:

* Fix Relaxed Extended JSON encoding of dates after year 9999.

Improvements:

* Improve performance of bson_utf8_escape_for_json

Thanks to everyone who contributed to the development of this release.

* Kevin Albertson
* Micah Scott @ MongoDB
* Ezra Chung
* Joshua Siegel

libbson 1.28.1
==============

Expand Down
Binary file modified src/libmongoc/doc/includes/libbson.inv
Binary file not shown.

0 comments on commit fc82e03

Please sign in to comment.