diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e94e7524..e6a34a6ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,40 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [2.2.353] - March 31st 2024 + ### Added #### Analyzer +* Support 'M' prefix in SG_NRIC_FIN Recognizer and expand tests (#1304) (Thanks @miltonsim) +* Add Bech32 and Bech32m Bitcoin Address Validation in Crypto Recognizer and expand tests (#1307) (Thanks @miltonsim) +* Predefined pattern recognizer : IN_VEHICLE_REGISTRATION (#1288) (Thanks @devopam) +* Addition of leniency parameter in predefined PhoneRecognizer (#1311) (Thanks @VMD7) +* Add Singapore UEN Recognizer (#1315) (Thanks @miltonsim) +* Update spacy_stanza.md (#1325) (Thanks @AndreasThinks) +* Adding Span Marker Recognizer Sample (#1321) (Thanks @VMD7) +* Cache compiled regexes in analyzer (#1335) (Thanks @Edward-Upton) + #### Anonymizer +* Added pseudonimyzation sample (#1296) + + #### Image redactor +* Added tesseract to installation (#1312) + #### Structured - +* Analysis builder improvements (#1295) (Thanks @ebotiab) +* Implement user-defined entity selection strategies in Presidio Structured (#1319) (Thanks @miltonsim) ### Changed #### Analyzer -Fix for incorrectly referenced recognizer in analysis_explaination using PhoneRecognizer (#1330) - -### Removed +* Fix for incorrectly referenced recognizer in analysis_explaination using PhoneRecognizer (#1330) *Thanks @egillv021) +* Fix bug where "bank" and "check" wouldn't work (#1333) (Thanks @usr-ein and @Samuel Prevost) +* Bugfix in tutorial (#1310) +* Changed default aggregation_strategy to max (#1342) +#### Image Redactor +* Fixed wrong condition for dicom metadata (#1347) ## [2.2.353] - Feb 12th 2024 @@ -377,7 +398,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.353...HEAD +[unreleased]: https://github.com/microsoft/presidio/compare/2.2.354...HEAD +[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 [2.2.352]: https://github.com/microsoft/presidio/compare/2.2.351...2.2.352 [2.2.351]: https://github.com/microsoft/presidio/compare/2.2.350...2.2.351 diff --git a/VERSION b/VERSION index 28fc7570a..92055741b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.353 +2.2.354 diff --git a/VERSION-IMAGE-REDACTOR b/VERSION-IMAGE-REDACTOR index c4132bc61..62077419f 100644 --- a/VERSION-IMAGE-REDACTOR +++ b/VERSION-IMAGE-REDACTOR @@ -1 +1 @@ -0.0.51 +0.0.52 diff --git a/VERSION-PRESIDIO-STRUCTURED b/VERSION-PRESIDIO-STRUCTURED index 68e4b0375..37c522913 100644 --- a/VERSION-PRESIDIO-STRUCTURED +++ b/VERSION-PRESIDIO-STRUCTURED @@ -1 +1 @@ -0.0.1-alpha +0.0.2-alpha