Skip to content

Releases: twitter/twitter-server

Twitter Server 18.5.0

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

Choose a tag to compare

No Changes

Twitter-server 18.3.0

Choose a tag to compare

No Changes

Twitter-server 18.2.0

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

Choose a tag to compare

@cacoco cacoco released this 18 Jan 01:14

No Changes

TwitterServer 17.12.0

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

Choose a tag to compare

@mosesn mosesn released this 17 Nov 17:18

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

Choose a tag to compare

@cacoco cacoco released this 27 Oct 22:25

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

Choose a tag to compare

@kevinoliver kevinoliver released this 06 Sep 21:57

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

Choose a tag to compare

@dschobel dschobel released this 17 Aug 18:25

No Changes