File tree 5 files changed +52
-4
lines changed
5 files changed +52
-4
lines changed Original file line number Diff line number Diff line change 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.
3
5
4
6
Features:
5
7
6
8
* New function mongoc_client_session_in_transaction to check if a multi-
7
9
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
8
12
9
13
Bug fixes:
14
+
10
15
* 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
11
21
* mongoc_collection_aggregate had not inherited its mongoc_collection_t's
12
22
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
13
38
14
39
15
40
mongo-c-driver 1.11.0
Original file line number Diff line number Diff line change 1
- 1.12.0-dev
1
+ 1.12.0
Original file line number Diff line number Diff line change 1
- 1.11 .0
1
+ 1.12 .0
Original file line number Diff line number Diff line change
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
+
1
24
libbson 1.11.0
2
25
==============
3
26
You can’t perform that action at this time.
0 commit comments