v0.6.0
Forge Framework v0.6.0 (2025-11-19T20:28:44Z)
Welcome to this new release of Forge Framework!
Changelog
New Features
- 412e43b: feat(ci): migrate to Release Please for automated releases (@juicycleff)
- 4704e6b: feat(tests): add logger and metrics configuration to runnable extension tests (@juicycleff)
- 0d998c1: feat: add llm.txt files for core components and update .gitignore (@juicycleff)
Bug Fixes
- 3931722: fix(ci): resolve bash syntax error in Release Please workflow summary (@juicycleff)
- d104c6e: fix(mdns): enhance mDNS service discovery tests for reliability (@juicycleff)
- c5a3257: fix: add comprehensive mDNS service type tests (@juicycleff)
- 67ebbf0: fix: remove mDNS service type test file (@juicycleff)
- f947e5e: fix: update Go version to 1.25.3 in example and extension modules (@juicycleff)
- f95192c: fix: update TypeScript client generator to use HTTPClient (@juicycleff)
Refactoring
- 3e8e3ab: refactor: remove legacy mDNS test files (@juicycleff)
- 2559e08: refactor: update HLS example applications and playlist generation logic (@juicycleff)
Documentation Updates
- 802d84b: docs(ci): add Release Please migration summary (@juicycleff)
Other Changes
- fae3e9a: chore(ci): consolidate and enhance Go CI workflow (@juicycleff)
- cd42241: chore(ci): remove legacy release automation files (@juicycleff)
- 2e98e63: chore(release): prepare release v0.5.1 (#23) (@github-actions[bot])
- 7b88d2a: test(mdns): skip mDNS discovery tests in CI environments (@juicycleff)
Installation
Using Go Install
go install github.com/xraph/forge/cmd/[email protected]Download Binary
Download the appropriate binary for your platform from the assets below.
Using Package Managers
# Homebrew (macOS/Linux)
brew install xraph/tap/forge
# Scoop (Windows)
scoop bucket add xraph https://github.com/xraph/scoop-bucket
scoop install forgeWhat's Changed
Full changelog: v0.5.0...v0.6.0