Skip to content

Releases: awolverp/pyrostep

Version v2.11.21 🔥

01 Mar 17:15
8345c7f
Compare
Choose a tag to compare

Changed

  • Use cachebox module to keep items

Version 2.10.21🔥

25 Jan 16:50
a447535
Compare
Choose a tag to compare

Fixed

  • clear() bug fixed

Updated

  • document updated
  • LICENSE changed and updated
  • connection package updated
  • requirements.txt updated
  • typehint updated

Removed

  • _idle file removed
  • exclude parameter for listen() removed

Version v2.10.19 🔥

18 Jan 09:07
0ba72d5
Compare
Choose a tag to compare
  • The document completely changed
  • set exclude parameter as deprecated
  • add args and kwargs parameters to register_next_step
  • add listening_handler function

Version v2.10.10 🔥

16 Dec 19:49
d92433c
Compare
Choose a tag to compare
  • Fix connection_max_retries AttributeError.
  • Fix attached to different loop ... while using uvloop.

Version v2.10.8

13 Nov 14:23
a1b2f20
Compare
Choose a tag to compare
  • connection.session_max_retries completely changed.

Now pyrostep is fully asyncronized ...

  • wait_for bug fixed on Python v3.10.x.

  • safe_idle changed, now you dont need this.

  • MetaStore.delete_item removed.

  • MetaStore.clear changed.

  • unregister_steps bug fixed, now cancel asyncio.Future object.

  • clear changed, now blocks listener until complete clearing.