mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-26 12:50:56 -05:00
version 2.2.30 (#943)
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user