File tree Expand file tree Collapse file tree 4 files changed +16
-10
lines changed
Expand file tree Collapse file tree 4 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Changes in Version 1.12.0
5+ -------------------------
6+
7+ - Bundle libmongocrypt 1.12.0 in release wheels.
8+ - Add support for kms retries.
9+
410Changes in Version 1.11.0
511-------------------------
612
Original file line number Diff line number Diff line change 1- 1.11 .0
1+ 1.12 .0
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -o errexit # Exit the script with error if any of the commands fail
1919LIBMONGOCRYPT_VERSION=$( cat ./libmongocrypt-version.txt)
2020REVISION=$( git rev-list -n 1 $LIBMONGOCRYPT_VERSION )
2121# The libmongocrypt release branch.
22- BRANCH=" r1.11 "
22+ BRANCH=" r1.12 "
2323# The python executable to use.
2424PYTHON=${PYTHON:- python}
2525
Original file line number Diff line number Diff line change 11{
22 "components" : [
33 {
4- "bom-ref" : " pkg:github/mongodb/libmongocrypt@1.11 .0" ,
4+ "bom-ref" : " pkg:github/mongodb/libmongocrypt@1.12 .0" ,
55 "externalReferences" : [
66 {
77 "type" : " distribution" ,
8- "url" : " https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.11 .0.tar.gz"
8+ "url" : " https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.12 .0.tar.gz"
99 },
1010 {
1111 "type" : " website" ,
12- "url" : " https://github.com/mongodb/libmongocrypt/tree/1.11 .0"
12+ "url" : " https://github.com/mongodb/libmongocrypt/tree/1.12 .0"
1313 }
1414 ],
1515 "group" : " mongodb" ,
1616 "name" : " libmongocrypt" ,
17- "purl" : " pkg:github/mongodb/libmongocrypt@1.11 .0" ,
17+ "purl" : " pkg:github/mongodb/libmongocrypt@1.12 .0" ,
1818 "type" : " library" ,
19- "version" : " 1.11 .0"
19+ "version" : " 1.12 .0"
2020 }
2121 ],
2222 "dependencies" : [
2323 {
24- "ref" : " pkg:github/mongodb/libmongocrypt@1.11 .0"
24+ "ref" : " pkg:github/mongodb/libmongocrypt@1.12 .0"
2525 }
2626 ],
2727 "metadata" : {
28- "timestamp" : " 2024-08-08T02:35:36.986098 +00:00" ,
28+ "timestamp" : " 2024-12-30T18:25:06.574241 +00:00" ,
2929 "tools" : [
3030 {
3131 "externalReferences" : [
6868 }
6969 ]
7070 },
71- "serialNumber" : " urn:uuid:14e22848-7554-4f82-bcd1-76d2891b4c66 " ,
71+ "serialNumber" : " urn:uuid:5e81b4d2-1313-43dd-9ec0-b958d0d71bca " ,
7272 "version" : 1 ,
7373 "$schema" : " http://cyclonedx.org/schema/bom-1.5.schema.json" ,
7474 "bomFormat" : " CycloneDX" ,
You can’t perform that action at this time.
0 commit comments