Skip to content

0.5.0

Compare
Choose a tag to compare
@laserval laserval released this 28 Feb 15:56
· 39 commits to master since this release
  • 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