Metadata-Version: 2.4
Name: invenio-audit-logs
Version: 2.0.0
Summary: Module providing audit logging features for Invenio.
Home-page: https://github.com/inveniosoftware/invenio-audit-logs
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio TODO
Platform: any
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.8
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
Requires-Dist: invenio-indexer<5.0.0,>=4.0.0
Requires-Dist: invenio-records-resources<10.0.0,>=9.0.0
Requires-Dist: invenio-administration<6.0.0,>=5.0.0
Requires-Dist: invenio-accounts<8.0.0,>=7.0.0
Provides-Extra: tests
Requires-Dist: pytest-black>=0.6.0; extra == "tests"
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == "tests"
Requires-Dist: invenio-db<3.0.0,>=2.2.0; extra == "tests"
Requires-Dist: invenio-app<4.0.0,>=3.0.0; extra == "tests"
Requires-Dist: invenio-indexer<5.0.0,>=4.0.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: opensearch1
Requires-Dist: invenio-search[opensearch1]<4.0.0,>=3.0.0; extra == "opensearch1"
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == "opensearch2"
Dynamic: license-file

..
    Copyright (C) 2025 CERN.

    Invenio-Audit-Logs 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-Audit-Logs
====================

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

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

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

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

Module providing audit logging features for Invenio.

TODO: Please provide feature overview of module

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

..
    Copyright (C) 2025 CERN.
    Copyright (C) 2025-2026 Graz University of Technology.

    Invenio-Audit-Logs 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 v2.0.0 (released 2026-04-02)

- breaking change(mappings): define metadata as a flat_object instead of dynamic
- feat(config): Add config flag to disable actions as required
- refactor(results): Add global schema caching
- breaking change(schema): Add support for dynamic metadata schema validation per action

Version v1.1.0 (released 2026-03-16)

- fix(service): Return empty result when documents are not indexed yet
- feat(service): add action param to enable hidden filtering


Version v1.0.0 (released 2026-01-30)

- chore(setup): bump dependencies
- chore(black): update formatting to >= 26.0
- fix(chore): DeprecationWarning stdlib
- chore: replaced deprecated Link

Version v0.3.2 (released 2025-07-22)

- mappings: fix user search mappings

Version v0.3.1 (released 2025-07-14)

- chores: replaced importlib_xyz with importlib

Version 0.3.0 (released 2025-06-03)

- setup: bump major dependencies

Version 0.2.0 (released 2025-05-23)

- services: Add action builder
- mappings: rename user.name to user.username
- Refactor entrypoint registration using builder classes

Version 0.1.0 (released 2025-05-07)

- utility release

Version 1.0.0.dev1 (released 2025-05-06)

- add actions as registered entry points

Version 1.0.0.dev0 (released 2025-04-28)

- Initial dev release.
