Releases: conductor-sdk/conductor-python
Releases · conductor-sdk/conductor-python
v1.0.40
v1.0.39
v1.0.38
What's Changed
- Improved authentication support by @marcocrasso in #120
Full Changelog: v1.0.37...v1.0.38
v1.0.37
New Features
- Added new parameter for worker:
domain
- You can check out some short example here
- Thanks for the support @franciscolluch!
- Added support for generic functional workers by removing the requirement to write them as classes
- You can check out some quick examples here
v1.0.36
v1.0.35
v1.0.34
Features:
- Worker as a function, more context here
- Stay tuned - next release might enable more generic worker functions, removing the input and output type requirement
Bug Fixes:
- Exception was raised when polling for an empty queue. Thanks to @BrandonDotLin and @phmurias-invitae for raising an issue!