Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 06:14
· 3755 commits to refs/heads/master since this release

server-core: Breaking Changes

  • Use 406 instead of 415 when the Accept header doesn't match any of the supported content (#2404) @adamw

The UnsupportedMediaTypeInterceptor is renamed to NotAcceptableInterceptor as part of this change. If you customised your interceptors, you might need to update code which uses CustomInterceptors.

Other Changes

Dependency updates