mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-26 04:40:54 -05:00
version 2.2.357 (#1510)
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -14,6 +14,16 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### General
|
||||
|
||||
|
||||
## [2.3.357] - 2025-01-13
|
||||
|
||||
### Analyzer
|
||||
- Example GLiNER integration (#1504)
|
||||
|
||||
### General
|
||||
- Docs revamp and docstring bug fixes (#1500)
|
||||
- Minor updates to the mkdocstrings config (#1503)
|
||||
|
||||
## [2.3.356] - 2024-12-15
|
||||
|
||||
### Analyzer
|
||||
@@ -499,8 +509,9 @@ 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.356...HEAD
|
||||
[2.2.356]: https://github.com/microsoft/presidio/compare/2.2.355...356
|
||||
[unreleased]: https://github.com/microsoft/presidio/compare/2.2.357...HEAD
|
||||
[2.2.357]: https://github.com/microsoft/presidio/compare/2.2.356...2.2.357
|
||||
[2.2.356]: https://github.com/microsoft/presidio/compare/2.2.355...2.2.356
|
||||
[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
|
||||
|
||||
@@ -4,7 +4,7 @@ requires = ["poetry-core"]
|
||||
|
||||
[tool.poetry]
|
||||
name = "presidio_analyzer"
|
||||
version = "2.2.356"
|
||||
version = "2.2.357"
|
||||
description = "Presidio Analyzer package"
|
||||
authors = ["Presidio <presidio@microsoft.com>"]
|
||||
license = "MIT"
|
||||
|
||||
@@ -4,7 +4,7 @@ requires = ["poetry-core"]
|
||||
|
||||
[tool.poetry]
|
||||
name = "presidio_anonymizer"
|
||||
version = "2.2.356"
|
||||
version = "2.2.357"
|
||||
description = "Presidio Anonymizer package - replaces analyzed text with desired values."
|
||||
authors = ["Presidio <presidio@microsoft.com>"]
|
||||
license = "MIT"
|
||||
|
||||
@@ -4,7 +4,7 @@ requires = ["poetry-core"]
|
||||
|
||||
[tool.poetry]
|
||||
name = "presidio-image-redactor"
|
||||
version = "0.0.54"
|
||||
version = "0.0.55"
|
||||
description = "Presidio image redactor package"
|
||||
authors = ["Presidio <presidio@microsoft.com>"]
|
||||
license = "MIT"
|
||||
|
||||
@@ -4,7 +4,7 @@ requires = ["poetry-core"]
|
||||
|
||||
[tool.poetry]
|
||||
name = "presidio_structured"
|
||||
version = "0.0.3-alpha"
|
||||
version = "0.0.4-alpha"
|
||||
description = "Presidio structured package - analyzes and anonymizes structured and semi-structured data."
|
||||
authors = ["Presidio <presidio@microsoft.com>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user