Skip to content

TwitterServer 1.21.0

Compare
Choose a tag to compare
@cacoco cacoco released this 08 Jul 18:29
· 586 commits to develop since this release

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 registered Toggles.
    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