2.1.0
Changed
- Minimum
channels
version is now4.0.0
.
Fixed
- Change type hint on
view_to_component
callable to haverequest
argument be optional. - Change type hint on
view_to_component
to represent it as a decorator with paranthesis (ex@view_to_component(compatibility=True)
)
Security
- Add note to docs about potential information exposure via
view_to_component
when usingcompatibility=True
.