Skip to content

Commit

Permalink
1.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Deep <[email protected]>
Signed-off-by: Federico Capoano <[email protected]>
  • Loading branch information
pandafy authored Nov 20, 2024
1 parent 168acd8 commit 8daad98
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 6 deletions.
43 changes: 41 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,49 @@
Changelog
=========

Version 1.1.0 [unreleased]
Version 1.1.0 [2024-11-20]
--------------------------

WIP
Features
~~~~~~~~

- Added support for `defining related object links in notification
configurations
<https://github.com/openwisp/openwisp-notifications/pull/250>`_.
- Introduced a `"generic_message" notification type
<https://openwisp.io/docs/dev/notifications/user/notification-types.html#generic-message>`_
to deliver custom notifications in the user interface.
- Enabled filtering of ``NotificationSetting`` using ``organization_slug``
in the REST API.

Changes
~~~~~~~

- `Only users with verified email addresses will receive email
notifications
<https://github.com/openwisp/openwisp-notifications/issues/270>`_.

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
<https://github.com/openwisp/openwisp-notifications/issues/277>`_ when
member of multiple organizations.
- Increased ``timeoutInterval`` for the ``ReconnectingWebSocket`` to ``7``
seconds to prevent termination due to timeout on slow network
connections.

Version 1.0.3 [2022-08-03]
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion openwisp_notifications/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 0, 'alpha')
VERSION = (1, 1, 0, 'final')
__version__ = VERSION # alias


Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openwisp-utils[qa,selenium]~=1.1.0
openwisp-utils[qa,selenium]~=1.1.1
django-cors-headers~=4.4.0
django-redis~=5.4.0
channels_redis~=4.2.0
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
django-notifications-hq~=1.8.3
channels~=3.0.2
openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/master
openwisp-utils[rest,celery]~=1.1.0
openwisp-users~=1.1.0
openwisp-utils[rest,celery]~=1.1.1
markdown~=3.7.0

0 comments on commit 8daad98

Please sign in to comment.