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: plugins/wpgraphql-logging/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# WPGraphQL Logging
2
2
3
+
## 0.2.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#456](https://github.com/wpengine/hwptoolkit/pull/456)[`389a324`](https://github.com/wpengine/hwptoolkit/commit/389a32440d21a9dbfee18dac39e695af6aa0816e) Thanks [@theodesp](https://github.com/theodesp)! - chore: Various improvement to the logging plugin:
8
+
9
+
- Implemented BufferHandler to batch write database entries for performance
10
+
- Implemented LogStoreService to remove hard dependencies of the Database services in the admin and various classes
11
+
- Refactored Database and CRUD log services to use interfaces to make it easy to be exctended for other data storage solutions.
0 commit comments