This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
Releases: twitter/summingbird
Releases · twitter/summingbird
0.1.5: Moar Dags
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).
Version 0.1.4
This release welcomes @ianoc to the Summingbird team!
Issues Resolved
Version 0.1.3
Version 0.1.2
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