lib/mongo/crypt.rb in mongo-2.18.3 vs lib/mongo/crypt.rb in mongo-2.19.0
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
-# encoding: utf-8
+# rubocop:todo all
# Copyright (C) 2019-2020 MongoDB Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -24,9 +24,10 @@
autoload(:Handle, 'mongo/crypt/handle')
autoload(:KmsContext, 'mongo/crypt/kms_context')
autoload(:Context, 'mongo/crypt/context')
autoload(:DataKeyContext, 'mongo/crypt/data_key_context')
autoload(:ExplicitEncryptionContext, 'mongo/crypt/explicit_encryption_context')
+ autoload(:ExplicitEncryptionExpressionContext, 'mongo/crypt/explicit_encryption_expression_context')
autoload(:AutoEncryptionContext, 'mongo/crypt/auto_encryption_context')
autoload(:ExplicitDecryptionContext, 'mongo/crypt/explicit_decryption_context')
autoload(:AutoDecryptionContext, 'mongo/crypt/auto_decryption_context')
autoload(:RewrapManyDataKeyContext, 'mongo/crypt/rewrap_many_data_key_context')
autoload(:RewrapManyDataKeyResult, 'mongo/crypt/rewrap_many_data_key_result')