Skip to content

Releases: xraph/forge

v1.6.0

13 Apr 16:51

Choose a tag to compare

Forge Framework v1.6.0 (2026-04-13T16:45:33Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • 72e57bb: feat(farp): eagerly register FARP HTTP endpoints and improve error handling in tests (@juicycleff)
  • 1109d4c: feat(metrics): add time-series storage and querying capabilities (@juicycleff)
  • 074bfc7: feat(pprof): add pprofIndexPage for runtime profiling visualization (@juicycleff)

Bug Fixes

  • 0adf268: fix(health): update service health check to return healthy status for registered services (@juicycleff)
  • cb519ee: fix(tests): add missing farp import in farp_adapter_test.go (@juicycleff)
  • 2bb50b5: fix(tests): update FARP integration tests to verify config directly (@juicycleff)

Refactoring

  • b109afb: refactor(cli): Update RunApp usage to accept setup closures for lazy app initialization (@juicycleff)

Documentation Updates

  • fc08cce: docs(changelog): update CHANGELOG.md for v1.4.5 (@github-actions[bot])

Other Changes

  • 6733054: Update vessel dependency to v1.0.1 across multiple extensions (@juicycleff)
  • 9b0d86a: Update vessel dependency to v1.0.2 across multiple extensions and examples (@juicycleff)

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v1.6.0

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 forge

What's Changed

Full changelog: v1.4.5...v1.6.0

v1.4.5

03 Apr 18:56

Choose a tag to compare

Forge Framework v1.4.5 (2026-04-03T18:50:00Z)

Welcome to this new release of Forge Framework!

Changelog

Refactoring

  • 43df33e: refactor(cli): Refactor CLI to support lazy app resolution and enhance migration command handling (@juicycleff)

Documentation Updates

  • ae5f172: docs(changelog): update CHANGELOG.md for v1.4.4 (@github-actions[bot])

Other Changes

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v1.4.5

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 forge

What's Changed

Full changelog: v1.4.4...v1.4.5

v1.4.4

31 Mar 16:32

Choose a tag to compare

Forge Framework v1.4.4 (2026-03-31T16:26:24Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

Documentation Updates

  • de7c82d: docs(changelog): update CHANGELOG.md for v1.4.3 (@github-actions[bot])

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v1.4.4

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 forge

What's Changed

Full changelog: v1.4.3...v1.4.4

v1.4.3

30 Mar 22:58

Choose a tag to compare

Forge Framework v1.4.3 (2026-03-30T22:52:37Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

Documentation Updates

  • c54c6f9: docs(changelog): update CHANGELOG.md for v1.4.2 (@github-actions[bot])

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v1.4.3

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 forge

What's Changed

Full changelog: v1.4.2...v1.4.3

v1.4.2

30 Mar 15:43

Choose a tag to compare

Forge Framework v1.4.2 (2026-03-30T15:37:48Z)

Welcome to this new release of Forge Framework!

Changelog

Bug Fixes

Documentation Updates

  • 6ab5469: docs(changelog): update CHANGELOG.md for v1.4.1 (@github-actions[bot])

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v1.4.2

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 forge

What's Changed

Full changelog: v1.4.1...v1.4.2

v1.4.1

29 Mar 03:40

Choose a tag to compare

Forge Framework v1.4.1 (2026-03-29T03:34:33Z)

Welcome to this new release of Forge Framework!

Changelog

Bug Fixes

Documentation Updates

  • 0c24688: docs(changelog): update CHANGELOG.md for v1.4.0 (@github-actions[bot])

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v1.4.1

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 forge

What's Changed

Full changelog: v1.4.0...v1.4.1

v1.4.0

28 Mar 05:16

Choose a tag to compare

Forge Framework v1.4.0 (2026-03-28T05:10:24Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • f0fc074: feat(discovery): add HTTP polling-based service discovery configuration (@juicycleff)
  • 8adbf19: feat: update dependencies in go.mod and add new extensions to the documentation (@juicycleff)
  • d3b02ba: feat: update genForgeYaml and genGoMod functions to accept moduleName parameter and adjust fallback versions for extensions (@juicycleff)

Bug Fixes

Documentation Updates

  • 97f66ef: docs(changelog): update CHANGELOG.md for v1.3.1 (@github-actions[bot])

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v1.4.0

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 forge

What's Changed

Full changelog: v1.3.1...v1.4.0

v1.3.1

14 Mar 14:25

Choose a tag to compare

Forge Framework v1.3.1 (2026-03-14T14:19:53Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • aaf8990: feat: implement SchemaTyper and SchemaFormatter interfaces for enhanced OpenAPI schema generation (@juicycleff)

Documentation Updates

  • edea267: docs(changelog): update CHANGELOG.md for v1.3.0 (@github-actions[bot])

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v1.3.1

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 forge

What's Changed

Full changelog: v1.3.0...v1.3.1

v1.3.0

12 Mar 15:46

Choose a tag to compare

Forge Framework v1.3.0 (2026-03-12T15:40:10Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • 4e92fe3: feat: Introduce streaming hooks and enhance connection management (@juicycleff)
  • 680e19a: feat: ensure streaming extension is started and stopped during health check tests (@juicycleff)
  • f2dced3: feat: update dependencies and improve dashboard extension (@juicycleff)

Bug Fixes

Documentation Updates

  • c945502: docs(changelog): update CHANGELOG.md for v1.2.0 (@github-actions[bot])
  • 86e7232: docs(changelog): update CHANGELOG.md for v1.2.0 release (@juicycleff)

Other Changes

  • 504ff77: Update dependencies to version 1.2.0 for various extensions and examples (@juicycleff)
  • c2f95d6: Update module dependencies and remove local replace directives (@juicycleff)

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v1.3.0

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 forge

What's Changed

Full changelog: v1.2.0...v1.3.0

v1.2.0

07 Mar 05:44

Choose a tag to compare

Forge Framework v1.2.0 (2026-03-07T05:38:53Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • 59cd526: feat(metrics): Update metrics collectors and exporters to support HTTP metrics (@juicycleff)

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v1.2.0

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 forge

What's Changed

Full changelog: vscode-forge/v1.0.0...v1.2.0