We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfc1db commit f580704Copy full SHA for f580704
1 file changed
CHANGELOG.md
@@ -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