feat: add platform binding runtime config

This commit is contained in:
2026-04-28 12:30:38 +00:00
parent b4b2ed9571
commit f0b924ba9d
6 changed files with 232 additions and 24 deletions
+8 -1
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-28 - 1.1.3 - feat(platformclient)
Add runtime platform binding configuration.
- Added `SERVEZONE_PLATFORM_URL`, `SERVEZONE_PLATFORM_AUTHORIZATION`, and `SERVEZONE_PLATFORM_TOKEN` support.
- Added environment binding discovery through `SERVEZONE_PLATFORM_BINDING` and `SERVEZONE_PLATFORM_BINDINGS`.
- Preserved `SERVEZONE_API_DOMAIN` and `SERVEZONE_PLATFROM_AUTHORIZATION` fallbacks.
## 2024-10-05 - 1.1.2 - fix(core)
Fix authorization handling and format code.
@@ -71,4 +78,4 @@ Maintenance updates
## 2024-02-17 - 1.0.1 to 1.0.3 - General Updates
Maintenance updates
- Fix(core): update
- Fix(core): update