Releases: ckc-org/django-chit-chat
Releases · ckc-org/django-chit-chat
v0.0.10
v0.0.9
What's Changed
- Add id field to websocket response when chat message is created. by @gibsonbailey in #12
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Add new release instructions. by @gibsonbailey in #9
- Mark messages viewed should not unmark old messages as viewed by @gibsonbailey in #10
Full Changelog: v0.0.7...v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
Fix server error that happens when user fails to properly authenticate to the websocket.
v0.0.3
What's Changed
- Improve release instructions. by @gibsonbailey in #3
- Fix URL on pypi, now points to correct repo
Full Changelog: v0.0.2...v0.0.3
Prevent Duplicate Chat Room Creation
If a POST
request is sent to /api/chatrooms/
with identical data as a room that exists already, the original room is returned rather than creating a duplicate and returning it.
Initial Version
This package includes models, viewsets, and a consumer (django-channels) to facilitate chatting using Django.