|
1 | 1 | # summingbird #
|
2 | 2 |
|
| 3 | +## 0.4.0 |
| 4 | +* Add/use the multiplier option: https://github.com/twitter/summingbird/pull/481 |
| 5 | +* add variations on pipeFactory to allow a map function before time extrac...: https://github.com/twitter/summingbird/pull/482 |
| 6 | +* Make HDFSState public: https://github.com/twitter/summingbird/pull/478 |
| 7 | +* Feature/ianoc frozen keys: https://github.com/twitter/summingbird/pull/477 |
| 8 | +* Piping prune function through the VersionedStore factory method: https://github.com/twitter/summingbird/pull/476 |
| 9 | +* Remove deprecation indirections: https://github.com/twitter/summingbird/pull/472 |
| 10 | +* fix unidoc target: https://github.com/twitter/summingbird/pull/469 |
| 11 | +* Add hadoop2 compression options: https://github.com/twitter/summingbird/pull/466 |
| 12 | +* Few more profiler noticed changes, mostly Future.collect indexedSeq's. O...: https://github.com/twitter/summingbird/pull/465 |
| 13 | +* Add deprecation: https://github.com/twitter/summingbird/pull/463 |
| 14 | +* Vagrant folder added to .gitignore: https://github.com/twitter/summingbird/pull/464 |
| 15 | +* Manually block up sections of output from caches into lists to avoid flo...: https://github.com/twitter/summingbird/pull/453 |
| 16 | +* Fixes bug that meant storm tests weren't running: https://github.com/twitter/summingbird/pull/460 |
| 17 | +* Factor batch from online: https://github.com/twitter/summingbird/pull/455 |
| 18 | +* This moves from using the completeTopology approach to running it normal...: https://github.com/twitter/summingbird/pull/458 |
| 19 | +* Code is called heavily, and in tests where we do it 100's of times it wa...: https://github.com/twitter/summingbird/pull/457 |
| 20 | +* Clean up a little bit of this code. Uses seq/traversable once in some ap...: https://github.com/twitter/summingbird/pull/456 |
| 21 | +* This refactors time out of several places inside the online code. Allows...: https://github.com/twitter/summingbird/pull/454 |
| 22 | +* Move the hadoop defaults into scalding platform: https://github.com/twitter/summingbird/pull/452 |
| 23 | +* Feature/add option to tune output sizes online: https://github.com/twitter/summingbird/pull/451 |
| 24 | +* Move to using Mergable from storehaus instead of mergable store.: https://github.com/twitter/summingbird/pull/450 |
| 25 | +* Feature/state deprecated ptrs: https://github.com/twitter/summingbird/pull/449 |
| 26 | +* Adds BatchID interval to TS interval: https://github.com/twitter/summingbird/pull/443 |
| 27 | +* Adds a scalding-test project: https://github.com/twitter/summingbird/pull/447 |
| 28 | +* Make Commutativity settings a case object: https://github.com/twitter/summingbird/pull/448 |
| 29 | +* Splits the storm test code out into its own package to help end users be...: https://github.com/twitter/summingbird/pull/442 |
| 30 | +* Add toString to InitialBatchedStore: https://github.com/twitter/summingbird/pull/444 |
| 31 | +* Feature/long to timestamp offline: https://github.com/twitter/summingbird/pull/439 |
| 32 | +* Feature/add pruning support: https://github.com/twitter/summingbird/pull/435 |
| 33 | +* Split the scalding platform out into packages: https://github.com/twitter/summingbird/pull/434 |
| 34 | +* Add mima command support: https://github.com/twitter/summingbird/pull/427 |
| 35 | +* Add PipeFactoryOps, with mapElements, flatMapElements and mapPipe: https://github.com/twitter/summingbird/pull/432 |
| 36 | +* Feature/move code from scalding: https://github.com/twitter/summingbird/pull/424 |
| 37 | + |
3 | 38 | ## 0.3.3
|
4 | 39 | * Depend on proper Tormenta version (fix semver hiccup)
|
5 | 40 |
|
|
0 commit comments