Skip to content

Latest commit

 

History

History
110 lines (72 loc) · 3.63 KB

CHANGES.md

File metadata and controls

110 lines (72 loc) · 3.63 KB

tormenta

Version 0.12.0

  • 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

Version 0.11.1

  • Update the build: #67
  • handlers now survive map, filter, flatMap: #66

Version 0.10.0

  • Bumps to upstream versions

Version 0.10.0

  • bijection 0.8.0, chill 0.6.0, scala 2.10.5 #65

Version 0.9.0

  • 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

  • Use scalainform: #54
  • Modifications to Spout code to allow for metric registration: #53

Version 0.7.0

  • Fix semantic version (minor API change affected binary compatibiltiy of KafkaSpout)

Version 0.6.1

  • Make the forceStartOffset programmable: #51

Version 0.6.0

  • Add logging, make storm provided: #47
  • Upgrades Avro/Bijection-avro: #49

Version 0.5.4

  • 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

Version 0.5.3

  • Add tormenta-avro module: #36

Version 0.5.2

  • Break out tormenta-kestrel and tormenta-kafka: #31
  • Add mailing list to README: #34
  • Add proper TraversableSpout (usable within topologies) and first test: #35

Version 0.5.1

  • Fixed missing open call to TwitterSpout
  • Moved KafkaSpout to tormenta-kafka
  • Moved KestrelSpout to tormenta-kestrel

Version 0.5.0

  • tormenta becomes tormenta-core
  • Add tormenta-twitter
  • Spouts gain map, filter, flatMap
  • ScalaSpout -> Spout
  • ScalaScheme -> Scheme
  • Schemes and Spouts now have proper variance

Version 0.4.0

  • More KafkaSpout customization.

Version 0.3.2

  • Add ability to customize zkRoot in KafkaSpout.

Version 0.3.1

  • Republish using jdk6.

Version 0.3.0

  • Remove bijection dependency and BijectionScheme (This should just be a FunctionScheme anyway.)
  • Add scala 2.10 cross build

Version 0.2.1

  • Added Conjars repo back in. Depend on public version of bijection.

Version 0.2.0

  • Modified ScalaKryoFactory for easier extensions.
  • Use bijection-core instead of util-core

Version 0.1.1

  • Added base ScalaKryoFactory implementation.

Version 0.0.2

  • Added ScalaScheme and ScalaSpout with chill dependency for serialization.

Version 0.0.1

  • Added ScalaInterop java class for DRPC.