Skip to content

Latest commit

 

History

History
162 lines (135 loc) · 9.64 KB

CHANGES.md

File metadata and controls

162 lines (135 loc) · 9.64 KB

summingbird

0.3.0

0.2.5

0.2.4

  • Fix off-by-one bug in scalding batched store: twitter#311

0.2.3

0.2.2

0.2.1

  • Add support for map only jobs in producer api twitter#269
  • Fixes naming of nodes, options are picked up correctly twitter#267
  • Fix missing elements in case statements for applying online graph to storm twitter#272

0.2.0

0.1.5

  • Control how futures are collected in Client Store: twitter#254
  • Producer[Platform, T] is covariant on T: twitter#251
  • Improve testing generators: twitter#249
  • Remove manifests from the core API: twitter#247
  • Dot graphs of our storm plan (what SB nodes go to physical nodes): twitter#236

0.1.4

0.1.3

0.1.2

0.1.1

  • Add --scalding.nothrowplan to not rethrow/exit with error on a flow plan error

0.1.0

  • new, producer-based API
  • Split Storm and Scalding platforms
  • Added in-memory platform
  • Complete DSL rebuild in anticipation of release.

0.0.4

  • fix compiler-induced bug in BatchAggregatorJob.

0.0.3

  • Ability to tee out data.

0.0.2

  • PresentingStore
  • Ability to join a Summingbird job against another SB job.

0.0.1

  • Initial code push.