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

Commit 6b5d2c3

Browse files
committed
Updates for the 0.4.0 release
1 parent 4c8ef07 commit 6b5d2c3

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGES.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# summingbird #
22

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+
338
## 0.3.3
439
* Depend on proper Tormenta version (fix semver hiccup)
540

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Follow [@summingbird](https://twitter.com/summingbird) on Twitter for updates.
102102

103103
## Maven
104104

105-
Summingbird modules are published on maven central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.3.2`.
105+
Summingbird modules are published on maven central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.4.0`.
106106

107107
Current published artifacts are
108108

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object SummingbirdBuild extends Build {
2020

2121
val sharedSettings = Project.defaultSettings ++ Seq(
2222
organization := "com.twitter",
23-
version := "0.3.3",
23+
version := "0.4.0",
2424
scalaVersion := "2.9.3",
2525
crossScalaVersions := Seq("2.9.3", "2.10.0"),
2626
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)