tracking/Documentation/Changelog/3.1.1.rst
Daniel Siepmann (Codappix) 3aecb4a937
Exclude tables from reference index ()
The tables can grow very fast depending on the number of visiting.  Also
some installations keep the records for a long time.  That would make it
nearly impossible to properly update the reference index.  Therefore the
extension now excludes their tables by default.

One can prevent this, by removing the event listener e.g. via custom
`Services.*` files.
2025-02-05 08:17:38 +01:00

35 lines
544 B
ReStructuredText

3.1.1
=====
Breaking
--------
Nothing
Features
--------
Nothing
Fixes
-----
* Exclude tables from reference index.
The tables can grow very fast depending on the number of visiting.
Also some installations keep the records for a long time.
That would make it nearly impossible to properly update the reference index.
Therefore the extension now excludes their tables by default.
One can prevent this, by removing the event listener e.g. via custom `Services.*`
files.
Tasks
-----
Nothing
Deprecation
-----------
Nothing