2.1.0
Changed
- Minimum
channelsversion is now4.0.0.
Fixed
- Change type hint on
view_to_componentcallable to haverequestargument be optional. - Change type hint on
view_to_componentto 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_componentwhen usingcompatibility=True.