Skip to content

Commit

Permalink
[split] release finable version 6.12.1
Browse files Browse the repository at this point in the history
RB_ID=290583
TBR=true
  • Loading branch information
stevegury authored and CI committed Feb 19, 2014
1 parent 572fd38 commit 5a291be
Show file tree
Hide file tree
Showing 29 changed files with 127 additions and 120 deletions.
63 changes: 35 additions & 28 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,44 @@ as it is included in Finagle's user's guide.
6.x
-----

6.12.1
~~~~~

- `finagle`: release ostrich version 9.3.1
- `finagle`: release util version 6.12.1
- `finagle`: Upgrade everyone to the new c.t.common.server-set

6.12.0
~~~~~~

- `finagle-core` : Add a `ServerBuilder.safeBuild(ServiceFactory)` method for Java compatibility
- `finagle-core` : Add basic Scaladocs for all Filters and Services
- `finagle-core` : close Name Var observation on service close
- `finagle-core` : com.twitter.finagle.Stack: initial version
- `finagle-core` : Fix race condition in server dispatcher draining state machine
- `finagle-core` : low hanging fruit
- `finagle-core` : Make `Resolver.evalLabeled` private[finagle]
- `finagle-core` : Option to enable thread pool scheduler in finagle"
- `finagle-core` : Record Finagle version in tracing information
- `finagle-core` : Remove a long-forgotten java file
- `finagle-core` : Separate stats scopes for service-creation and request failure
- `finagle-core` : TimeoutFactorySpec => TimeoutFactoryTest
- `finagle-core` : Users don't get NPE on directories without permissions
- `finagle-core` : Weights, weighted load balancer, memoization
- `finagle-core` : Write `Throwables.mkString` in terms of ArrayBuffer instead of Seq
- `finagle-doc` : How do I change my timeouts in the Finagle 6 APIs?
- `finagle-example` : Port finagle-example thrift to new style APIs
- `finagle-http` : Add Dtab filter in RichHttp
- `finagle-http` : enable tracing on finagle 6 http api
- `finagle-kestrel` : Fix match-exhaustiveness issue in `DecodingToResponse.parseResponse`
- `finagle-kestrel` : Use Var[Addr] as underlying cluster representation
- `finagle-memcache` : Add a parameter to disable host ejection from KetamaFailureAccrualFilter
- `finagle-memcached` : include response type for IllegalStateException
- `finagle-mux` : Adds lease support to mux clients
- `finagle-mysql` : Embeddable MySql support for Unit/Integration Testing in Finagle-MySql
- `finagle-serversets` : prevent MatchError when resolving zk path + endpoint
- `finagle-serversets` : Use ephemeral ports and `Var.sample` in tests
- `finagle-serversets` : Use the watch method instead of the now deprecated monitor method
- `finagle-core`: Add a `ServerBuilder.safeBuild(ServiceFactory)` method for Java compatibility
- `finagle-core`: Add basic Scaladocs for all Filters and Services
- `finagle-core`: close Name Var observation on service close
- `finagle-core`: com.twitter.finagle.Stack: initial version
- `finagle-core`: Fix race condition in server dispatcher draining state machine
- `finagle-core`: low hanging fruit
- `finagle-core`: Make `Resolver.evalLabeled` private[finagle]
- `finagle-core`: Option to enable thread pool scheduler in finagle"
- `finagle-core`: Record Finagle version in tracing information
- `finagle-core`: Remove a long-forgotten java file
- `finagle-core`: Separate stats scopes for service-creation and request failure
- `finagle-core`: TimeoutFactorySpec => TimeoutFactoryTest
- `finagle-core`: Users don't get NPE on directories without permissions
- `finagle-core`: Weights, weighted load balancer, memoization
- `finagle-core`: Write `Throwables.mkString` in terms of ArrayBuffer instead of Seq
- `finagle-doc`: How do I change my timeouts in the Finagle 6 APIs?
- `finagle-example`: Port finagle-example thrift to new style APIs
- `finagle-http`: Add Dtab filter in RichHttp
- `finagle-http`: enable tracing on finagle 6 http api
- `finagle-kestrel`: Fix match-exhaustiveness issue in `DecodingToResponse.parseResponse`
- `finagle-kestrel`: Use Var[Addr] as underlying cluster representation
- `finagle-memcache`: Add a parameter to disable host ejection from KetamaFailureAccrualFilter
- `finagle-memcached`: include response type for IllegalStateException
- `finagle-mux`: Adds lease support to mux clients
- `finagle-mysql`: Embeddable MySql support for Unit/Integration Testing in Finagle-MySql
- `finagle-serversets`: prevent MatchError when resolving zk path + endpoint
- `finagle-serversets`: Use ephemeral ports and `Var.sample` in tests
- `finagle-serversets`: Use the watch method instead of the now deprecated monitor method
- `finagle-tracing` /zipkin: remove some allocations
- `finagle`: update dependencies com.twitter.common*
- `finagle`: update ostrich to 9.3.0
Expand Down
16 changes: 8 additions & 8 deletions finagle-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>finagle-benchmark</artifactId>
<packaging>jar</packaging>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand Down Expand Up @@ -32,37 +32,37 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-stats</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-ostrich4</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-zipkin</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-swift</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-thrift</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-memcached</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions finagle-commons-stats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>finagle-commons-stats</artifactId>
<packaging>jar</packaging>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions finagle-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>finagle-core</artifactId>
<packaging>jar</packaging>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand Down Expand Up @@ -50,7 +50,7 @@
<groupId>com.twitter</groupId>
<artifactId>finagle-test</artifactId>
<scope>test</scope>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
Expand Down
22 changes: 11 additions & 11 deletions finagle-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>finagle-example</artifactId>
<packaging>jar</packaging>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand Down Expand Up @@ -78,52 +78,52 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-http</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-kestrel</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-memcached</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-mysql</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-ostrich4</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-redis</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-stats</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-stream</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-thrift</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
Expand Down
6 changes: 3 additions & 3 deletions finagle-exception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>finagle-exception</artifactId>
<packaging>jar</packaging>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand Down Expand Up @@ -70,12 +70,12 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-thrift</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
Expand Down
8 changes: 4 additions & 4 deletions finagle-exp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>finagle-exp</artifactId>
<packaging>jar</packaging>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand Down Expand Up @@ -50,17 +50,17 @@
<groupId>com.twitter</groupId>
<artifactId>finagle-test</artifactId>
<scope>test</scope>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-thrift</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions finagle-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>finagle-http</artifactId>
<packaging>jar</packaging>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
Expand Down
6 changes: 3 additions & 3 deletions finagle-kestrel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>finagle-kestrel</artifactId>
<packaging>jar</packaging>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand Down Expand Up @@ -38,12 +38,12 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-memcached</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions finagle-mdns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>finagle-mdns</artifactId>
<packaging>jar</packaging>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions finagle-memcached/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>finagle-memcached</artifactId>
<packaging>jar</packaging>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand Down Expand Up @@ -38,12 +38,12 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-serversets</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
Expand Down
6 changes: 3 additions & 3 deletions finagle-mux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>finagle-mux</artifactId>
<packaging>jar</packaging>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand Down Expand Up @@ -38,13 +38,13 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core</artifactId>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-test</artifactId>
<scope>test</scope>
<version>6.12.1-SNAPSHOT</version>
<version>6.12.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit 5a291be

Please sign in to comment.