version 2.2.30 (#943)

This commit is contained in:
Omri Mendels
2022-10-25 14:54:52 +03:00
committed by GitHub
parent 77f1a8e125
commit f77c36a488
2 changed files with 20 additions and 3 deletions

View File

@@ -3,18 +3,34 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
## [2.2.30] - 25.10.2022
### Added
#### Analyzer
* Added Italian fiscal code recognizer
* Added Italian driver license recognizer
* Added Italian identity card recognizer
* Added Italian passport recognizer
* Added `TransformersNlpEngine` to support transformer based NER models within spaCy pipelines
* Added pattern for next gen US passport in `presidio-analyzer/presidio_analyzer/predefined_recognizers/us_passport_recognizer.py`
### Changed
#### Analyzer
* Improved MEDICAL_LICENSE pattern and fixed checksum verification
* Added pattern for next gen US passport in `presidio-analyzer/presidio_analyzer/predefined_recognizers/us_passport_recognizer.py`
* Bugfix for context handling by aligning results to recognizers using a unique identifier and not recognizer name
* Updated Pipfile.lock
#### Anonymizer
* Removed constraint on empty texts
#### Image-Redactor
* Updated Pipfile.lock
#### General
* Updated `pipenv` version
* Updated `black` and `flake8` in pre-commit scripts
* Updated docs for NLP engine
## [2.2.29] - 12.07.2022
### Added
@@ -167,7 +183,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.29...HEAD
[unreleased]: https://github.com/microsoft/presidio/compare/2.2.30...HEAD
[2.2.30]: https://github.com/microsoft/presidio/compare/2.2.29...2.2.30
[2.2.29]: https://github.com/microsoft/presidio/compare/2.2.28...2.2.29
[2.2.28]: https://github.com/microsoft/presidio/compare/2.2.27...2.2.28
[2.2.27]: https://github.com/microsoft/presidio/compare/2.2.26...2.2.27

View File

@@ -1,2 +1,2 @@
2.2.29
2.2.30