Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jan 19, 2024
1 parent 868a9be commit 761c4a1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ hide:

# Release Notes

## 2.7.0

### Changed

- `Token.decode()` is now a `classmethod`. This allows to subclass the `Token` and add extra fields into the model
allowing operations like `encode()` with extra claims. This can be useful for situations like claiming a `refresh` or `access` token.
- Internal handlers decorators are now wrapped in a function decorator. This does not affect anything but allows more control over the middleware
calls to async ASGI applications.

### Fixed

- OpenAPI when overriding the response for the default status codes of the handlers.

## 2.6.0

### Added
Expand Down

0 comments on commit 761c4a1

Please sign in to comment.