Skip to content

Commit

Permalink
release: v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Oct 3, 2023
1 parent 0f85d88 commit d569f38
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is part of Invenio.
Copyright (C) 2017-2019 CERN.
Copyright (C) 2017-2023 CERN.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -9,8 +9,18 @@
Changes
=======

Version 4.0.0 (release 2023-10-03)
----------------------------------

- introduce new field `updated_timestamp`` in the events and stats templates
and mappings
- improved calculation of aggregations skipping already aggregated events
- changed `refresh_interval` from 1m to 5s
- changed default events index name from daily to monthly
- moved BookmarkAPI to a new module

Version 3.1.0 (release 2023-04-20)
-------------------------------------
----------------------------------

- add extension method for building and caching queries

Expand Down
2 changes: 1 addition & 1 deletion invenio_stats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def register_queries():
from .ext import InvenioStats
from .proxies import current_stats

__version__ = "3.1.0"
__version__ = "4.0.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit d569f38

Please sign in to comment.