Skip to content

Commit 7275aad

Browse files
committed
1.15.2 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent 1a4f672 commit 7275aad

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

NEWS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
mongo-c-driver 1.15.2
2+
=====================
3+
4+
It is my pleasure to announce the MongoDB C Driver 1.15.2.
5+
6+
Bug fixes:
7+
* Prevent mongoc_transaction_opts_set_max_commit_time_ms from applying to subsequent transactions that should be using the default.
8+
* Do not report the initial error if a retry for a change stream function (mongoc_collection_watch, mongoc_database_watch, or mongoc_client_watch) succeeds
9+
10+
Thanks to everyone who contributed to the development of this release.
11+
12+
* Andreas Braun
13+
* Clyde Bazile
14+
15+
Peace,
16+
17+
Kevin Albertson
18+
19+
120
mongo-c-driver 1.15.1
221
=====================
322

src/libbson/NEWS

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
libbson 1.15.2
2+
==============
3+
4+
It is my pleasure to announce libbson 1.15.2.
5+
6+
No changes since 1.15.1; release to keep pace with libmongoc's version.
7+
8+
-- Kevin Albertson
9+
10+
111
libbson 1.15.1
212
==============
313

4-
No change since 1.15.1; released to keep pace with libmongoc's version.
14+
No change since 1.15.0; released to keep pace with libmongoc's version.
515

616
-- Clyde Bazile
717

src/libmongoc/doc/libbson-objects.inv

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)