Skip to content

Releases: xfenix/spellcheck-microservice

4.2.0

22 Jul 09:00
1d67834
Compare
Choose a tag to compare

Added: global exclusions, small updates

4.1.0

03 Jul 22:44
3367835
Compare
Choose a tag to compare

What's Changed

4.0.0 release!

12 Oct 00:56
4fa5213
Compare
Choose a tag to compare

New release!

Features:

  1. Based on pypy 3.10 instead of pypy 3.9
  2. Pydantic v2
  3. Fresh FastAPI
  4. Refactoring of the entire codebase based on ruff linter comments
  5. Improved typing based on mypy strict mode
  6. Structlog instead of loguru

3.0.0

22 Oct 12:44
c7b6c82
Compare
Choose a tag to compare

New version now based on PyPy.
In this release it was possible to achieve a speed increase of 2x to 10x in some cases because of this!

2.1.2

04 Aug 23:01
e2b9869
Compare
Choose a tag to compare

Fresh python

2.1.1

04 Aug 22:43
bf0a166
Compare
Choose a tag to compare

Possibly small speedup

2.1.0

20 Jul 00:49
7c4c121
Compare
Choose a tag to compare

Many new things!

  1. Great speedup achieved by new algorithm and proper LRU caching.
  2. Environment variable prefix shortened. From SPELLCHECK_MICROSERVICE_ to SPELLCHECK_
  3. User dictionaries API, storages and support of this in the check API
  4. Automatic readme.md update, automatic dockerhub readme update
  5. Many small fixes
  6. Sentry integration

1.3.5

28 Jun 16:53
4bd7113
Compare
Choose a tag to compare

Openapi troubles fixed

1.3.2

15 Jun 21:28
f238e94
Compare
Choose a tag to compare

Fixed super stupid and very annoying multiplication bug.

1.3.1

15 Jun 21:09
ecf55f0
Compare
Choose a tag to compare

Cache now enabled per view