Skip to content

Commit

Permalink
Merge branch 'release/0.10.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
isnotinvain committed Feb 4, 2015
2 parents 05d9803 + cbaabbe commit 89bad77
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Storehaus #

### Version 0.10.0 ###
* Use latest scalding, algebird, and bijection versions: https://github.com/twitter/storehaus/pull/255
* Use new Travis CI container infrastructure: https://github.com/twitter/storehaus/pull/254
* Add hook for CAS based memcache mergeable: https://github.com/twitter/storehaus/pull/252
* Bump bijection/algebird versions: https://github.com/twitter/storehaus/pull/253
* Remove + operator: https://github.com/twitter/storehaus/pull/21
* Memcache mergeable - use semigroup: https://github.com/twitter/storehaus/pull/251
* add logic for replicating writes and reads to stores: https://github.com/twitter/storehaus/pull/20
* bump finagle and util to 6.22.0: https://github.com/twitter/storehaus/pull/247
* Minified kill 2.9.3: https://github.com/twitter/storehaus/pull/249
* Read through store - do not query backing store when no cache miss: https://github.com/twitter/storehaus/pull/246
* implementation of store that uses http protocol: https://github.com/twitter/storehaus/pull/241
* Retry unittest: https://github.com/twitter/storehaus/pull/240
* Added endpoint support to storehaus-dynamodb: https://github.com/twitter/storehaus/pull/236
* Https sonatype: https://github.com/twitter/storehaus/pull/237

### Version 0.9.1 ###
* Feature/write through cache perf: https://github.com/twitter/storehaus/pull/234
* Share the Retrying Read Write store in storehaus repo: https://github.com/twitter/storehaus/pull/230
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Discussion occurs primarily on the [Storehaus mailing list](https://groups.googl

## Maven

Storehaus modules are available on maven central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.9.0`.
Storehaus modules are available on maven central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.10.0`.

Current published artifacts are

Expand Down
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object StorehausBuild extends Build {
val sharedSettings = extraSettings ++ ciSettings ++ Seq(
organization := "com.twitter",
scalaVersion := "2.10.4",
version := "0.9.1",
version := "0.10.0",
crossScalaVersions := Seq("2.10.4"),
javacOptions ++= Seq("-source", "1.6", "-target", "1.6"),
javacOptions in doc := Seq("-source", "1.6"),
Expand Down Expand Up @@ -122,7 +122,7 @@ object StorehausBuild extends Build {
val algebirdVersion = "0.9.0"
val bijectionVersion = "0.7.2"
val utilVersion = "6.22.0"
val scaldingVersion = "0.13.0"
val scaldingVersion = "0.13.1"
lazy val storehaus = Project(

id = "storehaus",
Expand Down

0 comments on commit 89bad77

Please sign in to comment.