fix(platformclient): Refactor debug mode checks in SzPlatformClient connectors

This commit is contained in:
2024-10-05 07:54:09 +02:00
parent edc54f4fc1
commit 854f1f73dc
8 changed files with 65 additions and 8 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-10-05 - 1.1.1 - fix(platformclient)
Refactor debug mode checks in SzPlatformClient connectors
- Unified debug mode checks across email, SMS, and letter connectors
- Added new SzPushNotificationConnector class with debug mode functionality
## 2024-10-04 - 1.1.0 - feat(SzPlatformClient)
Add debug mode functionality to SzPlatformClient and SzEmailConnector