Skip to content

Commit aaa4d43

Browse files
committed
chore: release 1.1.6
1 parent b3799b5 commit aaa4d43

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
History
33
=======
44

5+
1.1.6 (2026-07-01)
6+
------------------
7+
8+
* Added ``retry_writes`` to ``MongoConnectionConfig`` (default ``True``), serialized only when
9+
disabled. Set it to ``False`` for AWS DocumentDB, which rejects retryable writes.
10+
511
1.1.5 (2026-06-29)
612
------------------
713

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "datamasque-python"
3-
version = "1.1.5"
3+
version = "1.1.6"
44
description = "Official Python client for the DataMasque data-masking API."
55
authors = [
66
{ name = "DataMasque Ltd" },

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.3
2+
current_version = 1.1.6
33
commit = True
44
tag = True
55

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)