Releases: twitter/twitter-server
Releases · twitter/twitter-server
Twitter-server 19.2.0
No Changes
Twitter-server 19.1.0
- Propagate the admin server's shutdown to the handlers that are registered with the admin server.
8a164d46
Twitter-server 18.12.0
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
Updated dependency versions.
Twitter-server 18.10.0
Twitter-server 18.9.1
No changes
Twitter-server 18.9.0
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
18.8.0
New Features
- Add
onExit
lifecycle callback toc.t.server.Hook
(which is now an abstract class) to allow
implemented hooks to execute functions in theApp#onExit
lifecycle phase. Note:
c.t.server.Hook#premain
now has a default implementation and requires theoverride
modifier.
06836d39
Twitter-server 18.7.0
No Changes
TwitterServer 18.6.0
New Features
- Added an admin page at "/admin/balancers.json" with details about client load balancers,
including both configuration and current status. 90cca9e9