Skip to content

[Backport v2.0] DOCSP-49148 v1.30.3 release #111

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 1 commit into from
Apr 9, 2025
Merged
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
49 changes: 49 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ and deprecations made in each version of the driver libraries.
Learn what's new in:

* :ref:`Version 2.0.0 <c-version-2.0.0>`
* :ref:`Version 1.30.3 <c-version-1.30.3>`
* :ref:`Version 1.30.0 <c-version-1.30.0>`
* :ref:`Version 1.29.0 <c-version-1.29.0>`
* :ref:`Version 1.28.0 <c-version-1.28.0>`
Expand Down Expand Up @@ -182,6 +183,54 @@ Changes
For more information about this release, see the :github:`v2.0 release notes
</mongodb/mongo-c-driver/releases/tag/2.0.0>`.

.. _c-version-1.30.3:

What's New in 1.30.3
--------------------

The following sections describe the changes in the 1.30.3 release of
the {+driver-short+}.

{+libbson+}
~~~~~~~~~~~

The 1.30.3 release of ``{+libbson+}`` includes the following changes:

New Features
````````````

- Adds new CMake packages and imported targets for ``bson``
to allow you to support both major versions without modifying your
CMake project.

- To import ``bson`` with the new names, call ``find_package``
for the ``bson`` package. The new imported target names are
``bson::static``, ``bson::shared``, and ``bson::bson``.

{+libmongoc+}
~~~~~~~~~~~~~

The 1.30.3 release of ``{+libmongoc+}`` includes the following changes:

New Features
````````````

- Adds new CMake packages and imported targets for ``bson`` and ``mongoc``
to allow you to support both major versions without modifying your
CMake project.

- To import ``mongoc`` with the new names, call ``find_package``
for the ``mongoc`` package. The new imported target names are ``mongoc::static``,
``mongoc::shared``, and ``mongoc::mongoc``.

- To import ``bson`` with the new names, call ``find_package``
for the ``bson`` package. The new imported target names are
``bson::static``, ``bson::shared``, and ``bson::bson``.


For more information about this release, see the :github:`v1.30.3 release notes
</mongodb/mongo-c-driver/releases/tag/1.30.3>`.

.. _c-version-1.30.0:

What's New in 1.30.0
Expand Down