Releases: Project-OMOTES/omotes-sdk-python
Releases · Project-OMOTES/omotes-sdk-python
3.2.4
What's Changed
- 67 refactor implementation of left over job queues clean up by @cwang39403 in #80
- Reorder job queues declaration sequence to ensure job progress and status queues can be properly cleaned up by @cwang39403 in #83
- 84: Create proposal to include specific START progress update from wo… by @lfse-slafleur in #85
Full Changelog: 3.2.3...3.2.4
3.2.3
What's Changed
- 75: ProtobufDict and ParamsDict types should use a Dict instead of un… by @lfse-slafleur in #79
Full Changelog: 3.2.2...3.2.3
3.2.2
What's Changed
- 76: Fix log line when sending a result on worker. by @lfse-slafleur in #78
Full Changelog: 3.2.0...3.2.2
3.2.0
What's Changed
- 76: Add job reference and use it to determine output_esdl name. by @lfse-slafleur in #77
Full Changelog: 3.1.2...3.2.0
3.1.2
What's Changed
- 71: Duration parameter now works with seconds instead of milliseconds… by @lfse-slafleur in #72
Full Changelog: 3.1.1...3.1.2
3.1.1
What's Changed
- 69: Worker should receive a ProtobufDict and not a ParamsDict. by @lfse-slafleur in #70
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- 80 clean up left over job status progress and result queues by @cwang39403 in #63
- 64: Refactor params_dict conversion at SDK and worker to be linked to… by @lfse-slafleur in #65
- 66: Integrate DurationParameter as a Python timedelta. by @lfse-slafleur in #68
Full Changelog: 3.0.0...3.1.0
3.0.0
What's Changed
- 59 fix params dict serializing and deserializing by @lfse-slafleur in #60
- Fix timeout_ms being wrongly assigned as None when job_timeout is given as a zero timedelta by @cwang39403 in #62
- 55 rework sdk to utilize single job submission queue instead of one per workflow type by @lfse-slafleur in #61
Full Changelog: 2.0.2...3.0.0
2.0.2
What's Changed
- 41: Fix issue where Celery was overwriting the log level for the root… by @lfse-slafleur in #56
- 35 reenable dependency on streamcapture and remove embedded code by @lfse-slafleur in #54
- 51: Add control over exchanges and queue bindings to the broker, remo… by @lfse-slafleur in #53
- 57: Support datetime and durations in params dict. by @lfse-slafleur in #58
- 59: fix params dict serializing and deserializing by @lfse-slafleur in #60
Full Changelog: 1.0.1...2.0.2
1.0.1
What's Changed
- 48: Add persistent delivery mode to any message send. by @lfse-slafleur in #49
- 50: Remove internal orchestrator-only files. by @lfse-slafleur in #52
Full Changelog: 1.0.0...1.0.1