Skip to content

Commit b36115c

Browse files
authored
Apply post-1.15.0 release steps (#1042)
* refer to newer DOCSP ticket * update CHANGELOG for 1.15.0 * update SBOM serial number * use newer example for Homebrew step * add missing note to 1.14.0 release * clarify QE text is experimental
1 parent a187945 commit b36115c

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ChangeLog
2-
## 1.15.0 (Unreleased)
2+
## 1.15.0
3+
4+
### New features
5+
- Support experimental Queryable Encryption text indexes with `cleanupStructuredEncryptionData` and `compactStructuredEncryptionData`.
6+
- Support experimental explicit encryption for algorithm type: `textPreview` and query types: `prefixPreview`, `suffixPreview` and `substringPreview`
7+
- Add `mongocrypt_setopt_algorithm_text` to apply options for explicit encryption.
8+
9+
### Fixed
10+
- Bypass command `buildinfo` (previously only `buildInfo` was bypassed).
11+
- Bypass command `serverStatus`.
12+
313
### Removed
414
- Support for building with Visual Studio 2015. Use Visual Studio 2017 or newer.
515

@@ -16,6 +26,8 @@
1626
### Improvements
1727
- Improve performance of OpenSSL crypto operations.
1828
- Improve error for incorrect path to crypt_shared library.
29+
### New features
30+
- Support experimental Queryable Encryption text indexes for automatic encryption.
1931

2032
## 1.13.2
2133
### Notes

doc/releasing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Do the following when releasing:
9090
```
9191
Commit resulting `etc/cyclonedx.sbom.json` and push to `rx.y`.
9292
- If this is a new non-patch release (e.g. `x.y.0`):
93-
- File a DOCSP ticket to update the installation instructions on [Install libmongocrypt](https://www.mongodb.com/docs/manual/core/csfle/reference/libmongocrypt/). ([Example](https://jira.mongodb.org/browse/DOCSP-47954))
93+
- File a DOCSP ticket to update the installation instructions on [Install libmongocrypt](https://www.mongodb.com/docs/manual/core/csfle/reference/libmongocrypt/). ([Example](https://jira.mongodb.org/browse/DOCSP-52575))
9494
- Create a new Snyk reference target. The following instructions use the example branch `rx.y`:
9595

9696
Run `cmake` to ensure generated source files are present:
@@ -130,7 +130,7 @@ Do the following when releasing:
130130
- Add a link to the Evergreen waterfall for the tagged commit to [libmongocrypt Security Testing Summary](https://docs.google.com/document/d/1dc7uvBzu3okAIsA8LSW5sVQGkYIvwpBVdg5v4wb4c4s/edit#heading=h.5t79jwe4p0ss).
131131

132132
## Homebrew steps ##
133-
Submit a PR to update the Homebrew package https://github.com/mongodb/homebrew-brew/blob/master/Formula/libmongocrypt.rb. ([Example](https://github.com/mongodb/homebrew-brew/pull/234)). If not on macOS, request a team member to do this step.
133+
Submit a PR to update the Homebrew package https://github.com/mongodb/homebrew-brew/blob/master/Formula/libmongocrypt.rb. ([Example](https://github.com/mongodb/homebrew-brew/pull/249)). If not on macOS, request a team member to do this step.
134134
Request review by posting in #ask-devprod-build.
135135

136136
## Debian steps ##

etc/cyclonedx.sbom.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
],
5959
"metadata": {
60-
"timestamp": "2025-05-01T15:38:41.666776+00:00",
60+
"timestamp": "2025-08-01T13:26:30.945797+00:00",
6161
"tools": [
6262
{
6363
"externalReferences": [
@@ -100,7 +100,7 @@
100100
}
101101
]
102102
},
103-
"serialNumber": "urn:uuid:d8fdcd9d-84d2-4b60-9b8a-fcdd9041be0b",
103+
"serialNumber": "urn:uuid:de1683b2-bcff-4e7b-a995-f464e1c3ba6a",
104104
"version": 1,
105105
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
106106
"bomFormat": "CycloneDX",

0 commit comments

Comments
 (0)