You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix `sed` command on macOS
* remove unnecessary heading
The `pre-release-changes` branch is only created for the non-patch release steps. Combine the step within non-patch release steps.
* change "will" to "may"
A new branch is only created for a non-patch release.
* use X.Y
For consistency with other version placeholders
* fix link in documentation changes needed
Previous link is not published for newer releases after (latest is 3.10.0).
* do not include next patch release on master branch
I do not expect upcoming patch release notes will be added on the master branch. Patch releases are tracked on release branches.
---------
Co-authored-by: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
(Stable Releases Only) Close the Jira ticket tracking this release with "Documentation Changes" set to "Needed". Fill the "Documentation Changes Summary" field with information requesting updates to:
563
561
564
-
- the "Installing the MongoDB C Driver" section of the [Advanced Configuration and Installation Options](https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/installation/advanced/#installing-the-mongodb-c-driver) page
565
-
with any new C Driver version requirements,
562
+
- the tables on the [Compatibility](https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/compatibility/) page,
566
563
- the "Driver Status by Family and Version" section of the [home
567
564
page](https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/#driver-status-by-family-and-version), and
568
565
- the [full version](https://github.com/mongodb/docs-cpp/blob/master/snooty.toml) for the C++ Driver documentation pages.
@@ -572,7 +569,9 @@ This will generate a DOCSP ticket with instructions to update the C++ Driver doc
572
569
Example (using Jira syntax formatting):
573
570
574
571
```
575
-
* The [Advanced Installation|https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/installation/advanced/#installing-the-mongodb-c-driver] page must be updated with a new requirement: "For mongocxx-X.Y.x, mongoc A.B.C or later is required."
572
+
* The [Compatibility|https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/compatibility/] page must be updated:
573
+
- mongocxx-X.Y.Z may change "libmongoc Compatibility" by requiring mongoc-A.B.C or later.
574
+
- mongocxx-X.Y.Z should have the same "MongoDB Compatibility", "Language Compatibility", and "Compiler Compatibility" as version mongocxx-X.Y.(Z-1)
576
575
* The [MongoDB C++ Driver|https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/#driver-status-by-family-and-version] page must be updated: {{{}mongocxx X.Y.x{}}} is now a previous stable release and no longer under active development; {{{}mongocxx X.Y+1.x{}}} is the new current stable release eligible for bug fixes.
577
576
* the [full version|https://github.com/mongodb/docs-cpp/blob/master/snooty.toml] for C++ Driver documentation must be updated to {{{}X.Y.Z{}}}.
578
577
```
@@ -735,10 +734,6 @@ Sync the entries in the patch release section to be consistent with the entries
735
734
<!-- Will contain entries for the next minor release. -->
736
735
<!-- Ensure any existing entries are not removed during the sync. -->
737
736
738
-
## 1.2.4 [Unreleased]
739
-
740
-
<!-- Will contain entries for the next patch release. -->
741
-
742
737
## 1.2.3 <!-- Just released. -->
743
738
744
739
<!-- Ensure these entries match those in the release. -->
@@ -820,7 +815,7 @@ Please note that this version of mongocxx requires [MongoDB C Driver A.B.C](http
820
815
821
816
See the [MongoDB C++ Driver Manual](https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/) and the [Driver Installation Instructions](https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/installation/) for more details on downloading, installing, and using this driver.
822
817
823
-
NOTE: The mongocxx 3.10.x series does not promise API or ABI stability across patch releases.
818
+
NOTE: The mongocxx X.Y.x series does not promise API or ABI stability across patch releases.
824
819
825
820
Please feel free to post any questions on the MongoDB Community forum in the [Drivers](https://www.mongodb.com/community/forums/c/data/drivers/7) category tagged with [cxx](https://www.mongodb.com/community/forums/tag/cxx). Bug reports should be filed against the [CXX](https://jira.mongodb.org/projects/CXX) project in the MongoDB JIRA. Your feedback on the C++11 driver is greatly appreciated.
0 commit comments