Releases: twitter/tormenta
Releases · twitter/tormenta
Upgrade to Storm 1.0.2 API and support Scala 2.12
- Preserve openHook callbacks on SchemeSpouts: #69
- Upgrade to Storm API 1.0.2, as part of this change kestrel support was removed from tormenta: #71
- Update the build: #73
- Support Scala 2.12: #75
Minor bugfix
- Update the build: #67
- handlers now survive map, filter, flatMap #66
Upstream updates
Minor release bumping with upstreams
Metrics, scala 2.10 and scala 2.11!
- Update to scala 2.10 #57
- Scala211 upgrades #58
- Spout to accept a metric registration function #60
- Re-order 3rdparty dependencies #61
Version 0.8.0; spout metrics bug fix, scalainform
- Use scalainform: #54
- Modifications to Spout code to allow for metric registration: #53
Version 0.7.0; fix semver
- Fix semantic version (minor API change affected binary compatibiltiy of KafkaSpout)
Make the forceStartOffset programmable
- Make the forceStartOffset programmable: #51
Avro updates, logging badness
- Add logging, make storm provided: #47
- Upgrades Avro/Bijection-avro: #49
Metrics and more
- Add Scheme "withHandler" Test: #38
- Fixes Implicit resolution in GenericAvroSchemeLaws: #40
- Changed TopologyTest to object from class: #42
- Adds AvroTraversableSpouts for testing Avro Record with SummingBird: #43
- Spout metrics: #46
- Move to sbt 0.13: #45
0.5.2: Tormenta gets Tests
This release adds a proper TraversableOnce
spout that makes it easy to test topologies. We've also added a TopologyTest
to show off how to use tormenta when writing storm topologies for production and for testing.
Issues tackled:
- Break out
tormenta-kestrel
and tormenta-kafka
: #31
- Add mailing list to README: #34
- Add proper
TraversableSpout
(usable within topologies) and first test: #35