Skip to content

Releases: DreamLab/memoize

v1.1.3

03 Jan 09:06
34687bb
Compare
Choose a tag to compare

Fixed declared supported python versions (classifiers in setup.py).

v1.1.2

03 Jan 08:57
129e645
Compare
Choose a tag to compare
  • Added support for Python 3.10:
    • Applied workaround for testing setup (MutableMapping alias required by tornado.testing.gen_test);
    • Updated mypy and coverage setup to Python 3.10.
  • Added support for Python 3.11 (provisional as only alpha releases of 3.11 were tested).

v1.1.2-beta1

28 Dec 19:10
Compare
Choose a tag to compare
v1.1.2-beta1 Pre-release
Pre-release

[Beta Release]

  • Added support for Python 3.10:
    • Applied workaround for testing setup (MutableMapping alias required by tornado.testing.gen_test);
    • Updated mypy and coverage setup to Python 3.10.
  • Added support for Python 3.11 (provisional as only alpha releases of 3.11 were tested).

v1.1.1-beta1

10 May 08:32
Compare
Choose a tag to compare
beta version

Release v1.1.1

10 May 12:55
9c8d540
Compare
Choose a tag to compare
  • Fixed parallel queries returning expired entries (while expired entry was being refreshed).

Release v1.1.0

15 Feb 16:24
da154a1
Compare
Choose a tag to compare
  • Added support for manual invalidation.
  • Added customization of basic params for DefaultInMemoryCacheConfiguration.
  • Included initial mypy checking (tornado/asyncio interoperability forces some ignores).

Python 3.9 support

02 Feb 15:12
fdbf12a
Compare
Choose a tag to compare
Merge pull request #8 from DreamLab/feature/py-39

Python 3.9 - release fixes

Fixed potential race condition

27 Jan 10:54
a6a25a5
Compare
Choose a tag to compare
Merge pull request #3 from mwek/patch-1

UpdateStatuses: Fix KeyError in mark_being_updated

Python 3.8 support

21 Jan 15:03
bd35641
Compare
Choose a tag to compare

Added Python 3.8 support.

Initial public release

03 Jun 15:02
48415b3
Compare
Choose a tag to compare
Merge pull request #1 from DreamLab/fix/asyncio-mode-not-working

fix: asyncio mode not working