Skip to content

0.10.0

Compare
Choose a tag to compare
@anilgursel anilgursel released this 30 Mar 19:18
· 67 commits to master since this release

The key features of 0.10.0 release are:

  • Scala 2.12, Akka 2.5, Akka HTTP 10.1.0
  • Retry Akka Stream Stage now supports exponential back-off delay, please see the doc.
  • Metrics for Retry stage.
  • BoundedOrdering stage, please see the doc. OrderingStage is renamed and max bound feature added.
  • Materialization Metrics Collector Stage can be used to see metrics on how many times a stream is materialized, please see the doc. This stage is already integrated with squbs services, so incoming http connection metrics can be observed.
  • Java API for Perpetual Stream, please see the doc.
  • Java API for Pipeline Flow Factory, please see the doc.
  • Graph Stage for flow demand and supply metrics #464.

The full list of all closed issues for the 0.10.0 release milestone are here on GitHub.