TwitterServer 1.20.0
·
611 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
prebindWarmupfor warmup code
which needs to run before the service handles traffic. GC has
moved fromwarmupCompletetoprebindWarmup.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