Releases: twitter/twitter-server
Releases · twitter/twitter-server
Twitter Server 18.5.0
Runtime Behavior Changes
- Overloaded
c.t.server.AdminHttpServer#isolate
to 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
No Changes
TwitterServer 17.12.0
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
Breaking API Changes
- Change to apply JUL log format in the
c.t.server.logging.Logging
trait
constructor instead of inpremain
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 defaultLogFormatter
does 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-api
for framework logging.
Backwards compatibility is supplied via thetwitter-server/slf4j-jdk14
library.
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-events
includingEventSink
,JsonSink
,
TraceEventSink
. The corresponding "/admin/events" and "/admin/events/record/"
admin HTTP endpoints are also removed.PHAB_ID=D82346
Twitter-Server 1.31.0
No Changes