Skip to content

Releases: twitter/twitter-server

Twitter Server 18.5.0

08 May 21:26
Compare
Choose a tag to compare

Runtime Behavior Changes

  • Overloaded c.t.server.AdminHttpServer#isolate to accept a
    Service[Request, Response]. e036e3ad

Twitter-server 18.4.0

10 Apr 23:25
Compare
Choose a tag to compare

Twitter-server 18.3.0

06 Mar 22:56
Compare
Choose a tag to compare

Twitter-server 18.2.0

06 Feb 03:46
Compare
Choose a tag to compare

Dependencies

  • Removed 'finagle-zipkin-core' as a depdendency since there was no
    code in twitter-server which used it. 9f5b8858

TwitterServer 18.1.0

18 Jan 01:14
Compare
Choose a tag to compare

TwitterServer 17.12.0

11 Dec 19:47
Compare
Choose a tag to compare

Bug Fixes

  • Treat io.netty.channel.epoll.Native.epollWait0 as an idle thread on
    "/admin/threads". This method is observed when using Netty 4's native
    transport. f8f64a46

TwitterServer 17.11.0

17 Nov 17:18
Compare
Choose a tag to compare

Breaking API Changes

  • Change to apply JUL log format in the c.t.server.logging.Logging trait
    constructor instead of in premain to apply format as early in the logging
    stack as possible. However, this means that users overriding the
    def defaultFormatter will not be able to use any flags to configure their
    formatting, note: the default LogFormatter does not use flags.
    ec674bc5

TwitterServer 17.10.0

27 Oct 22:25
Compare
Choose a tag to compare

Release Version Format

  • From now on, release versions will be based on release date in the format of
    YY.MM.x where x is a patch number. PHAB_ID=D101244

SLF4J Support

Runtime Behavior Changes

  • All admin endpoints except ping + healthcheck are now by-default served outside
    the global worker pool. PHAB_ID=D96633

Breaking API Changes

  • Rename AdminHttpServer#defaultHttpPort to AdminHttpServer#defaultAdminPort.
    PHAB_ID=D97394

Twitter-Server 1.32.0

06 Sep 21:57
Compare
Choose a tag to compare

Breaking API Changes

  • Removed code related to util-events including EventSink, JsonSink,
    TraceEventSink. The corresponding "/admin/events" and "/admin/events/record/"
    admin HTTP endpoints are also removed. PHAB_ID=D82346

Twitter-Server 1.31.0

17 Aug 18:25
Compare
Choose a tag to compare