Skip to content

2.1.0

Compare
Choose a tag to compare
@Archmonger Archmonger released this 02 Nov 06:48
· 94 commits to main since this release
5cf5640

Changed

  • Minimum channels version is now 4.0.0.

Fixed

  • Change type hint on view_to_component callable to have request 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 using compatibility=True.