All Versions
33
Latest Version
Avg Release Cycle
70 days
Latest Release
2466 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.11.0-RC1 Changes
June 23, 2016 -
v0.10.0-RC2
February 06, 2016 -
v0.10.0-RC1
February 05, 2016 -
v0.9.1 Changes
- 🛠 Fixes a bug in the LTuple2 class. Add a test for it: https://github.com/twitter/summingbird/pull/632
-
v0.9.0 Changes
- Removing internal config setup from scalding platform: https://github.com/twitter/summingbird/pull/629
- ✂ Remove store that no one seems to use and has no tests: https://github.com/twitter/summingbird/pull/630
- Ianoc/optimization changes: https://github.com/twitter/summingbird/pull/628
- 🛠 Fixes tests: https://github.com/twitter/summingbird/pull/626
- resilient to all stores being complete: https://github.com/twitter/summingbird/pull/627
- Resilient to a store being ahead: https://github.com/twitter/summingbird/pull/625
- 🚚 move to scala test: https://github.com/twitter/summingbird/pull/621
- Killing off Summingbird Java: https://github.com/twitter/summingbird/pull/624
- Kill summingbird spark: https://github.com/twitter/summingbird/pull/622
- ⬆️ Bumping sbt versions: https://github.com/twitter/summingbird/pull/623
- 🛠 Fixed erroneous comment in ClientStore's merge description: https://github.com/twitter/summingbird/pull/620
-
v0.8.0 Changes
- ⬆️ bumping Scalding to 0.15.0, algebird to 0.10.1
-
v0.7.0 Changes
- Registering summingbird counters with tormenta spouts #553
- ➕ Add counters to default summers #571
- 🛠 Fixes the types off the summingbird java storm api #601
- ➕ Adding explicit hadoop deps; dfs-datastores to 1.3.6 #592
- 🗄 Replace deprecated ClassManifest and erasure #608
- Spark monad #607
- 🗄 replace deprecated erasure by runtimeClass #609
- ⏪ Revert "Remove StripNameNodes" #610
- 🔨 refactored core-tests into separate sub-project #593
- 🛠 Fix checking delta batch in readDeltaTimestamps in batched store when merging #612
- 🔀 ensure at least one batch before merging #613
- 🔨 MergeableStoreFactory extends java.io.Serializable #616
- Spout storm metrics foreach #617
- ⬆️ upgrade scalacheck #615
- ✅ Use latest bijection, algebird, scalding, storehaus, chill, and tormenta
-
v0.6.0 Changes
- ✅ Use latest bijection, algebird, scalding, storehaus, chill, and tormenta https://github.com/twitter/summingbird/pull/565
- ✂ Remove scala 2.9 support https://github.com/twitter/summingbird/pull/565
- ➕ Add counters to default summers https://github.com/twitter/summingbird/pull/571
- Registering summingbird counters with tormenta spouts https://github.com/twitter/summingbird/pull/553
- ✂ Remove StripNameNodes: https://github.com/twitter/summingbird/pull/587
- ⚡️ Revert unneeded wrapper in DagOptimizer: https://github.com/twitter/summingbird/pull/584
- 👉 Make some classes public so we can make custom platforms: https://github.com/twitter/summingbird/pull/564
- ⚡️ IdentityKeyedProducer in ValueFlatMapToFlatMap Dag Optimizer rule: https://github.com/twitter/summingbird/pull/580
- 🔨 Lazy store init for CombinedServiceStoreFactory: https://github.com/twitter/summingbird/pull/582
- Pass the reducers option down to leftJoin: https://github.com/twitter/summingbird/pull/578
- 📇 Rename readBatched to readAfterLastBatch: https://github.com/twitter/summingbird/pull/577
- 🛠 Fixes BatchedStore interval calculation: https://github.com/twitter/summingbird/pull/573
- 👌 Support for creating a store-service for Storm platform: https://github.com/twitter/summingbird/pull/563
- 👌 Support leftJoin against a store in offline platform: https://github.com/twitter/summingbird/pull/557
- Counters for ConcurrentMemory platform: https://github.com/twitter/summingbird/pull/550
- 🔨 Summingbird Storm/Online refactor: https://github.com/twitter/summingbird/pull/544
- Memory platform counters: https://github.com/twitter/summingbird/pull/548
- ⚡️ Example of using DagOptimizer: https://github.com/twitter/summingbird/pull/538
-
v0.5.1 Changes
- 🔄 Change the javac options for doc generation in java to be successful. (Blocks maven publishing)
-
v0.5.0 Changes
- ⬆️ Bumps version of other projects. Changes to compile with latest scalding...: https://github.com/twitter/summingbird/pull/533
- Safely checking for the internal storm Implementation detail: https://github.com/twitter/summingbird/pull/528
- ➕ add implicit Successible and Predecessible for Timestamp: https://github.com/twitter/summingbird/pull/530
- ✂ Removes redundant Future.unit call: https://github.com/twitter/summingbird/pull/526
- ⚡️ Optimize CalendarBatcher a bit: https://github.com/twitter/summingbird/pull/527
- 🛠 Fixes java publishing to not error in the doc generation/publishing -- i...: https://github.com/twitter/summingbird/pull/519
- 🛠 Fix online plan bug with multiple serial summers and certain no-ops: https://github.com/twitter/summingbird/pull/524
- 🛠 Fixing tormentaSpout.registerMetric call in scheduleSpout: https://github.com/twitter/summingbird/pull/521
- 👉 Use scalariform: https://github.com/twitter/summingbird/pull/520
- ➕ Adds a test for a bug if a flatMap immediately before a leftJoin produce...: https://github.com/twitter/summingbird/pull/518
- 🛠 Fixed Storm stats bug with Promise: https://github.com/twitter/summingbird/pull/514
- Platform-independent stats storm scalding: https://github.com/twitter/summingbird/pull/503
- Experimental Java API and example: https://github.com/twitter/summingbird/pull/499
- First pass at a spark platform for summingbird: https://github.com/twitter/summingbird/pull/502
- ➕ Add summingbird logo: https://github.com/twitter/summingbird/pull/504
- 🔦 expose flow object to mutate function: https://github.com/twitter/summingbird/pull/501
- 👌 Support java6 with our one java file: https://github.com/twitter/summingbird/pull/498
- 🆕 New async summers from algebird: https://github.com/twitter/summingbird/pull/497
- 🔋 Feature/stat store: https://github.com/twitter/summingbird/pull/495
- ➕ Add some option documentation: https://github.com/twitter/summingbird/pull/491
- Yet another cache: https://github.com/twitter/summingbird/pull/470
- Monoid to semigroup: https://github.com/twitter/summingbird/pull/487