Skip to content

v0.7.0

Compare
Choose a tag to compare
@gianm gianm released this 13 Jan 00:35
· 148 commits to master since this release

New features:

  • Tranquility Server (#57, #79)
  • Tranquilizer and Simple Tranquilizer APIs (#57, #77)
  • Add Beam.sendBatch (#75)

Improvements:

  • Changed default overlord service name (#63)
  • Update jackson, finagle, twitter util, netty (#66)
  • Avoid materializing Spark RDDs when sending (#68)
  • Update to Druid 0.8.2 (#73)
  • Update source headers (#74)
  • Update to Spark 1.6.0 (#82)

Bug fixes:

Other notes:

This release contains a backwards incompatible change for those of you that have extended the Beam trait. The "propagate" method is now final, and instead you should implement the "sendBatch" method. See #75 for more information.