Skip to content

Releases: twitter/twitter-server

Twitter-server 19.2.0

21 Feb 23:29
Compare
Choose a tag to compare

Twitter-server 19.1.0

10 Jan 21:04
Compare
Choose a tag to compare
  • Propagate the admin server's shutdown to the handlers that are registered with the admin server.
    8a164d46

Twitter-server 18.12.0

12 Dec 01:00
Compare
Choose a tag to compare
Twitter-oss: Prepare OSS libraries for release 18.12.0

Problem

We want to release the next versions of our Twitter OSS libraries 18.12.0
 - util
 - scrooge
 - finagle
 - twitter-server
 - finatra

Solution

Prepare libraries for their next releases.

Differential Revision: https://phabricator.twitter.biz/D251041

Twitter-server 18.11.0

12 Nov 23:58
Compare
Choose a tag to compare

Updated dependency versions.

Twitter-server 18.10.0

19 Oct 20:22
Compare
Choose a tag to compare

Changes

  • Deprecate c.t.server.AdminHttpServer#routes. Routes should be added to the AdminHttpServer
    via c.t.server.AdminHttpServer#addAdminRoutes. 4078e4cb

Runtime Behavior Changes

  • Update BuildProperties to not emit a warning when no build.properties file can be
    located. 7ce6e4cb

Twitter-server 18.9.1

27 Sep 00:06
Compare
Choose a tag to compare

Twitter-server 18.9.0

12 Sep 00:06
Compare
Choose a tag to compare

18.9.0

Runtime Behavior Changes

  • Move logic to parse the server build.properties file out the c.t.server.handler.ServerInfoHandler
    and into a utility object, c.t.server.BuildProperties to allow for accessing by other server
    logic such that the properties do not need to be re-parsed anytime access is desired. Failure to
    load the properties can result in the server not starting in the case of a Fatal exception
    being thrown. 4c193594
  • Update TwitterServer trait to override the inherited ShutdownTimer to be the Finagle
    DefaultTimer instead of the c.t.util.JavaTimer defined by default in c.t.app.App. Also
    update the overridden suppressGracefulShutdownErrors in TwitterServer to be a val since
    it is constant (instead of a def). 944b7294

Twitter-server 18.8.0

26 Sep 23:19
Compare
Choose a tag to compare

18.8.0

New Features

  • Add onExit lifecycle callback to c.t.server.Hook (which is now an abstract class) to allow
    implemented hooks to execute functions in the App#onExit lifecycle phase. Note:
    c.t.server.Hook#premain now has a default implementation and requires the override modifier.
    06836d39

Twitter-server 18.7.0

11 Jul 17:16
Compare
Choose a tag to compare

TwitterServer 18.6.0

15 Jun 03:44
Compare
Choose a tag to compare

New Features

  • Added an admin page at "/admin/balancers.json" with details about client load balancers,
    including both configuration and current status. 90cca9e9