Skip to content

TwitterServer 1.20.0

Compare
Choose a tag to compare
@cacoco 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 from warmupComplete to prebindWarmup. 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