Version 1.1.3
·
20 commits
to refs/heads/stable
since this release
Release summary
Run non-HTTP transports without additional startup configuration. This also includes pipeline and developer tooling maintenance.
Run non-HTTP transports correctly
Host and port settings are now applied only to the streamable-http transport, allowing other transports to start correctly without additional configuration.
What changed
- Pass host and port to the runner only when using
streamable-http.
Minor changes
Release pipeline
- Corrected the release auto-labeling pipeline.
Developer experience
- Refreshed Speckit and related extensions. No runtime behavior changed.
Full changelog
Fixed
- Startup now works correctly for non-HTTP transports (#90).
- Corrected the release auto-labeling pipeline (#94).
Changed
- Refreshed internal developer tooling (Speckit and extensions).