Skip to content

Commit e55f778

Browse files
author
Paweł Kędzia
committed
Update to version 0.3.0: Add three anonymization strategies (fast_masker, genai, prov_masker) and update changelog.
1 parent e243654 commit e55f778

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.4
1+
0.3.0

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
| 0.2.1 | Fix stream: OpenAI->Ollama, Ollama->OpenAI. Add Redis caching of availability of model providers (when using `first_available` strategy). Add `llm_router_web` module with simple flask-based frontend to manage llm-router config files. |
1313
| 0.2.2 | Update dockerfile and requirements. Fix routing with vLLM. |
1414
| 0.2.3 | New web configurator: Handling projects, configs for each user separately. First Available strategy is more powerful, a lot of improvements to efficiency. |
15-
| 0.2.4 | Anonymizer module, integration anonymization with any endpoint (using dynamic payload analysis and full payload anonymisation), dedicated `/api/anonymize_text` endpoint as memory only anonymization. Whole router may be run in `FORCE_ANONYMISATION` mode. |
15+
| 0.2.4 | Anonymizer module, integration anonymization with any endpoint (using dynamic payload analysis and full payload anonymisation), dedicated `/api/anonymize_text` endpoint as memory only anonymization. Whole router may be run in `FORCE_ANONYMISATION` mode. |
16+
| 0.3.0 | Anonymization available with three strategies: `fast_masker`, `genai`, `prov_masker`. |

0 commit comments

Comments
 (0)