Skip to content

Commit edd722d

Browse files
authored
version 2.2.355 (#1410)
* analyzer version * Update pyproject.toml * Update pyproject.toml * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
1 parent c059131 commit edd722d

File tree

4 files changed

+38
-9
lines changed

4 files changed

+38
-9
lines changed

CHANGELOG.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,42 @@
22

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

5-
## [Unreleased]
5+
## [2.2.355] - July 9th 2024
6+
7+
> Note: A new YAML based mechanism has been added to support no-code customization and creation of recognizers.
8+
The default recognizers are now automatically loaded from file.
9+
610

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

24+
### Changed
25+
#### Analyzer
26+
* Update conf files location (#1358)
27+
* Fix OverflowError in crypto_recognizer (#1377)
28+
* Improve url detector (#1398) (Thanks afogel)
29+
* Update Dockerfile.windows (#1413) (thanks markvantilburg)
30+
* Changing predefined recognizers to use the config file (#1393) (Thanks RoeyBC)
31+
#### Anonymizer
32+
* Update Dockerfile.windows (#1414) (thanks markvantilburg)
33+
34+
#### General
35+
* Add Ruff linter + Apply Ruff fix (#1379)
36+
* Auto-formatting, fix D rules (#1381)
37+
* Fix N818, E721 (#1382)
38+
* Migrate Python Packaging to pyproject.toml (#1383)
39+
* From Pipenv to Poetry (#1391)
40+
* Fix ports in docs (#1408)
1341

1442
## [2.2.353] - March 31st 2024
1543

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

407-
[unreleased]: https://github.com/microsoft/presidio/compare/2.2.354...HEAD
435+
[unreleased]: https://github.com/microsoft/presidio/compare/2.2.355...HEAD
436+
[2.2.355]: https://github.com/microsoft/presidio/compare/2.2.354...2.2.355
408437
[2.2.354]: https://github.com/microsoft/presidio/compare/2.2.353...2.2.354
409438
[2.2.353]: https://github.com/microsoft/presidio/compare/2.2.352...2.2.353
410439
[2.2.352]: https://github.com/microsoft/presidio/compare/2.2.351...2.2.352

presidio-analyzer/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["poetry-core"]
44

55
[tool.poetry]
66
name = "presidio_analyzer"
7-
version = "2.2.354"
7+
version = "2.2.355"
88
description = "Presidio Analyzer package"
99
authors = ["Presidio <presidio@microsoft.com>"]
1010
license = "MIT"
@@ -53,4 +53,4 @@ ruff = "*"
5353
pytest = "*"
5454
pytest-mock = "*"
5555
python-dotenv = "*"
56-
pre_commit = "*"
56+
pre_commit = "*"

presidio-anonymizer/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["poetry-core"]
44

55
[tool.poetry]
66
name = "presidio_anonymizer"
7-
version = "2.2.354"
7+
version = "2.2.355"
88
description = "Presidio Anonymizer package - replaces analyzed text with desired values."
99
authors = ["Presidio <presidio@microsoft.com>"]
1010
license = "MIT"
@@ -35,4 +35,4 @@ ruff = "*"
3535
pytest = "*"
3636
pytest-mock = "*"
3737
python-dotenv = "*"
38-
pre_commit = "*"
38+
pre_commit = "*"

presidio-image-redactor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["poetry-core"]
44

55
[tool.poetry]
66
name = "presidio-image-redactor"
7-
version = "0.0.52"
7+
version = "0.0.53"
88
description = "Presidio image redactor package"
99
authors = ["Presidio <presidio@microsoft.com>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)