TwitterServer 1.20.0
cacoco
released this
27 Apr 23:11
·
609 commits
to develop
since this release
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