Skip to content

Commit 9f5520b

Browse files
committed
chore: release 1.2.0
1 parent f96dfaf commit 9f5520b

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

HISTORY.rst

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

5+
1.2.0 (2026-07-27)
6+
------------------
7+
8+
* Made discovery config libraries untyped, matching the DataMasque 3.26.14 server. A single
9+
library is now identified by ``(namespace, name)`` and may be imported by both database and
10+
file discovery configs. **Breaking:** removed the ``config_type`` field from
11+
``DiscoveryConfigLibrary`` and the ``config_type`` argument from
12+
``get_discovery_config_library_by_name``, ``create_or_update_discovery_config_library``, and
13+
``delete_discovery_config_library_by_name_if_exists``. Requires a 3.26.14 or later server.
14+
515
1.1.8 (2026-07-27)
616
------------------
717

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.8"
3+
version = "1.2.0"
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.8
2+
current_version = 1.2.0
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)