You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# Changelog
2
2
3
-
### 1.6.5 - In development
3
+
### 1.6.5 - Feb 10, 2025
4
4
5
5
- Add importer for data from Burst Statistics.
6
6
- Allow passing "false" and "no" to `monthly` query parameter in REST endpoint.
7
7
- Optimize PHP execution time for plugin bootstrapping code by aggresively lazy loading code that only runs on very specific requests. From 0.05 ms to 0.03 ms (!) with opcache or 1.44 ms to 0.54 ms without opcache for general requests.
8
+
- Minor code improvements to classes responsible for aggregating data from buffer file into permanent storage.
0 commit comments