docs/MigrationGuides/migration_11_to_12.md
This project follows Semantic Versioning.
.custom(String) case for AuthorizationType which now allows you add a custom prefix to your authorization token according to the following format: Authorization: <Custom> <token>tokenClosure parameter of the AccessTokenPlugin initializer is no longer an @autoclosure, so you need to wrap the existing value in a closure.Response's filter methods has been changed to use a generic argument constrained to RangeExpression where the RangeExpression.Bound is equal to Int, instead of providing overloads supporting both Range and ClosedRange. Account for this change if you rely on the signature explicitly.