Skip to content

v0.25.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Dec 16:09
v0.25.0
e1997ad

PyPI package: https://pypi.org/project/python-redux/0.25.0

Changes:

  • refactor: use custom value NOT_SET = object() instead of None to signal the absence of a value for the default_value parameter in AutorunOptions and internally in Autorun class for properties storing last selector result and last call result
  • build: switch versioning source to version.py, support Python 3.14
  • refactor: improve weakref handling in store listeners and event handlers, remove manual weakref handling in SideEffectRunner, optimize Autorun checks and subscription logic
  • test: add tests for subscription lifecycle
  • ci: add code coverage check to integration_delivery workflow