Releases: twitter/twitter-server
Releases · twitter/twitter-server
Twitter-Server 1.30.0
Runtime Behavior Changes
- The admin server now waits for other registered closables to shut down
before commencing its own shutdown.RB_ID=916421
Breaking API Changes
- Removed
c.t.server.Closer
trait. Behavior has been moved to
c.t.app.App
.RB_ID=915485
TwitterServer 1.29.0
No Changes
TwitterServer 1.28.0
Dependencies
- Bump guava to 19.0.
RB_ID=907807
TwitterServer 1.27.0
New Features
- Add lint error warning on admin summary page.
RB_ID=898202
TwitterServer 1.26.0
Bug Fixes
- Server graphs are now displaying again on the Twitter Server Summary page.
RB_ID=898422
TwitterServer 1.24.0
No changes
TwitterServer 1.23.0
No Changes
TwitterServer 1.22.0
Runtime Behavior Changes
- twitter-server: ShutdownHandler and AbortHandler accept only POST
requests and ignore non-POST requests.RB_ID=848212
TwitterServer 1.21.0
Bug Fixes
- twitter-server: escape user input that is rendered in HTML, and make
bin/travisci publish finagle-toggle.RB_ID=848579
New Features
- Add optional HTTP request parameter
filter
to/admin/registry.json
allowing for simple filtering of the returned JSON.RB_ID=842784
- Add admin endpoint,
/admin/toggles
, for
c.t.finagle.toggle.StandardToggleMap
registeredToggles
.
RB_ID=847434
Breaking API Changes
- twitter-server: Removed AdminHttpServer#mkRoutex method. This method
was created during the migration away from direct usage of netty
http types and is now redundant.RB_ID=835083
- Builds are now only for Java 8 and Scala 2.11. See the
blog post for details.RB_ID=828898
TwitterServer 1.20.0
Note: This is the final release that will support Scala 2.10 and Java 7.
Runtime Behavior Changes
- Introduce a new lifecycle event
prebindWarmup
for warmup code
which needs to run before the service handles traffic. GC has
moved fromwarmupComplete
toprebindWarmup
.RB_ID=819411
New Features
- Update to register TwitterServer as library in /admin/registry.json.
RB_ID=825129
- Add a FailFast lint rule for Memcached client.
RB_ID=808727