Skip to content

Update NEWS and release steps after 1.29.1 release #1809

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
libmongoc 1.29.1
================

Fixes:

* Assert session is consistent with client in `mongoc_bulkwrite_set_session`.

Thanks to everyone who contributed to the development of this release.

* Jeremy Mikola
* Kevin Albertson



libmongoc 1.29.0
================

Expand Down Expand Up @@ -29,6 +43,7 @@ Thanks to everyone who contributed to the development of this release.
* Andreas Braun
* Joshua Siegel


libmongoc 1.28.1
================

Expand Down
3 changes: 2 additions & 1 deletion docs/dev/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ Publish Additional Artifacts


.. warning::
The below steps should be run using the ``master`` branch, regardless of
This step should be run using the ``master`` branch, regardless of
which branch is used for the release.

We publish a release archive that contains a snapshot of the repository and some
Expand Down Expand Up @@ -440,6 +440,7 @@ __ https://www.mongodb.com/community/forums/c/announcements/driver-releases/110

To generate the release template text, use the following::

$ git checkout $RELEASE_BRANCH
$ python $CDRIVER_TOOLS/release.py announce -t community $NEW_VERSION

Update/fix-up the generated text for the new release and publish the new post.
Expand Down
15 changes: 15 additions & 0 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
libbson 1.29.1
==============

Fixes:

* Fix result of `bson_strerror_r` on macOS.
* Fix max length string handling `bson_value_copy`.


Thanks to everyone who contributed to the development of this release.

* Kevin Albertson



libbson 1.29.0
==============

Expand Down