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
- Remove legacy girder_worker code (#332)
- 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)
- Explicitly load configuration after app instantiation(#284)
- Resolve issues with integration tests from upstream change (#335)
- Various updates to transforms (#289, #292, #305, #323)
- Documentation improvements (#288, #308, #309)
- Resolve multiple issues related to broken chord functionality (#280, #282)
- Use cherrypy.request.app instead of ImportException to determine signal context (#275)
- 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)
- Allow use of default container_args param. (#268)