|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
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 | + |
6 | 10 |
|
7 | 11 | ### Added |
8 | 12 | #### Analyzer |
9 | 13 | * 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) |
12 | 23 |
|
| 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) |
13 | 41 |
|
14 | 42 | ## [2.2.353] - March 31st 2024 |
15 | 43 |
|
@@ -404,7 +432,8 @@ Upgrade Analyzer spacy version to 3.0.5 |
404 | 432 | #### Deanonymize: |
405 | 433 | New endpoint for deanonymizing encrypted entities by the anonymizer. |
406 | 434 |
|
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 |
408 | 437 | [2.2.354]: https://github.com/microsoft/presidio/compare/2.2.353...2.2.354 |
409 | 438 | [2.2.353]: https://github.com/microsoft/presidio/compare/2.2.352...2.2.353 |
410 | 439 | [2.2.352]: https://github.com/microsoft/presidio/compare/2.2.351...2.2.352 |
|
0 commit comments