File: CHANGELOG.rst

package info (click to toggle)
libmongocrypt 1.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,572 kB
  • sloc: ansic: 70,067; python: 4,547; cpp: 615; sh: 460; makefile: 44; awk: 8
file content (256 lines) | stat: -rw-r--r-- 8,404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
Changelog
=========

Changes in Version 1.16.0
-------------------------

- Add support for text-based Queryable Encryption with the new "textPreview"
  algorithm. NOTE: The "textPreview" algorithm is experimental only. It is
  not intended for public use.

Changes in Version 1.15.1
-------------------------

- Bundle libmongocrypt 1.15.1 in release wheels.

Changes in Version 1.15.0
-------------------------

- Add support for Python 3.14.
- Drop support for Python 3.8.
- Bundle libmongocrypt 1.15.0 in release wheels.

Changes in Version 1.14.1
-------------------------

- Bundle libmongocrypt 1.14.1 in release wheels.

Changes in Version 1.14.0
-------------------------

- Bundle libmongocrypt 1.14.0 in release wheels.

Changes in Version 1.13.0
-------------------------

- Bundle libmongocrypt 1.13.1 in release wheels.
- Add support for the ``key_expiration_ms`` option to ``MongoCryptOptions``.
- Add support for ``$lookup`` in CSFLE and QE.

Changes in Version 1.12.0
-------------------------

- Bundle libmongocrypt 1.12.0 in release wheels.
- Add support for kms retries.

Changes in Version 1.11.0
-------------------------

- Bundle libmongocrypt 1.11.0 in release wheels.
- Add support for Python 3.13.
- Fix bug in Python async support for ``AsyncMongoCryptCallback.fetch_keys``.

Changes in Version 1.10.1
-------------------------

- Bundle libmongocrypt 1.10.1 in release wheels.

Changes in Version 1.10.0
------------------------

- Add Python async support.
- Drop support for Python 3.7 and PyPy 3.8. Python >=3.8 or PyPy >=3.9 is now required.
- Add support for range-based Queryable Encryption with the new "range"
  algorithm on MongoDB 8.0+. This replaces the experimental "rangePreview" algorithm.
- Add Secure Software Development Life Cycle automation to release process.
  GitHub Releases for pymongocrypt now include a Software Bill of Materials, and signature
  files corresponding to the distribution files released on PyPI.

Changes in Version 1.9.2
------------------------

- Fix support for building source distributions with setuptools >= 70.


Changes in Version 1.9.1
------------------------

- Fix bug in our release process which blocked uploading 1.9.0.

Changes in Version 1.9.0
------------------------

- Add support for named KMS providers like "local:name1".
  This feature requires libmongocrypt >= 1.9.0.
- Use libmongocrypt native crypto when available which results in 10-50x better performance.
  On Linux, it is recommended to download the platform specific build and
  set PYMONGOCRYPT_LIB to the crypto-enabled libmongocrypt.so.
- Bundle the crypto-enabled libmongocrypt builds in macOS and Windows wheels for better performance.
- Bundle libmongocrypt 1.9.0 in release wheels.

Changes in Version 1.8.0
------------------------

- Update from manylinux2010 to manylinux2014 wheels.
- Bundle libmongocrypt 1.8.4 in release wheels.
- Add support for manylinux_2_28_aarch64 wheels.

Changes in Version 1.7.0
------------------------

- Add support for Python 3.12 on MacOS and Linux.
- Update required cryptography version to >=2.5.

Changes in Version 1.6.1
------------------------

- Bundle libmongocrypt 1.8.1 in release wheels.

Changes in Version 1.6.0
------------------------

- Drop support for Python 2 and Python <3.7. Python >=3.7 is now required.
- Bundle libmongocrypt 1.8.0 in release wheels.
- **Remove support for libmongocrypt <=1.8.0, libmongocrypt >=1.8.0
  is now required.** Note this is only relevant for users that install from
  source or use the ``PYMONGOCRYPT_LIB`` environment variable.

Changes in Version 1.5.2
------------------------

- Bundle libmongocrypt 1.7.3 in release wheels.

Changes in Version 1.5.1
------------------------

- Bundle libmongocrypt 1.7.1 in release wheels.

Changes in Version 1.5.0
------------------------

- Add support for range-based Queryable Encryption with the new "rangePreview"
  algorithm. NOTE: The "rangePreview" algorithm is experimental only. It is
  not intended for public use.
