File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change
1
+ libmongoc 1.29.1
2
+ ================
3
+
4
+ Fixes:
5
+
6
+ * Assert session is consistent with client in `mongoc_bulkwrite_set_session`.
7
+
8
+ Thanks to everyone who contributed to the development of this release.
9
+
10
+ * Jeremy Mikola
11
+ * Kevin Albertson
12
+
13
+
14
+
1
15
libmongoc 1.29.0
2
16
================
3
17
@@ -29,6 +43,7 @@ Thanks to everyone who contributed to the development of this release.
29
43
* Andreas Braun
30
44
* Joshua Siegel
31
45
46
+
32
47
libmongoc 1.28.1
33
48
================
34
49
Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ Publish Additional Artifacts
361
361
362
362
363
363
.. warning ::
364
- The below steps should be run using the ``master `` branch, regardless of
364
+ This step should be run using the ``master `` branch, regardless of
365
365
which branch is used for the release.
366
366
367
367
We publish a release archive that contains a snapshot of the repository and some
@@ -440,6 +440,7 @@ __ https://www.mongodb.com/community/forums/c/announcements/driver-releases/110
440
440
441
441
To generate the release template text, use the following::
442
442
443
+ $ git checkout $RELEASE_BRANCH
443
444
$ python $CDRIVER_TOOLS/release.py announce -t community $NEW_VERSION
444
445
445
446
Update/fix-up the generated text for the new release and publish the new post.
Original file line number Diff line number Diff line change
1
+ libbson 1.29.1
2
+ ==============
3
+
4
+ Fixes:
5
+
6
+ * Fix result of `bson_strerror_r` on macOS.
7
+ * Fix max length string handling `bson_value_copy`.
8
+
9
+
10
+ Thanks to everyone who contributed to the development of this release.
11
+
12
+ * Kevin Albertson
13
+
14
+
15
+
1
16
libbson 1.29.0
2
17
==============
3
18
You can’t perform that action at this time.
0 commit comments