0.5.0
- Major rewrite of the Hydra Stage API
- Stages no longer have access to RemotePipeline.
- To discard a document, call LocalDocument#discard
- To get document attachments, call LocalDocument#getFile et.al.
- Now uses Guava Service instead of handling the lifecycle of long living threads ourselves.
- All exceptions thrown in stage implementations are now caught and fails the document.
See full notes:
Release notes