Skip to content

RUBY-3253 Remove "Public Technical Preview" from Queryable Encryption Equality API #2719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
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
4 changes: 0 additions & 4 deletions lib/mongo/client_encryption.rb
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,6 @@ def rewrap_many_data_key(filter, opts = {})
# created by this method with automatic encryption, the user must create
# a new client after calling this function with the :encrypted_fields returned.
#
# @note This method is a part of the queryable encryption API and therefore
# is in public technical preview. This method should be considered
# experimental and is subject to change.
#
# @param [ Mongo::Database ] database Database to create collection in.
# @param [ String ] coll_name Name of collection to create.
# @param [ Hash ] coll_opts Options for collection to create.
Expand Down