Releases: xfenix/spellcheck-microservice
Releases · xfenix/spellcheck-microservice
4.2.0
4.1.0
4.0.0 release!
New release!
Features:
- Based on pypy 3.10 instead of pypy 3.9
- Pydantic v2
- Fresh FastAPI
- Refactoring of the entire codebase based on ruff linter comments
- Improved typing based on mypy strict mode
- Structlog instead of loguru
3.0.0
2.1.2
2.1.1
2.1.0
Many new things!
- Great speedup achieved by new algorithm and proper LRU caching.
- Environment variable prefix shortened. From
SPELLCHECK_MICROSERVICE_
toSPELLCHECK_
- User dictionaries API, storages and support of this in the check API
- Automatic readme.md update, automatic dockerhub readme update
- Many small fixes
- Sentry integration