From bb46a7972d06654ae99f2b2b923998d81c48d1b7 Mon Sep 17 00:00:00 2001 From: Bart Jaskulski <bjaskulski@protonmail.com> Date: Fri, 9 Aug 2024 08:34:04 +0200 Subject: [PATCH] chore: add changelog Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com> --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0fcfb0..651a833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.13.0] - 2024-08-09 +### Changed +- Deprecated `WPDeskLoggerFactory`. +- Deprecated `Settings` class in `SimpleLoggerFactory`. Prefer using options array. +- Always use WooCommerce logger handler by default, and fallback to WordPress debug.log only, when previous is unavailable. +### Added +- `SimpleLoggerFactory` is now processing messages according to PSR-3 templates. +- From now on `SimpleLoggerFactory` adds unique ID for each session in context to ease identify messages in high-concurrency environments. +- Added `action_level` option to `SimpleLoggerFactory`, which uses `FingersCrossedHandler` underneath. You can use this option, to ensure, that messages after particular level are always logged (e.g. critical). + ## [1.12.1] - 2024-03-26 ### Fixed - WC logger initialisation -- GitLab