Releases: twitter/twitter-server
Releases · twitter/twitter-server
Release list
Twitter Server 18.5.0
Runtime Behavior Changes
- Overloaded
c.t.server.AdminHttpServer#isolateto accept a
Service[Request, Response]. e036e3ad
Twitter-server 18.4.0
No Changes
Twitter-server 18.3.0
No Changes
Twitter-server 18.2.0
Dependencies
- Removed 'finagle-zipkin-core' as a depdendency since there was no
code in twitter-server which used it. 9f5b8858
TwitterServer 18.1.0
TwitterServer 17.12.0
Bug Fixes
- Treat
io.netty.channel.epoll.Native.epollWait0as an idle thread on
"/admin/threads". This method is observed when using Netty 4's native
transport. f8f64a46
TwitterServer 17.11.0
Breaking API Changes
- Change to apply JUL log format in the
c.t.server.logging.Loggingtrait
constructor instead of inpremainto apply format as early in the logging
stack as possible. However, this means that users overriding the
def defaultFormatterwill not be able to use any flags to configure their
formatting, note: the defaultLogFormatterdoes not use flags.
ec674bc5
TwitterServer 17.10.0
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
- TwitterServer now uses the
slf4j-apifor framework logging.
Backwards compatibility is supplied via thetwitter-server/slf4j-jdk14library.
See documentation.PHAB_ID=D101201
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
Breaking API Changes
- Removed code related to
util-eventsincludingEventSink,JsonSink,
TraceEventSink. The corresponding "/admin/events" and "/admin/events/record/"
admin HTTP endpoints are also removed.PHAB_ID=D82346