- Updated pydantic to the latest 1.x version to address incompatibility with python 3.12.4. Ref: https://github.com/pydantic/pydantic/issues/9637
2.6.2
- Added support for Python 3.11 and 3.12. - Updated Dockerfile to use Python 3.12. - Added docker-build.yml action.
2.6.1
- Updated all dependencies. - Fixed a bug with usage frequency parsing (48).
2.6.0
- Added SQLite cache and made it the default one. - Made MemoryCache use LRU. - Added tests for all cache classes. - Updated Dockerfile to use /cache for file and SQLite caches. - Added a sample docker-compose file. - Updated FastAPI and httpx dependencies.
2.5.1
- Added FAQ to the README, where provided a clearer explanation of the 503 error.
2.5.0
- Added "follow_corrections" API flag (23) - Added configuration to host the project on fly.io - Updated the address of the sample installation to https://linguee-api.fly.dev - Added lemma forms (26)