Skip to content

Release 2.2.363 / 0.0.59#2126

Merged
SharonHart merged 3 commits into
mainfrom
shhart-microsoft-version-bump-pr
Jun 28, 2026
Merged

Release 2.2.363 / 0.0.59#2126
SharonHart merged 3 commits into
mainfrom
shhart-microsoft-version-bump-pr

Conversation

@SharonHart

Copy link
Copy Markdown
Contributor

Prepare repository for the 2.2.363 / 0.0.59 release with package version bumps and changelog finalization.

Version updates

  • presidio, presidio-analyzer, presidio-anonymizer: 2.2.362 → 2.2.363
  • presidio-image-redactor: 0.0.58 → 0.0.59
  • presidio-structured: 0.0.6 → 0.0.7
  • Container release tags will follow the release workflow versions: 2.2.363 for analyzer/anonymizer and 0.0.59 for image-redactor

CHANGELOG.md updates

  • Promoted [unreleased] to [2.2.363] - 2026-06-28 and added a fresh empty [unreleased] section
  • Added summarized changelog records for all 102 merged PRs after the 2.2.362 release tag, grouped under General, Analyzer, Anonymizer, Image Redactor, or Presidio-Structured
  • Removed stale duplicate unreleased entries that were already covered by older releases and moved the UK Driving Licence recognizer entry out of the 2.2.362 section into 2.2.363
  • Updated comparison links for [unreleased] and [2.2.363]

Release highlights

  • Analyzer: new country-specific recognizers, unified analyzer configuration, SlimSpacyNlpEngine, Python 3.14 package support, and multiple recognizer correctness/performance fixes
  • Anonymizer: whitespace-aware entity merging and safer custom lambda validation
  • Image Redactor: Azure credential support for Document Intelligence OCR and DICOM/no-text verification fixes
  • General: GHCR migration, Data Privacy Stack rebrand, release sdist publishing, and dependency/CI maintenance

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

Coverage report (presidio-anonymizer)

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  presidio-anonymizer/presidio_anonymizer
  anonymizer_engine.py
  presidio-anonymizer/presidio_anonymizer/operators
  custom.py
Project Total  

This report was generated by python-coverage-comment-action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage report (presidio-cli)

This PR does not seem to contain any modification to coverable code.

@github-actions

Copy link
Copy Markdown
Contributor

Coverage report (presidio-structured)

This PR does not seem to contain any modification to coverable code.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

Coverage report (presidio-image-redactor)

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  presidio-image-redactor/presidio_image_redactor
  dicom_image_pii_verify_engine.py
  document_intelligence_ocr.py
  image_analyzer_engine.py
Project Total  

This report was generated by python-coverage-comment-action

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@SharonHart SharonHart marked this pull request as ready for review June 28, 2026 13:29
Copilot AI review requested due to automatic review settings June 28, 2026 13:29

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR prepares the Presidio monorepo for the 2.2.363 / 0.0.59 release by updating package versions across components and finalizing the changelog entry for the release date.

Changes:

  • Bumped package versions for presidio, presidio-analyzer, and presidio-anonymizer to 2.2.363.
  • Bumped package versions for presidio-image-redactor to 0.0.59 and presidio-structured to 0.0.7.
  • Finalized CHANGELOG.md by promoting [unreleased] to [2.2.363] - 2026-06-28 and updating comparison links.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
presidio/pyproject.toml Bumps meta-package version to 2.2.363.
presidio-analyzer/pyproject.toml Bumps analyzer package version to 2.2.363.
presidio-anonymizer/pyproject.toml Bumps anonymizer package version to 2.2.363.
presidio-image-redactor/pyproject.toml Bumps image-redactor package version to 0.0.59.
presidio-structured/pyproject.toml Bumps structured package version to 0.0.7.
CHANGELOG.md Finalizes the 2.2.363 release notes and updates compare links.

@github-actions

Copy link
Copy Markdown
Contributor

Coverage report (presidio-analyzer)

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  presidio-analyzer/presidio_analyzer
  analyzer_engine.py
  entity_recognizer.py
  presidio-analyzer/presidio_analyzer/input_validation
  schemas.py
  yaml_recognizer_models.py
  presidio-analyzer/presidio_analyzer/nlp_engine
  __init__.py
  nlp_engine_provider.py
  presidio-analyzer/presidio_analyzer/predefined_recognizers
  __init__.py
  presidio-analyzer/presidio_analyzer/predefined_recognizers/country_specific
  __init__.py
  presidio-analyzer/presidio_analyzer/predefined_recognizers/country_specific/australia
  au_abn_recognizer.py
  au_acn_recognizer.py
  au_medicare_recognizer.py
  au_tfn_recognizer.py
  presidio-analyzer/presidio_analyzer/predefined_recognizers/country_specific/finland
  fi_personal_identity_code_recognizer.py
  presidio-analyzer/presidio_analyzer/predefined_recognizers/country_specific/germany
  de_bsnr_recognizer.py
  de_fuehrerschein_recognizer.py
  de_id_card_recognizer.py
  de_lanr_recognizer.py
  de_passport_recognizer.py
  de_social_security_recognizer.py
  de_tax_id_recognizer.py
  de_vat_id_recognizer.py
  presidio-analyzer/presidio_analyzer/predefined_recognizers/country_specific/poland
  pl_pesel_recognizer.py
  presidio-analyzer/presidio_analyzer/predefined_recognizers/generic
  phone_recognizer.py
  presidio-analyzer/presidio_analyzer/recognizer_registry
  recognizer_registry.py
  recognizers_loader_utils.py
Project Total  

The report is truncated to 25 files out of 69. To see the full report, please visit the workflow summary page.

This report was generated by python-coverage-comment-action

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.

@SharonHart SharonHart requested a review from omri374 June 28, 2026 14:11
@SharonHart SharonHart merged commit 5c0ac33 into main Jun 28, 2026
62 of 65 checks passed
@SharonHart SharonHart deleted the shhart-microsoft-version-bump-pr branch June 28, 2026 15:49
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.

3 participants