Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
History
=======

1.2.4 (2026-08-12)
------------------

* Added ``rg_config`` to ``ValidationErrorType``, covering ruleset generation config validation errors.

Requires server version 3.26.15

1.2.3 (2026-08-12)
------------------

Expand Down
1 change: 1 addition & 0 deletions datamasque/client/models/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class ValidationErrorType(enum.Enum):
library_missing = "library_missing"
library_invalid = "library_invalid"
expansion = "expansion" # The ruleset is not valid once its library references are expanded.
rg_config = "rg_config"


class ValidationErrorDetails(BaseModel):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "datamasque-python"
version = "1.2.3"
version = "1.2.4"
description = "Official Python client for the DataMasque data-masking API."
authors = [
{ name = "DataMasque Ltd" },
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading