Releases: twitter/twitter-server
Releases · twitter/twitter-server
Twitter-server 19.11.0
Twitter-server 19.10.0
No Changes
Twitter-server 19.9.0
No Changes
Twitter-server 19.8.0
Changes
- Upgrade to Jackson 2.9.9. 2a185d94
Twitter-server 19.7.0
Changes
- Remove
c.t.server.util.TwitterStats
as it is dead code. 55d6d28
Twitter-server 19.6.0
Changes
- Remove the TwitterServer dependency on Netty 3. 0d80cea4
Twitter-server 19.5.1
No Changes
Twitter-server 19.5.0
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
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
- 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