Skip to content

Latest commit

 

History

History
124 lines (82 loc) · 3.1 KB

CHANGELOG.rst

File metadata and controls

124 lines (82 loc) · 3.1 KB

Release Notes

This is the summary list of changes to Girder Worker between each release. For full details, see the commit logs at https://github.com/girder/girder_worker

Unreleased

Added Features

Bug fixes

Changes

Deprecations

DevOps

Removals

Security Fixes

Girder Worker 0.6.0

Added Features

Bug fixes

Changes

  • Remove legacy girder_worker code (#332)

Deprecations

DevOps

Removals

Security Fixes

Girder Worker 0.5.1

Added Features

  • Move the remote worker plugin from Girder to Girder Worker (#311)
  • Support nvidia-docker version 2.0 (#303)
  • Add ability to upload job artifacts from docker (#300)

Bug fixes

  • Explicitly load configuration after app instantiation(#284)
  • Resolve issues with integration tests from upstream change (#335)

Changes

Deprecations

DevOps

Removals

Security Fixes

Girder Worker 0.5.0

Bug fixes

  • Resolve multiple issues related to broken chord functionality (#280, #282)
  • Use cherrypy.request.app instead of ImportException to determine signal context (#275)

Changes

  • Volume transforms renamed to BindMountVolume (#273)
  • Refactor signals to introduce 'context' in which code is being executed (#271)
  • Move entrypoint based task descovery earlier in application initialization (#278)

Girder Worker 0.4.1

Bug fixes

  • Allow use of default container_args param. (#268)

Changes

  • Remove container by default in docker mode, at end of run. (#264)
  • More robust standard pipe handling in tasks that communicate with Girder jobs. (#260)