Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Releases: twitter/summingbird

0.1.5: Moar Dags

26 Sep 22:37
Compare
Choose a tag to compare

Main changes: you can look at the storm DAG as a dot file including where each of your functions will map. Also, you can control how futures are collected when you read from your clients (previously all exceptions were swallowed.... whoops).

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

Version 0.1.4

19 Sep 00:34
Compare
Choose a tag to compare

This release welcomes @ianoc to the Summingbird team!

Issues Resolved

  • Fix Storm Tests: #227
  • Custom --name flag for job name in builder api: #226
  • Remove SINK_ID reference from SourceBuilder: #225
  • Add Dot Graph Generation from SB Producer: #223
  • Push filters down to storm spout: #224
  • Revert StoreIntermediate to old approach: #219
  • Add in old SummingJoin: #218

Version 0.1.3

17 Sep 20:51
Compare
Choose a tag to compare

Quick bugfix release that closes a couple of small issues with the storm planner.

Issues Closed

  • Fix bug in storm planner's forking: #217
  • Don't send empty multiGets to online service: #209

Version 0.1.2

12 Sep 22:15
Compare
Choose a tag to compare

Polish and bug fixes, folks, plus some nice Batcher changes by @johnynek.

Issues Resolved

  • UTC Calendar Batcher: #195
  • Register injections in StormEnv: #198
  • Fix Forking bug in Storm planner: #197
  • Tidying of StormPlatform: #199
  • Add AnchorTuples option to Storm: #200
  • Allow NamedProducer after Summer in storm: #202
  • Optimization when using BijectedMonoid in a Scalding job: #203
  • Remove need for --initial-run (--start-time suffices): #204