File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ All notable changes to this project will be documented in this file.
1414
1515### General
1616
17+
18+ ## [ 2.3.357] - 2025-01-13
19+
20+ ### Analyzer
21+ - Example GLiNER integration (#1504 )
22+
23+ ### General
24+ - Docs revamp and docstring bug fixes (#1500 )
25+ - Minor updates to the mkdocstrings config (#1503 )
26+
1727## [ 2.3.356] - 2024-12-15
1828
1929### Analyzer
@@ -499,8 +509,9 @@ Upgrade Analyzer spacy version to 3.0.5
499509
500510#### Deanonymize:
501511New endpoint for deanonymizing encrypted entities by the anonymizer.
502- [ unreleased ] : https://github.com/microsoft/presidio/compare/2.2.356...HEAD
503- [ 2.2.356 ] : https://github.com/microsoft/presidio/compare/2.2.355...356
512+ [ unreleased ] : https://github.com/microsoft/presidio/compare/2.2.357...HEAD
513+ [ 2.2.357 ] : https://github.com/microsoft/presidio/compare/2.2.356...2.2.357
514+ [ 2.2.356 ] : https://github.com/microsoft/presidio/compare/2.2.355...2.2.356
504515[ 2.2.355 ] : https://github.com/microsoft/presidio/compare/2.2.354...2.2.355
505516[ 2.2.354 ] : https://github.com/microsoft/presidio/compare/2.2.353...2.2.354
506517[ 2.2.353 ] : https://github.com/microsoft/presidio/compare/2.2.352...2.2.353
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = ["poetry-core"]
44
55[tool .poetry ]
66name = " presidio_analyzer"
7- version = " 2.2.356 "
7+ version = " 2.2.357 "
88description = " Presidio Analyzer package"
99authors = [" Presidio <presidio@microsoft.com>" ]
1010license = " MIT"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = ["poetry-core"]
44
55[tool .poetry ]
66name = " presidio_anonymizer"
7- version = " 2.2.356 "
7+ version = " 2.2.357 "
88description = " Presidio Anonymizer package - replaces analyzed text with desired values."
99authors = [" Presidio <presidio@microsoft.com>" ]
1010license = " MIT"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = ["poetry-core"]
44
55[tool .poetry ]
66name = " presidio-image-redactor"
7- version = " 0.0.54 "
7+ version = " 0.0.55 "
88description = " Presidio image redactor package"
99authors = [" Presidio <presidio@microsoft.com>" ]
1010license = " MIT"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = ["poetry-core"]
44
55[tool .poetry ]
66name = " presidio_structured"
7- version = " 0.0.3 -alpha"
7+ version = " 0.0.4 -alpha"
88description = " Presidio structured package - analyzes and anonymizes structured and semi-structured data."
99authors = [" Presidio <presidio@microsoft.com>" ]
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments