Skip to content

Commit

Permalink
version 2.2.355 (#1410)
Browse files Browse the repository at this point in the history
* analyzer version

* Update pyproject.toml

* Update pyproject.toml

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
omri374 authored Jul 18, 2024
1 parent c059131 commit edd722d
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 9 deletions.
37 changes: 33 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,42 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
## [2.2.355] - July 9th 2024

> Note: A new YAML based mechanism has been added to support no-code customization and creation of recognizers.
The default recognizers are now automatically loaded from file.


### Added
#### Analyzer
* Recognizer for Spanish Foreigners Identity Code (NIE Numero de Identificacion de Extranjeros).
* Recognizer for Finnish Personal Identity Codes (Henkilötunnus).
* Fixed Transformer Recognizer Sample's analyze method to respect selected entities (@andreas-eberle).
* Recognizer for Finnish Personal Identity Codes (Henkilötunnus) (#1394) (Thanks honderr).
* New Predefined Recognizer for Indian Passport #1350 (#1351) (Thanks Hiten-98)
* Add new recognizer for IN_VOTER #1344 (#1345) (Thanks kjdeveloper8)
* Spanish NIE (Foreigners ID card) recognizer (#1359) (Thanks areyesfalcon)
* Added regex functionality for allow lists in the analyzer (#1357) (Thanks NarekAra)
* Loading analyzer engine & recognizer registry from configuration file (#1367)
* Align ports with documentation and postman collection. (#1375) (Thanks ungana)
* Analyzer documentation (#1384)
* Fix the entity filtering of the transformer_recognizer.py analzye function (#1403) (Thanks andreas-eberle)

### Changed
#### Analyzer
* Update conf files location (#1358)
* Fix OverflowError in crypto_recognizer (#1377)
* Improve url detector (#1398) (Thanks afogel)
* Update Dockerfile.windows (#1413) (thanks markvantilburg)
* Changing predefined recognizers to use the config file (#1393) (Thanks RoeyBC)
#### Anonymizer
* Update Dockerfile.windows (#1414) (thanks markvantilburg)

#### General
* Add Ruff linter + Apply Ruff fix (#1379)
* Auto-formatting, fix D rules (#1381)
* Fix N818, E721 (#1382)
* Migrate Python Packaging to pyproject.toml (#1383)
* From Pipenv to Poetry (#1391)
* Fix ports in docs (#1408)

## [2.2.353] - March 31st 2024

Expand Down Expand Up @@ -404,7 +432,8 @@ Upgrade Analyzer spacy version to 3.0.5
#### Deanonymize:
New endpoint for deanonymizing encrypted entities by the anonymizer.

[unreleased]: https://github.com/microsoft/presidio/compare/2.2.354...HEAD
[unreleased]: https://github.com/microsoft/presidio/compare/2.2.355...HEAD
[2.2.355]: https://github.com/microsoft/presidio/compare/2.2.354...2.2.355
[2.2.354]: https://github.com/microsoft/presidio/compare/2.2.353...2.2.354
[2.2.353]: https://github.com/microsoft/presidio/compare/2.2.352...2.2.353
[2.2.352]: https://github.com/microsoft/presidio/compare/2.2.351...2.2.352
Expand Down
4 changes: 2 additions & 2 deletions presidio-analyzer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["poetry-core"]

[tool.poetry]
name = "presidio_analyzer"
version = "2.2.354"
version = "2.2.355"
description = "Presidio Analyzer package"
authors = ["Presidio <presidio@microsoft.com>"]
license = "MIT"
Expand Down Expand Up @@ -53,4 +53,4 @@ ruff = "*"
pytest = "*"
pytest-mock = "*"
python-dotenv = "*"
pre_commit = "*"
pre_commit = "*"
4 changes: 2 additions & 2 deletions presidio-anonymizer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["poetry-core"]

[tool.poetry]
name = "presidio_anonymizer"
version = "2.2.354"
version = "2.2.355"
description = "Presidio Anonymizer package - replaces analyzed text with desired values."
authors = ["Presidio <presidio@microsoft.com>"]
license = "MIT"
Expand Down Expand Up @@ -35,4 +35,4 @@ ruff = "*"
pytest = "*"
pytest-mock = "*"
python-dotenv = "*"
pre_commit = "*"
pre_commit = "*"
2 changes: 1 addition & 1 deletion presidio-image-redactor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["poetry-core"]

[tool.poetry]
name = "presidio-image-redactor"
version = "0.0.52"
version = "0.0.53"
description = "Presidio image redactor package"
authors = ["Presidio <presidio@microsoft.com>"]
license = "MIT"
Expand Down

0 comments on commit edd722d

Please sign in to comment.