- Bundle libmongocrypt 1.7.0 in release wheels.
- **Remove support for libmongocrypt <=1.7.0, libmongocrypt >=1.7.0 is now
  required.** Note this is only relevant for users that install from
  source or use the ``PYMONGOCRYPT_LIB`` environment variable.

Changes in Version 1.4.1
------------------------

- Fixed spurious exception traceback at interpreter shutdown:
  ``AttributeError: 'NoneType' object has no attribute 'mongocrypt_destroy'``

Changes in Version 1.4.0
------------------------

- Bundle libmongocrypt 1.6.1 in release wheels.
- Support GCP attached service accounts when using GCP KMS.
- Support Azure VM-assigned Managed Identity for Automatic KMS Credentials.
- Support obtaining AWS credentials for CSFLE in the same way as for
  MONGODB-AWS.

Changes in Version 1.3.1
------------------------

1.3.1 is a recommended upgrade for all users of 1.3.0.

- Fix a potential data corruption bug in RewrapManyDataKey
  (ClientEncryption.rewrap_many_data_key) when rotating
  encrypted data encryption keys backed by GCP or Azure key services.

  The following conditions will trigger this bug:

  - A GCP-backed or Azure-backed data encryption key being rewrapped requires
    fetching an access token for decryption of the data encryption key.

  The result of this bug is that the key material for all data encryption keys
  being rewrapped is replaced by new randomly generated material, destroying
  the original key material.

  To mitigate potential data corruption, upgrade to this version or higher
  before using RewrapManyDataKey to rotate Azure-backed or GCP-backed data
  encryption keys. A backup of the key vault collection should always be
  taken before key rotation.
- Bundle libmongocrypt 1.5.2 in release wheels.
- **Remove support for libmongocrypt <=1.5.1, libmongocrypt >=1.5.2 is now
  required.** Note this is only relevant for users that install from
  source or use the ``PYMONGOCRYPT_LIB`` environment variable.

Changes in Version 1.3.0
------------------------

- Bundle libmongocrypt 1.5.0 in release wheels.
- Add support for Queryable Encryption with MongoDB 6.0.
- Add support for the crypt_shared library which can be used instead
  of mongocryptd.
- **Remove support for libmongocrypt 1.3, libmongocrypt >=1.5 is now
  required.** Note this is only relevant for users that install from
  source or use the ``PYMONGOCRYPT_LIB`` environment variable.

Changes in Version 1.2.0
------------------------

- Add support for the "kmip" KMS provider.
- Add MongoCryptKmsContext.kms_provider property.
- Bundle libmongocrypt 1.3.0 in release wheels.
- **Remove support for libmongocrypt 1.2, libmongocrypt >=1.3 is now
  required.** Note this is only relevant for users that install from
  source or use the ``PYMONGOCRYPT_LIB`` environment variable.

Changes in Version 1.1.2
------------------------

- Fix a bug where decrypting from a memoryview was not supported.
- Bundle libmongocrypt 1.2.2 in release wheels.

Changes in Version 1.1.1
------------------------

- Bundle libmongocrypt 1.2.1 in release wheels.

Changes in Version 1.1.0
------------------------

- Add support for Azure and GCP KMS providers.
- Add support for temporary AWS credentials via the "sessionToken" option.
- Bundle libmongocrypt 1.2.0 in release wheels.
- **Remove support for libmongocrypt 1.0 and 1.1, libmongocrypt >=1.2
  is now required.** Note this is only relevant for users that install from
  source or use the ``PYMONGOCRYPT_LIB`` environment variable.

Changes in Version 1.0.1
------------------------

- Bundle libmongocrypt 1.0.4 in release wheels.

Changes in Version 1.0.0
------------------------

- The first stable version.
- Bundle libmongocrypt 1.0.0 in release wheels.

Changes in Version 0.1b3
------------------------

- Add support for custom KMS endpoints with the AWS masterkey provider.
- Bundle libmongocrypt 1.0.0 in release wheels.

Changes in Version 0.1b2
------------------------

- Document that pip 19 is required for manylinux2010 wheel installation.
- Bundle libmongocrypt 1.0.0-beta5 in release wheels.

Changes in Version 0.1b1
------------------------

- Make pymongocrypt compatible with manylinux2010 releases.
- Bundle libmongocrypt 1.0.0-beta4 in release wheels.

Changes in Version 0.1b0
------------------------

- Initial Python binding for libmongocrypt.
- Bundle libmongocrypt 1.0.0-beta4 in release wheels.