We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29386c6 commit 389a324Copy full SHA for 389a324
.changeset/popular-carrots-impress.md
@@ -0,0 +1,14 @@
1
+---
2
+"@wpengine/wpgraphql-logging-wordpress-plugin": patch
3
4
+
5
+chore: Various improvement to the logging plugin:
6
7
+- Implemented BufferHandler to batch write database entries for performance
8
+- Implemented LogStoreService to remove hard dependencies of the Database services in the admin and various classes
9
+- Refactored Database and CRUD log services to use interfaces to make it easy to be exctended for other data storage solutions.
10
+- Added missing indexes for performance
11
+- Added filters for caching configuration
12
+- Better error handling
13
+- Added missing nonce for admin pages
14
0 commit comments