Changelog
0.10.2
Released on Apr 14, 2020.
Features
- None
Enhancements
- Task logical operators (e.g.
And
,Or
, ...) no longer implicitly cast tobool
- #2303 - Allow for dynamically changing secret names at runtime - #2302
- Update
ifelse
andswitch
to return tasks representing the output of the run branch - #2310
Task Library
- Rename the base secret tasks for clarity - #2302
Fixes
- Fix possible subprocess deadlocks when sending stdout to
subprocess.PIPE
- #2293, #2295 - Fix issue with Flow registration to non-standard Cloud backends - #2292
- Fix issue with registering Flows with Server that have required scheduled Parameters - #2296
- Fix interpolation of config for dev services CLI for Apollo - #2299
- Fix pytest Cloud and Core server backend fixtures - #2319
- Fix
AzureResultHandler
choosing an empty Secret over provided connection string - #2316 - Fix containers created by Docker agent on Linux not being able to reach out to host API - #2324
Deprecations
- None
Breaking Changes
- Remove
env_var
initialization fromEnvVarSecret
in favor ofname
- #2302