Skip to content

Commit a690091

Browse files
committed
1.12.0 Release
Signed-off-by: A. Jesse Jiryu Davis <[email protected]>
1 parent 63d79b6 commit a690091

File tree

5 files changed

+52
-4
lines changed

5 files changed

+52
-4
lines changed

NEWS

+27-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,40 @@
1-
Next Release
2-
============
1+
mongo-c-driver 1.12.0
2+
=====================
3+
4+
It is my pleasure to announce the MongoDB C Driver 1.12.0.
35

46
Features:
57

68
* New function mongoc_client_session_in_transaction to check if a multi-
79
document transaction is started.
10+
* New examples for change streams and transactions, improved guide for
11+
migrating from mongoc_collection_count to mongoc_collection_count_documents
812

913
Bug fixes:
14+
1015
* Fix occasional crash in sharded queries
16+
* Retry all retryable write concern errors
17+
* mongoc_client_session_commit_transaction sets the correct error label when
18+
the primary is unavailable
19+
* mongoc_collection_find_with_opts had prohibited read preference "primary"
20+
in a transaction
1121
* mongoc_collection_aggregate had not inherited its mongoc_collection_t's
1222
read preference; only an explicitly provided read preference was used.
23+
* Allow unencoded delimiters in username/password if unambiguous
24+
25+
Thanks to everyone who contributed to the development of this release.
26+
27+
* Roberto C. Sánchez
28+
* A. Jesse Jiryu Davis
29+
* Kevin Albertson
30+
* Spencer McKenney
31+
* Evgeni Dobranov
32+
* Jeremy Mikola
33+
* 平民·寻梦(Pingmin Fenlly Liu)
34+
35+
Peace,
36+
37+
A. Jesse Jiryu Davis
1338

1439

1540
mongo-c-driver 1.11.0

VERSION_CURRENT

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

VERSION_RELEASED

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0
1+
1.12.0

src/libbson/NEWS

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
libbson 1.12.0
2+
==============
3+
4+
It is my pleasure to announce libbson 1.12.0. This release deprecates all
5+
MD5-related public APIs; they will be removed in the next major release.
6+
7+
Bug fixes:
8+
9+
* Properly handle zero-length BSON binary values
10+
* Fix crash parsing Base64-encoded data in JSON when using libbson without
11+
libmongoc
12+
13+
Thanks to everyone who contributed to the development of this release.
14+
15+
* Roberto C. Sánchez
16+
* A. Jesse Jiryu Davis
17+
* Kevin Albertson
18+
19+
Peace,
20+
21+
A. Jesse Jiryu Davis
22+
23+
124
libbson 1.11.0
225
==============
326

src/libmongoc/doc/libbson-objects.inv

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)