Changelog
0.10.5
Released on Apr 28, 2020.
Features
- None
Enhancements
- Added serializer for
RemoteDaskEnvironment
- #2369 server start
CLI command now defaults to image build based on current Prefect installation version - #2375- Add option to set
executor_kwargs
onKubernetesJobEnvironment
andFargateTaskEnvironment
- #2258 - Add map index to task logs for mapped task runs - #2402
- Agents can now register themselves with Cloud for better management - #2312
- Adding support for
environment
,secrets
, andmountPoints
via configurablecontainerDefinitions
to the Fargate Agent - #2397 - Add flag for disabling Docker agent interface check on Linux - #2361
Task Library
- Add Pushbullet notification task to send notifications to mobile - #2366
- Add support for Docker volumes and filtering in
prefect.tasks.docker
- #2384
Fixes
- Fix Docker storage path issue when registering flows on Windows machines - #2332
- Fix issue with refreshing Prefect Cloud tokens - #2409
- Resolve invalid escape sequence deprecation warnings - #2414
Deprecations
- None
Breaking Changes
- None