Skip to content

Commit 790cf78

Browse files
authored
Apply post-r4.1.1 changes (#1420)
update CHANGELOG, README, docs, and SBOM
1 parent 93fa969 commit 790cf78

File tree

7 files changed

+20
-9
lines changed

7 files changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ Changes prior to 3.9.0 are documented as [release notes on GitHub](https://githu
2424
- Apple Clang 13.1 with Xcode 13.4.1 (from Apple Clang 5.1 with Xcode 5.1).
2525
- MSVC 19.0.24210 with Visual Studio 2015 Update 3 (from MSVC 19.0.23506 with Visual Studio 2015 Update 1).
2626

27+
## 4.1.1
28+
29+
### Fixed
30+
31+
- CMake option `ENABLE_TESTS` (`OFF` by default) is no longer overwritten by the auto-downloaded C Driver (`ON` by default) during CMake configuration.
32+
- Static pkg-config files are updated to depend on the static (not shared) libbson / libmongoc packages.
33+
- Fix build if macros `GCC`/`GNU`/`Clang`/`MSVC` are already defined.
34+
35+
2736
## 4.1.0
2837

2938
### Fixed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ TOC_EXPAND = NO
16021602
# protocol see https://www.sitemaps.org
16031603
# This tag requires that the tag GENERATE_HTML is set to YES.
16041604

1605-
SITEMAP_URL = https://mongocxx.org/api/mongocxx-4.1.0/
1605+
SITEMAP_URL = https://mongocxx.org/api/mongocxx-4.1.1/
16061606

16071607
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
16081608
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ git clone -b releases/stable https://github.com/mongodb/mongo-cxx-driver.git
2828
| Version | ABI Stability | Development Stability | Development Status |
2929
| :---------: | :-------------: | :-------------------------: | :----------------: |
3030
| master | N/A | _Do not use in production!_ | Active |
31-
| 4.1.0 | None | Ready for Use | Bug Fixes Only |
31+
| 4.1.1 | None | Ready for Use | Bug Fixes Only |
32+
| 4.1.0 | None | Ready for Use | Not Supported |
3233
| 4.0.0 | None | Ready for Use | Not Supported |
3334
| 3.11.0 | None | Ready for Use | Bug Fixes Only |
3435
| 3.10.2 | None | Ready for Use | Not Supported |

etc/apidocmenu.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Driver Documentation By Version
44

5-
[4.1.0](../mongocxx-4.1.0) | [4.0.0](../mongocxx-4.0.0) | [3.11.0](../mongocxx-3.11.0) | [3.10.2](../mongocxx-3.10.2) | [3.10.1](../mongocxx-3.10.1) | [3.10.0](../mongocxx-3.10.0) | [3.9.0](../mongocxx-3.9.0) | [3.8.1](../mongocxx-3.8.1) | [3.8.0](../mongocxx-3.8.0) | [3.7.2](../mongocxx-3.7.2) | [3.7.1](../mongocxx-3.7.1) | [3.7.0](../mongocxx-3.7.0) | [3.6.7](../mongocxx-3.6.7) | [3.6.6](../mongocxx-3.6.6) | [3.6.5](../mongocxx-3.6.5) | [3.6.4](../mongocxx-3.6.4) | [3.6.3](../mongocxx-3.6.3) | [3.6.2](../mongocxx-3.6.2) | [3.6.1](../mongocxx-3.6.1) | [3.6.0](../mongocxx-3.6.0) | [3.5.1](../mongocxx-3.5.1) | [3.5.0](../mongocxx-3.5.0) | [3.4.2](../mongocxx-3.4.2) | [3.4.1](../mongocxx-3.4.1) | [3.4.0](../mongocxx-3.4.0) | [3.3.2](../mongocxx-3.3.2) | [3.3.1](../mongocxx-3.3.1) | [3.3.0](../mongocxx-3.3.0) | [3.2.1](../mongocxx-3.2.1) | [3.2.0](../mongocxx-3.2.0) | [3.1.4](../mongocxx-3.1.4/) | [3.1.3](../mongocxx-3.1.3/) | [3.1.2](../mongocxx-3.1.2/) | [3.1.1](../mongocxx-3.1.1/) | [3.1.0](../mongocxx-3.1.0/) | [3.0.3](../mongocxx-3.0.3/) | [3.0.2](../mongocxx-3.0.2/) | [3.0.1](../mongocxx-3.0.1/) | [3.0.0](../mongocxx-3.0.0/)
5+
[4.1.1](../mongocxx-4.1.1) | [4.1.0](../mongocxx-4.1.0) | [4.0.0](../mongocxx-4.0.0) | [3.11.0](../mongocxx-3.11.0) | [3.10.2](../mongocxx-3.10.2) | [3.10.1](../mongocxx-3.10.1) | [3.10.0](../mongocxx-3.10.0) | [3.9.0](../mongocxx-3.9.0) | [3.8.1](../mongocxx-3.8.1) | [3.8.0](../mongocxx-3.8.0) | [3.7.2](../mongocxx-3.7.2) | [3.7.1](../mongocxx-3.7.1) | [3.7.0](../mongocxx-3.7.0) | [3.6.7](../mongocxx-3.6.7) | [3.6.6](../mongocxx-3.6.6) | [3.6.5](../mongocxx-3.6.5) | [3.6.4](../mongocxx-3.6.4) | [3.6.3](../mongocxx-3.6.3) | [3.6.2](../mongocxx-3.6.2) | [3.6.1](../mongocxx-3.6.1) | [3.6.0](../mongocxx-3.6.0) | [3.5.1](../mongocxx-3.5.1) | [3.5.0](../mongocxx-3.5.0) | [3.4.2](../mongocxx-3.4.2) | [3.4.1](../mongocxx-3.4.1) | [3.4.0](../mongocxx-3.4.0) | [3.3.2](../mongocxx-3.3.2) | [3.3.1](../mongocxx-3.3.1) | [3.3.0](../mongocxx-3.3.0) | [3.2.1](../mongocxx-3.2.1) | [3.2.0](../mongocxx-3.2.0) | [3.1.4](../mongocxx-3.1.4/) | [3.1.3](../mongocxx-3.1.3/) | [3.1.2](../mongocxx-3.1.2/) | [3.1.1](../mongocxx-3.1.1/) | [3.1.0](../mongocxx-3.1.0/) | [3.0.3](../mongocxx-3.0.3/) | [3.0.2](../mongocxx-3.0.2/) | [3.0.1](../mongocxx-3.0.1/) | [3.0.0](../mongocxx-3.0.0/)
66

77
## Driver Development Status
88

@@ -12,7 +12,8 @@
1212
| Version | ABI Stability | Development Stability | Development Status |
1313
| :---------: | :-------------: | :-------------------------: | :----------------: |
1414
| master | N/A | _Do not use in production!_ | Active |
15-
| 4.1.0 | None | Ready for Use | Bug Fixes Only |
15+
| 4.1.1 | None | Ready for Use | Bug Fixes Only |
16+
| 4.1.0 | None | Ready for Use | Not Supported |
1617
| 4.0.0 | None | Ready for Use | Not Supported |
1718
| 3.11.0 | None | Ready for Use | Bug Fixes Only |
1819
| 3.10.2 | None | Ready for Use | Not Supported |

etc/augmented.sbom.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
],
3535
"metadata": {
36-
"timestamp": "2025-06-12T17:36:20.890153+00:00",
36+
"timestamp": "2025-07-01T14:54:54.875217+00:00",
3737
"tools": [
3838
{
3939
"externalReferences": [
@@ -76,7 +76,7 @@
7676
}
7777
]
7878
},
79-
"serialNumber": "urn:uuid:c1c87561-6868-46b2-9e0c-d2f7f3bdf028",
79+
"serialNumber": "urn:uuid:f6bad0a4-0ad0-4f8f-afce-5aae6a7d8a0f",
8080
"version": 1,
8181
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
8282
"bomFormat": "CycloneDX",

etc/cyclonedx.sbom.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
],
3535
"metadata": {
36-
"timestamp": "2025-06-12T17:36:20.890153+00:00",
36+
"timestamp": "2025-07-01T14:54:54.875217+00:00",
3737
"tools": [
3838
{
3939
"externalReferences": [
@@ -76,7 +76,7 @@
7676
}
7777
]
7878
},
79-
"serialNumber": "urn:uuid:c1c87561-6868-46b2-9e0c-d2f7f3bdf028",
79+
"serialNumber": "urn:uuid:f6bad0a4-0ad0-4f8f-afce-5aae6a7d8a0f",
8080
"version": 1,
8181
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
8282
"bomFormat": "CycloneDX",

etc/generate-latest-apidocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
set -o errexit
1111
set -o pipefail
1212

13-
LATEST_VERSION="4.1.0"
13+
LATEST_VERSION="4.1.1"
1414
DOXYGEN_VERSION_REQUIRED="1.13.2"
1515

1616
# Permit using a custom Doxygen binary.

0 commit comments

Comments
 (0)