Skip to content

Commit 704a716

Browse files
authored
[Backport V1.30] DOCSP-49148 v1.30.3 release (#110)
* DOCSP-49148 v1.30.3 release (#109) * DOCSP-49148 v.30.3 release * edits * edit * SA comments * github slow to process * return format (cherry picked from commit 04bedce) * anticipation note
1 parent ae451ed commit 704a716

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

source/whats-new.txt

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ and deprecations made in each version of the driver libraries.
2626

2727
Learn what's new in:
2828

29+
* :ref:`Version 1.30.3 <c-version-1.30.3>`
2930
* :ref:`Version 1.30.0 <c-version-1.30.0>`
3031
* :ref:`Version 1.29.0 <c-version-1.29.0>`
3132
* :ref:`Version 1.28.0 <c-version-1.28.0>`
@@ -42,6 +43,54 @@ Learn what's new in:
4243

4344
.. _c-upcoming-breaking-changes:
4445

46+
.. _c-version-1.30.3:
47+
48+
What's New in 1.30.3
49+
--------------------
50+
51+
The following sections describe the changes in the 1.30.3 release of
52+
the {+driver-short+}.
53+
54+
{+libbson+}
55+
~~~~~~~~~~~
56+
57+
The 1.30.3 release of ``{+libbson+}`` includes the following changes:
58+
59+
New Features
60+
````````````
61+
62+
- In anticipation of the v2.0 release, adds new CMake packages and imported targets for ``bson``
63+
to allow you to support both major versions without modifying your
64+
CMake project.
65+
66+
- To import ``bson`` with the new names, call ``find_package``
67+
for the ``bson`` package. The new imported target names are
68+
``bson::static``, ``bson::shared``, and ``bson::bson``.
69+
70+
{+libmongoc+}
71+
~~~~~~~~~~~~~
72+
73+
The 1.30.3 release of ``{+libmongoc+}`` includes the following changes:
74+
75+
New Features
76+
````````````
77+
78+
- In anticipation of the v2.0 release, adds new CMake packages and imported targets for ``bson`` and ``mongoc``
79+
to allow you to support both major versions without modifying your
80+
CMake project.
81+
82+
- To import ``mongoc`` with the new names, call ``find_package``
83+
for the ``mongoc`` package. The new imported target names are ``mongoc::static``,
84+
``mongoc::shared``, and ``mongoc::mongoc``.
85+
86+
- To import ``bson`` with the new names, call ``find_package``
87+
for the ``bson`` package. The new imported target names are
88+
``bson::static``, ``bson::shared``, and ``bson::bson``.
89+
90+
91+
For more information about this release, see the :github:`v1.30.3 release notes
92+
</mongodb/mongo-c-driver/releases/tag/1.30.3>`.
93+
4594
.. _c-version-1.30.0:
4695

4796
What's New in 1.30.0

0 commit comments

Comments
 (0)