Skip to content

Releases: twitter/twitter-server

TwitterServer 1.19.0

11 Mar 07:03
Compare
Choose a tag to compare

New Features

  • Add AdminHttpServer#boundAddress to expose the bound address of
    the AdminHttpServer. RB_ID=798322

TwitterServer 1.18.0

08 Mar 04:38
Compare
Choose a tag to compare

New Features:

  • Add new admin endpoint "/" which redirects requests to "/admin". RB_ID=777247

TwitterServer 1.16.0

08 Mar 04:38
Compare
Choose a tag to compare

Bump dependency versions.

TwitterServer 1.15.0

08 Mar 04:38
Compare
Choose a tag to compare

New Features

  • Add new admin endpoint "/admin/lint" which checks for possible issues with
    performance or configuration. RB_ID=754348

Runtime Behavior Changes

  • We no longer export a "scheduler/productivity" stat because various implementation
    details made it difficult to report reliably.

TwitterServer 1.14.0

08 Mar 04:37
Compare
Choose a tag to compare

Dependencies:

  • Converted to finagle-httpx. Projects that depend transitively on
    finagle-http through twitter-server will need to switch to finagle-httpx.
    RB_ID=741454 RB_ID=740731