Skip to content

package:appengine v0.13.13

Latest

Choose a tag to compare

@sigurdm sigurdm released this 19 Aug 14:43
34c7668
  • Rename error classes to use the Exception suffix
    (AppEngineException, NetworkException, ProtocolException,
    ServiceException, ApplicationException) to follow Dart conventions for
    types implementing Exception. The old *Error names remain available as
    deprecated type aliases, so this change is non-breaking.
  • Automated formatting and fixes.
  • Cleanup legacy code.
  • Fix X-Forwarded-For handling.