Skip to content

Commit f580704

Browse files
committed
docs: add CHANGELOG.md
1 parent 3bfc1db commit f580704

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [Unreleased]
6+
7+
### Added
8+
- `mode` parameter in `FormationConfig` for draft/live URL routing
9+
- `mode="live"` (default): Uses `/api/{id}/v1` prefix
10+
- `mode="draft"`: Uses `/draft/{id}/v1` prefix for local development with `muxi up`
11+
- SDK version update notifications (via `X-Muxi-SDK-Latest` response header)
12+
- Notifies when newer SDK version available (max once per 12 hours)
13+
- Disable with `MUXI_SDK_VERSION_NOTIFICATION=0`
14+
- Console telemetry support via internal `_app` parameter

0 commit comments

Comments
 (0)