Metadata-Version: 2.4
Name: invenio-notifications
Version: 1.3.0
Summary: "Invenio module for notifications support."
Home-page: https://github.com/inveniosoftware/invenio-notifications
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio TODO
Platform: any
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: invenio-base<3.0.0,>=2.3.0
Requires-Dist: invenio-i18n<4.0.0,>=3.0.0
Provides-Extra: tests
Requires-Dist: invenio-app<4.0.0,>=3.0.0; extra == "tests"
Requires-Dist: invenio-celery<3.0.0,>=2.0.0; extra == "tests"
Requires-Dist: invenio-mail<3.0.0,>=2.0.0; extra == "tests"
Requires-Dist: invenio-records-resources<10.0.0,>=9.0.0; extra == "tests"
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == "tests"
Requires-Dist: pytest-black>=0.6.0; extra == "tests"
Requires-Dist: sphinx>=4.5.0; extra == "tests"
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7]<4.0.0,>=3.0.0; extra == "elasticsearch7"
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == "opensearch2"
Dynamic: license-file

..
    Copyright (C) 2023 CERN.

    Invenio-Notifications is free software; you can redistribute it and/or
    modify it under the terms of the MIT License; see LICENSE file for more
    details.

=======================
 Invenio-Notifications
=======================

.. image:: https://github.com/inveniosoftware/invenio-notifications/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-notifications/actions?query=workflow%3ACI

.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-notifications.svg
        :target: https://github.com/inveniosoftware/invenio-notifications/releases

.. image:: https://img.shields.io/pypi/dm/invenio-notifications.svg
        :target: https://pypi.python.org/pypi/invenio-notifications

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-notifications.svg
        :target: https://github.com/inveniosoftware/invenio-notifications/blob/master/LICENSE

Invenio module for notifications support.

Further documentation is available on
https://invenio-notifications.readthedocs.io/

..
    Copyright (C) 2023 CERN.
    Copyright (C) 2024 Graz University of Technology.
    Copyright (C) 2025 KTH Royal Institute of Technology.

    Invenio-Notifications is free software; you can redistribute it and/or
    modify it under the terms of the MIT License; see LICENSE file for more
    details.

Changes
=======

Version v1.3.0 (released 2026-03-09)

- feature: add `NOTIFICATIONS_GROUP_EMAIL_DOMAIN`
           to allow sending emails to group recipients

Version v1.2.3 (released 2025-12-08)

- i18n: pulled translations

Version v1.2.2 (released 2025-10-21)

- i18n: pulled translations

Version v1.2.1 (released 2025-08-29)

- fix: return notif when entity ref is none

Version v1.2.0 (released 2025-07-17)

- i18n: pulled translations

Version v1.1.0 (released 2025-07-14)

- chores: replaced importlib_xyz with importlib
- i18n: push translations
- fix: setuptools compatibility


Version 1.0.0 (release 2024-12-10)

- setup: bump major dependencies

Version 0.6.1 (release 2024-11-30)

- setup: change to reusable workflows
- setup: pin dependencies
- i18n:push translations

Version 0.6.0 (released 2024-06-04)

- dependencies: bump invenio-records-resources

Version 0.5.0 (released 2024-03-22)

- init: move menu and breadcrumb into finalize_app
  (removes before_first_request deprecation)
- Fix transifex config


Version 0.4.0 (released 2023-10-06)

- backends: set email reply to field
- generators: add conditional recipient generator

Version 0.3.0 (released 2023-08-30)

- backends: strip html tags for plain text mail
- i18n: remove gettext call for backend only messages
- i18n: add transifex config

Version 0.2.1 (released 2023-07-12)

- force locale when rendering template in task

Version 0.2.0 (released 2023-06-06)

- views: register notification settings menu
- backends: render template fully once to establish context

Version 0.1.1 (released 2023-05-05)

- remove type hints

Version 0.1.0 (released 2023-05-04)

- Initial public release.
