Skip to content

Commit fc82e03

Browse files
committed
1.29.0 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent 3b0078e commit fc82e03

File tree

4 files changed

+34
-5
lines changed

4 files changed

+34
-5
lines changed

Diff for: NEWS

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
libmongoc 1.29.0 (unreleased)
2-
=============================
1+
libmongoc 1.29.0
2+
================
3+
4+
Improvements:
35

6+
* Retry KMS requests on transient errors.
47

58
Platform Support:
69

@@ -15,6 +18,17 @@ Deprecated:
1518
Notes:
1619

1720
* Raise required version of libmongocrypt to 1.12.0 to support In-Use Encryption (corresponds to the CMake option: `ENABLE_CLIENT_SIDE_ENCRYPTION`).
21+
* 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!**
22+
23+
Thanks to everyone who contributed to the development of this release.
24+
25+
* Kevin Albertson
26+
* Ezra Chung
27+
* Micah Scott
28+
* Adrian Dole
29+
* Andreas Braun
30+
* Joshua Siegel
31+
1832

1933
libmongoc 1.28.1
2034
================

Diff for: VERSION_CURRENT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.29.0-dev
1+
1.29.0

Diff for: src/libbson/NEWS

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
libbson 1.29.0 (Unreleased)
2-
===========================
1+
libbson 1.29.0
2+
==============
33

44
Deprecated:
55

@@ -9,6 +9,21 @@ Deprecated:
99
* `bson_atomic_*` and `bson_thrd_yield` functions.
1010
* `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`.
1111

12+
Fixes:
13+
14+
* Fix Relaxed Extended JSON encoding of dates after year 9999.
15+
16+
Improvements:
17+
18+
* Improve performance of bson_utf8_escape_for_json
19+
20+
Thanks to everyone who contributed to the development of this release.
21+
22+
* Kevin Albertson
23+
* Micah Scott @ MongoDB
24+
* Ezra Chung
25+
* Joshua Siegel
26+
1227
libbson 1.28.1
1328
==============
1429

Diff for: src/libmongoc/doc/includes/libbson.inv

43 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)