Skip to content

Releases: twitter/twitter-server

Twitter-server 19.11.0

06 Nov 16:20
Compare
Choose a tag to compare
  • Add initial support for JDK 11 compatibility. 99914111
  • The endpoints section of the clients page has been fixed
    to no longer render an incorrect html line break tag. 4463e9d5

Twitter-server 19.10.0

21 Oct 21:16
Compare
Choose a tag to compare

Twitter-server 19.9.0

11 Sep 00:21
Compare
Choose a tag to compare

Twitter-server 19.8.0

06 Aug 07:17
Compare
Choose a tag to compare

Changes

Twitter-server 19.7.0

18 Jul 13:59
Compare
Choose a tag to compare

Changes

  • Remove c.t.server.util.TwitterStats as it is dead code. 55d6d28

Twitter-server 19.6.0

19 Jun 21:23
Compare
Choose a tag to compare

Changes

  • Remove the TwitterServer dependency on Netty 3. 0d80cea4

Twitter-server 19.5.1

21 May 18:18
Compare
Choose a tag to compare

Twitter-server 19.5.0

17 May 21:58
Compare
Choose a tag to compare

Changes

  • Add DuplicateFlagDefinitions lint rule which is violated when multiple Flags with the same
    name are added to the underlying com.twitter.app.App#flag com.twitter.app.Flags instance.
    fe231c9a

Twitter-server 19.4.0

18 Apr 22:22
Compare
Choose a tag to compare

19.4.0

Changes

  • Remove deprecated uses of c.t.server.ShadowAdminServer. e94e8300

  • Mix in the c.t.finagle.DtabFlags to allow servers to append to the "base" c.t.finagle.Dtab
    delegation table. Users can now call c.t.finagle.DtabFlags#addDtabs() when they want to append
    the parsed Flag value to the Dtab.base delegation table. Users should note to only call this
    method after Flag parsing has occurred (which is after init and before premain).

    We also update the c.t.server.handler.DtabHandler to always return a proper JSON response of
    the currently configured c.t.finagle.Dtab.base. a00e3942

Twitter-server 19.3.0

13 Mar 21:20
Compare
Choose a tag to compare
  • Change the /admin/histograms?h=...-style endpoints to return data
    in the same style as /admin/histograms.json. This should make it
    easier to use tools to parse data from either endpoint. 92e4dad5