DOCSP-61752: Add JVM v5.9 what's new items#173
Merged
Conversation
norareidy
requested changes
Jul 7, 2026
norareidy
left a comment
Collaborator
There was a problem hiding this comment.
The release notes in the source code have more changes, should we document those too?
| @@ -0,0 +1,13 @@ | |||
| - Promotes Queryable Encryption (QE) prefix, suffix, and substring | |||
Collaborator
There was a problem hiding this comment.
Q: (maybe for tech reviewer) should we document this yet, if MongoDB 9.0 won't be released until september?
Collaborator
Author
There was a problem hiding this comment.
The release notes are also only a draft right now so at most, these notes would be added to the upcoming version of the docs. Agreed that engineering would be helpful here to provide guidance on the release timeline.
Comment on lines
+5
to
+11
| - Renames the explicit encryption API for QE string queries from | ||
| ``Text`` to ``String``. The new ``StringOptions`` class and the | ||
| ``EncryptOptions.stringOptions()`` and | ||
| ``EncryptOptions.getStringOptions()`` methods replace the deprecated | ||
| ``TextOptions`` class and its ``textOptions()`` and | ||
| ``getTextOptions()`` methods. To perform a QE string query, set the | ||
| encryption algorithm to ``"String"``. |
Collaborator
There was a problem hiding this comment.
S: it's a little hard to tell what's deprecated and which updates to make, maybe format as a list:
Suggested change
| - Renames the explicit encryption API for QE string queries from | |
| ``Text`` to ``String``. The new ``StringOptions`` class and the | |
| ``EncryptOptions.stringOptions()`` and | |
| ``EncryptOptions.getStringOptions()`` methods replace the deprecated | |
| ``TextOptions`` class and its ``textOptions()`` and | |
| ``getTextOptions()`` methods. To perform a QE string query, set the | |
| encryption algorithm to ``"String"``. | |
| - Renames the explicit encryption API for QE string queries from | |
| ``Text`` to ``String``. To perform a QE string query, make the following changes: | |
| - Use the ``StringOptions`` class instead of ``TextOptions`` | |
| - Use the ``EncryptOptions.stringOptions()`` method instead of ``textOptions()`` | |
| - Use the ``EncryptOptions.getStringOptions()`` method instead of ``getTextOptions()`` | |
| - Set the encryption algorithm to ``"String"`` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the shared JVM
v5.9-wn-items.rstfor the mongo-java-driver 5.9.0 release, consumed viasharedincludeby the Java, Java Reactive Streams, Kotlin Coroutine, Kotlin Sync, and Scala driver release notes.Content (5.8.0 → 5.9.0 delta):
Text→String(TextOptionsdeprecated)Related
10gen/docs-mongodb-internal(JVM 5.9 version update)JIRA: https://jira.mongodb.org/browse/DOCSP-61752