Skip to content

Release v1.1.1#23

Merged
jiatolentino merged 4 commits into
mainfrom
1.1.1
Jun 25, 2026
Merged

Release v1.1.1#23
jiatolentino merged 4 commits into
mainfrom
1.1.1

Conversation

@jiatolentino

@jiatolentino jiatolentino commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Release v1.1.1

Rolls up two bugfixes and one feature on top of 1.1.0, plus the version bump.

Changes

  • fix: DiscoveryMatch.label is now optional — it is absent for non-sensitive / ignore matches, which previously failed to parse.
  • feat: Added the finished_with_warnings status to AsyncRulesetGenerationTaskStatus, and corrected a comment about ignored matches (the server doesn't return them at all).
  • feat: get_db_discovery_result_report may now return bytes (a zip) when the server splits a large DB-discovery report; ruleset generation from CSV detects a zip payload and uploads it as ruleset.zip.
  • chore: Bumped version to 1.1.1 (pyproject.toml, setup.cfg, uv.lock) and added the HISTORY.rst entry.

Commits

  • fix: make DiscoveryMatch.label optional for non-sensitive/ignore matches
  • feat: Add finished_with_warnings RG status
  • feat: return split db-discovery reports as zip bytes
  • chore: release 1.1.1

A non-sensitive or ignore discovery match carries no sensitivity label, but
DiscoveryMatch required `label: str`, so parsing schema-discovery results that
contained such a match (e.g. a scope.non_sensitive column, hit via the
generate_ruleset path) raised a pydantic ValidationError. The schema_discovery
CSV path never parsed the model, so this was latent until MongoDB document
discovery exercised it.
@jiatolentino jiatolentino self-assigned this Jun 24, 2026
@jiatolentino jiatolentino changed the title Release 1.1.1 Release v1.1.1 Jun 24, 2026
Comment thread datamasque/client/discovery.py Outdated
Comment thread datamasque/client/runs.py Outdated
Comment thread HISTORY.rst Outdated
Comment thread datamasque/client/runs.py Outdated
Also fix comment re ignored matches - ignored matches don't get returned by the server at all

@cph-datamasque cph-datamasque left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please fix the content-type thing, looks good otherwise

@jiatolentino jiatolentino merged commit bb16195 into main Jun 25, 2026
9 checks passed
@jiatolentino jiatolentino deleted the 1.1.1 branch June 25, 2026 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants