Features
- Added support for defining related object links in notification configurations.
- Introduced a "generic_message" notification type to deliver custom notifications in the user interface.
- Enabled filtering of
NotificationSetting
usingorganization_slug
in the REST API.
Changes
Dependencies
- Bumped
django-notifications-hq~=1.8.3
. - Bumped
markdown~=3.6.0
. - Bumped
openwisp-users~=1.1.0
. - Bumped
openwisp-utils[rest,celery]~=1.1.1
. - Added support for Python
3.10
. - Dropped support for Python
3.7
. - Added support for Django
4.2.x
. - Dropped support for Django
4.0.x
.
Bugfixes
- Fixed issue where users received multiple identical notifications when members of multiple organizations.
- Increased
timeoutInterval
for theReconnectingWebSocket
to7
seconds to prevent termination due to timeout on slow network connections.