Skip to content
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
6 changes: 6 additions & 0 deletions bindings/python/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Changes in Version 1.12.0
-------------------------

- Bundle libmongocrypt 1.12.0 in release wheels.
- Add support for kms retries.

Changes in Version 1.11.0
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion bindings/python/libmongocrypt-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.12.0
2 changes: 1 addition & 1 deletion bindings/python/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -o errexit # Exit the script with error if any of the commands fail
LIBMONGOCRYPT_VERSION=$(cat ./libmongocrypt-version.txt)
REVISION=$(git rev-list -n 1 $LIBMONGOCRYPT_VERSION)
# The libmongocrypt release branch.
BRANCH="r1.11"
BRANCH="r1.12"
# The python executable to use.
PYTHON=${PYTHON:-python}

Expand Down
16 changes: 8 additions & 8 deletions bindings/python/sbom.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"components": [
{
"bom-ref": "pkg:github/mongodb/libmongocrypt@1.11.0",
"bom-ref": "pkg:github/mongodb/libmongocrypt@1.12.0",
"externalReferences": [
{
"type": "distribution",
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.11.0.tar.gz"
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.12.0.tar.gz"
},
{
"type": "website",
"url": "https://github.com/mongodb/libmongocrypt/tree/1.11.0"
"url": "https://github.com/mongodb/libmongocrypt/tree/1.12.0"
}
],
"group": "mongodb",
"name": "libmongocrypt",
"purl": "pkg:github/mongodb/libmongocrypt@1.11.0",
"purl": "pkg:github/mongodb/libmongocrypt@1.12.0",
"type": "library",
"version": "1.11.0"
"version": "1.12.0"
}
],
"dependencies": [
{
"ref": "pkg:github/mongodb/libmongocrypt@1.11.0"
"ref": "pkg:github/mongodb/libmongocrypt@1.12.0"
}
],
"metadata": {
"timestamp": "2024-08-08T02:35:36.986098+00:00",
"timestamp": "2024-12-30T18:25:06.574241+00:00",
"tools": [
{
"externalReferences": [
Expand Down Expand Up @@ -68,7 +68,7 @@
}
]
},
"serialNumber": "urn:uuid:14e22848-7554-4f82-bcd1-76d2891b4c66",
"serialNumber": "urn:uuid:5e81b4d2-1313-43dd-9ec0-b958d0d71bca",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
Expand Down
Loading