feat(SzPlatformClient): Add debug mode functionality to SzPlatformClient and SzEmailConnector

This commit is contained in:
2024-10-04 13:39:41 +02:00
parent 965dad9b15
commit 7e721eb48e
4 changed files with 18 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-10-04 - 1.1.0 - feat(SzPlatformClient)
Add debug mode functionality to SzPlatformClient and SzEmailConnector
- Introduced a debug mode in SzPlatformClient to handle authorization in test scenarios.
- Updated SzEmailConnector to log emails and early return in debug mode for testing purposes.
## 2024-10-02 - 1.0.11 - fix(email,sms)
Reorder debug logging to avoid confusion in email and sms connectors