Releases: NilCoalescing/djangochannelsrestframework
Releases · NilCoalescing/djangochannelsrestframework
v1.2.0
What's Changed
-
Modernize supported Python and Django Versions by @johnthagen
-
Documentation Fixes and Edits by @johnthagenhttps
-
Add support for
detached
methods andactions
@hishnash Read the Docs
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Remove Python 2-related universal bdist wheel config by @johnthagen in #115
- Fixes and improments to Docs @johnthagen in #114, #122, #123, #124, #125 and #143
- Re-enable support for Django 2.2 @hishnash in #134
- Include user info when using
view_as_consumer
on request @juliGer in #138 - Bugfix - Send notifications for a create event on a subscription if the model is using a custom pk by @littlemoses in #144
- Improvements to permissions classes and better handling of settings by @hishnash in #150
New Contributors
- @juliGer made their first contribution in #138
- @jeetpatel9 made their first contribution in #143
- @littlemoses made their first contribution in #144
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
@model_observer
now accepts a Serializer class for convenience.- Update to require py3.8+
view_as_consumer
now supportsquery
andparameters
.- Support logical operators on permission classes.
- Add request_id support to subscribe and un-subscribe from observers.
New Contributors
- @pranav377 made their first contribution in #88
- @boiyelove made their first contribution in #100
- @DJWOMS made their first contribution in #98
Full Changelog: v0.3.0...v1.0.0
v0.3.0
- Added support for paginated list endpoints (thank you to @lautarodapin)
- Added
read the docs
documentation (thank you to @ lautarodapin) - Added streamed list responses (thank you to @lautarodapin)
v0.2.0
v0.1.2
v0.1.1
v0.1.0
[Feature] better group observing api (#25) * Split the observer group methods into 2 separate methods to make the api more explicit. * fix #11 Hashing group names to ensure safe charset and fixed length * fix #15 Update README.rst to include link to js lib * Update documentation to include and example of observer a filtered list of records. * Update Readme * Update Readme * Bump version number