fix: remove legacy platform env fallbacks

This commit is contained in:
2026-04-28 12:44:01 +00:00
parent f0b924ba9d
commit df542ec67a
5 changed files with 13 additions and 11 deletions
+5 -1
View File
@@ -1,11 +1,15 @@
# Changelog
## 2026-04-28 - 1.1.4 - fix(platformclient)
Keep platform environment configuration clean.
- Kept only `SERVEZONE_PLATFORM_URL`, `SERVEZONE_PLATFORM_AUTHORIZATION`, `SERVEZONE_PLATFORM_TOKEN`, and platform binding discovery.
## 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.