Skip to content

Commit

Permalink
csl: Release OSS libraries
Browse files Browse the repository at this point in the history
Finagle 6.31
Util 6.30
Scrooge 4.2
TwitterServer 1.16
Ostrich 9.14

RB_ID=774633
TBR=true
  • Loading branch information
vkostyukov authored and jenkins committed Dec 3, 2015
1 parent 200f8b5 commit 50d3bb0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
5 changes: 4 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
6.x
-----

6.31.0
~~~~~~~

New Features
~~~~~~~~~~~~

Expand Down Expand Up @@ -535,7 +538,7 @@ New Features

* finagle-core: improved Java compatiblity for `c.t.f.Stack.Params` / `c.t.f.Stack.Parameterized`.

* finagle-core: Introduce the ability to add metadata to bound `com.twitter.finagle.Addr`\s.
* finagle-core: Introduce the ability to add metadata to bound `com.twitter.finagle.Addr`s.

* finagle-core: Introduce per-address latency compensation. Clients may be configured with
a 'Compensator' function that uses the client's address metadata to adjust connection and
Expand Down
4 changes: 2 additions & 2 deletions doc/src/sphinx/code/client-server-anatomy/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name := "client-server-anatomy"

version := "1.0"

scalaVersion := "2.10.5"
scalaVersion := "2.11.7"

libraryDependencies ++= Seq(
"com.twitter" %% "finagle-core" % "6.28.0"
"com.twitter" %% "finagle-core" % "6.31.0"
)
4 changes: 2 additions & 2 deletions doc/src/sphinx/code/protocols/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name := "protocols"

version := "1.0"

scalaVersion := "2.10.5"
scalaVersion := "2.11.7"

libraryDependencies ++= Seq(
"com.twitter" %% "finagle-mysql" % "6.28.0"
"com.twitter" %% "finagle-mysql" % "6.31.0"
)
4 changes: 2 additions & 2 deletions doc/src/sphinx/code/quickstart/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name := "quickstart"

version := "1.0"

scalaVersion := "2.10.5"
scalaVersion := "2.11.7"

libraryDependencies += "com.twitter" %% "finagle-http" % "6.30.0"
libraryDependencies += "com.twitter" %% "finagle-http" % "6.31.0"
8 changes: 4 additions & 4 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ object Finagle extends Build {
val branch = Process("git" :: "rev-parse" :: "--abbrev-ref" :: "HEAD" :: Nil).!!.trim
val suffix = if (branch == "master") "" else "-SNAPSHOT"

val libVersion = "6.30.0" + suffix
val utilVersion = "6.29.0" + suffix
val ostrichVersion = "9.13.0" + suffix
val scroogeVersion = "4.2.0" + suffix
val libVersion = "6.31.0" + suffix
val utilVersion = "6.30.0" + suffix
val ostrichVersion = "9.14.0" + suffix
val scroogeVersion = "4.3.0" + suffix

val nettyLib = "io.netty" % "netty" % "3.10.1.Final"
val netty4Libs = Seq(
Expand Down

0 comments on commit 50d3bb0

Please sign in to comment.