2021-08-03 10:17:28 +02:00
|
|
|
1.1.2
|
|
|
|
=====
|
|
|
|
|
|
|
|
Breaking
|
|
|
|
--------
|
|
|
|
|
|
|
|
* No longer support v11.2 but v11.3
|
|
|
|
|
|
|
|
As this is latest release of v11 dev.
|
|
|
|
Only latest public release is supported.
|
|
|
|
|
|
|
|
Features
|
|
|
|
--------
|
|
|
|
|
2021-08-11 11:12:21 +02:00
|
|
|
* Support TYPO3 v10 running PHP version 7.3.
|
|
|
|
CI is extended to execute tests and checks with new possible combinations.
|
|
|
|
|
|
|
|
CI is also extended to test with multiple MySQL versions which depend on concrete
|
|
|
|
PHP version.
|
|
|
|
|
|
|
|
Resolves: :issue:`69`.
|
|
|
|
|
|
|
|
Sponsored by: https://www.werkraum-media.de/
|
2021-08-03 10:17:28 +02:00
|
|
|
|
|
|
|
Fixes
|
|
|
|
-----
|
|
|
|
|
2021-08-03 10:06:09 +02:00
|
|
|
* Improve performance of widgets with large datasets
|
|
|
|
|
|
|
|
A new database index is added which is used by widget queries.
|
|
|
|
This can reduce the calculation time of database based on dataset.
|
|
|
|
One concrete project reduced from > 5 seconds to below 0.2 seconds.
|
|
|
|
|
|
|
|
This mainly improves the PageviewsPerPage widget.
|
|
|
|
|
2021-08-03 11:08:12 +02:00
|
|
|
PageviewsPerDay is fixed by altering the whole query to fetch all data in a
|
|
|
|
performant way.
|
|
|
|
A single query with native group by date is issued, instead of a single query per
|
|
|
|
day.
|
2021-08-03 10:06:09 +02:00
|
|
|
|
2021-08-03 11:08:12 +02:00
|
|
|
Resolves: :issue:`63`.
|
2021-08-03 10:17:28 +02:00
|
|
|
|
2021-08-03 12:08:11 +02:00
|
|
|
Sponsored by: https://www.werkraum-media.de/
|
|
|
|
|
2021-08-03 10:17:28 +02:00
|
|
|
Tasks
|
|
|
|
-----
|
|
|
|
|
|
|
|
Nothing
|
|
|
|
|
|
|
|
Deprecation
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Nothing
|