All Versions
12
Latest Version
Avg Release Cycle
103 days
Latest Release
27 days ago

Changelog History
Page 2

  • v1.0.3 Changes

    January 28, 2023

    StateMachine 1.0.3

    January 27, 2023

    ๐Ÿ›  StateMachine 1.0.3 fixes a bug between {ref}State and {ref}transition instances sharing
    references of callbacks when there were multiple concurrent instances of the same StateMachine
    class.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  #334: Fixed a shared reference
      of callbacks when there were multiple concurrent instances of the same StateMachine class.
  • v1.0.2 Changes

    January 13, 2023

    StateMachine 1.0.2

    January 12, 2023

    ๐Ÿ›  StateMachine 1.0.2 fixes a regression bug blocking the library usage on
    Python 3.11.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixes #316 a bad import of 'inspect.getargspec' that was removed on Python 3.11, still backward compatible with older versions.