|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
4 |
| -Version 1.1.0 [unreleased] |
| 4 | +Version 1.1.0 [2024-11-20] |
5 | 5 | --------------------------
|
6 | 6 |
|
7 |
| -WIP |
| 7 | +Features |
| 8 | +~~~~~~~~ |
| 9 | + |
| 10 | +- Added support for `defining related object links in notification |
| 11 | + configurations |
| 12 | + <https://github.com/openwisp/openwisp-notifications/pull/250>`_. |
| 13 | +- Introduced a `"generic_message" notification type |
| 14 | + <https://openwisp.io/docs/dev/notifications/user/notification-types.html#generic-message>`_ |
| 15 | + to deliver custom notifications in the user interface. |
| 16 | +- Enabled filtering of ``NotificationSetting`` using ``organization_slug`` |
| 17 | + in the REST API. |
| 18 | + |
| 19 | +Changes |
| 20 | +~~~~~~~ |
| 21 | + |
| 22 | +- `Only users with verified email addresses will receive email |
| 23 | + notifications |
| 24 | + <https://github.com/openwisp/openwisp-notifications/issues/270>`_. |
| 25 | + |
| 26 | +Dependencies |
| 27 | +++++++++++++ |
| 28 | + |
| 29 | +- Bumped ``django-notifications-hq~=1.8.3``. |
| 30 | +- Bumped ``markdown~=3.6.0``. |
| 31 | +- Bumped ``openwisp-users~=1.1.0``. |
| 32 | +- Bumped ``openwisp-utils[rest,celery]~=1.1.1``. |
| 33 | +- Added support for Python ``3.10``. |
| 34 | +- Dropped support for Python ``3.7``. |
| 35 | +- Added support for Django ``4.2.x``. |
| 36 | +- Dropped support for Django ``4.0.x``. |
| 37 | + |
| 38 | +Bugfixes |
| 39 | +~~~~~~~~ |
| 40 | + |
| 41 | +- Fixed `issue where users received multiple identical notifications |
| 42 | + <https://github.com/openwisp/openwisp-notifications/issues/277>`_ when |
| 43 | + member of multiple organizations. |
| 44 | +- Increased ``timeoutInterval`` for the ``ReconnectingWebSocket`` to ``7`` |
| 45 | + seconds to prevent termination due to timeout on slow network |
| 46 | + connections. |
8 | 47 |
|
9 | 48 | Version 1.0.3 [2022-08-03]
|
10 | 49 | --------------------------
|
|
0 commit comments