Skip to content

Releases: twitter/twitter-server

Twitter-Server 1.30.0

09 Jun 20:21
Compare
Choose a tag to compare

Runtime Behavior Changes

  • The admin server now waits for other registered closables to shut down
    before commencing its own shutdown. RB_ID=916421

Breaking API Changes

  • Removed c.t.server.Closer trait. Behavior has been moved to
    c.t.app.App. RB_ID=915485

TwitterServer 1.29.0

21 Apr 21:18
Compare
Choose a tag to compare

TwitterServer 1.28.0

11 Mar 07:52
Compare
Choose a tag to compare

Dependencies

  • Bump guava to 19.0. RB_ID=907807

TwitterServer 1.27.0

06 Feb 16:57
Compare
Choose a tag to compare

New Features

  • Add lint error warning on admin summary page. RB_ID=898202

TwitterServer 1.26.0

21 Dec 02:09
Compare
Choose a tag to compare

Bug Fixes

  • Server graphs are now displaying again on the Twitter Server Summary page.
    RB_ID=898422

TwitterServer 1.24.0

12 Oct 00:38
Compare
Choose a tag to compare

TwitterServer 1.23.0

08 Sep 01:30
Compare
Choose a tag to compare

TwitterServer 1.22.0

26 Aug 03:57
Compare
Choose a tag to compare

Runtime Behavior Changes

  • twitter-server: ShutdownHandler and AbortHandler accept only POST
    requests and ignore non-POST requests. RB_ID=848212

TwitterServer 1.21.0

08 Jul 18:29
Compare
Choose a tag to compare

Bug Fixes

  • twitter-server: escape user input that is rendered in HTML, and make
    bin/travisci publish finagle-toggle. RB_ID=848579

New Features

  • Add optional HTTP request parameter filter to /admin/registry.json
    allowing for simple filtering of the returned JSON. RB_ID=842784
  • Add admin endpoint, /admin/toggles, for
    c.t.finagle.toggle.StandardToggleMap registered Toggles.
    RB_ID=847434

Breaking API Changes

  • twitter-server: Removed AdminHttpServer#mkRoutex method. This method
    was created during the migration away from direct usage of netty
    http types and is now redundant. RB_ID=835083
  • Builds are now only for Java 8 and Scala 2.11. See the
    blog post for details. RB_ID=828898

TwitterServer 1.20.0

27 Apr 23:11
Compare
Choose a tag to compare

Note: This is the final release that will support Scala 2.10 and Java 7.

Runtime Behavior Changes

  • Introduce a new lifecycle event prebindWarmup for warmup code
    which needs to run before the service handles traffic. GC has
    moved from warmupComplete to prebindWarmup. RB_ID=819411

New Features

  • Update to register TwitterServer as library in /admin/registry.json. RB_ID=825129
  • Add a FailFast lint rule for Memcached client. RB_ID=808727