Skip to content

Releases: xraph/forge

v0.9.9

15 Feb 19:07

Choose a tag to compare

Forge Framework v0.9.9 (2026-02-15T19:01:27Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • 33d74ab: feat(discovery): add FARP and mDNS configuration options with comprehensive tests (@juicycleff)
  • 3ebb930: feat: enhance landing page layout and add footer component (@juicycleff)

Refactoring

  • 4fdb50d: refactor: update architecture documentation and enhance layout with footer (@juicycleff)

Documentation Updates

  • e955a2e: docs(changelog): update CHANGELOG.md for v0.9.8 (@github-actions[bot])

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v0.9.9

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: v0.9.8...v0.9.9

v0.9.8

14 Feb 08:44

Choose a tag to compare

Forge Framework v0.9.8 (2026-02-14T08:38:24Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • e76119d: feat(config): add configuration validation for Forge projects (@juicycleff)
  • c9d0681: feat(docker): integrate Docker support into development configuration (@juicycleff)
  • 1e14b5d: feat(docs): enhance build, deploy, and development command documentation (@juicycleff)
  • 916e40e: feat(gateway): enhance discovery section with animated elements and backend options (@juicycleff)
  • fc515cc: feat: Add new documentation page for farp routing. (@juicycleff)

Refactoring

Other Changes

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v0.9.8

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: v0.9.7...v0.9.8

v0.9.7

11 Feb 05:52

Choose a tag to compare

Forge Framework v0.9.7 (2026-02-11T05:45:57Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • 5c25cc5: feat(makefile): enhance formatting and vetting for all Go modules (@juicycleff)

Refactoring

  • 3907b6e: refactor(config): standardize formatting and improve readability in configuration files (@juicycleff)

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v0.9.7

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: v0.9.6...v0.9.7

v0.9.6

11 Feb 01:46

Choose a tag to compare

Forge Framework v0.9.6 (2026-02-11T01:40:04Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • c11ca75: feat(gateway): add new gateway extension with access logging, authentication, caching, and circuit breaker (@juicycleff)

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v0.9.6

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: v0.9.5...v0.9.6

v0.9.5

10 Feb 17:52

Choose a tag to compare

Forge Framework v0.9.5 (2026-02-10T17:46:43Z)

Welcome to this new release of Forge Framework!

Changelog

Bug Fixes

  • bf23a23: fix(health): reduce log noise by changing periodic health reports to DEBUG level (@juicycleff)

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v0.9.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: v0.9.4...v0.9.5

v0.9.4

10 Feb 17:50

Choose a tag to compare

Forge Framework v0.9.4 (2026-02-10T17:44:22Z)

Welcome to this new release of Forge Framework!

Changelog

Bug Fixes

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v0.9.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: v0.9.3...v0.9.4

v0.9.2

10 Feb 02:02

Choose a tag to compare

Forge Framework v0.9.2 (2026-02-10T01:56:32Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • bce139e: feat(generate): add CLI command generation and improve app structure handling (@juicycleff)

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v0.9.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: v0.9.0...v0.9.2

v0.9.0

08 Feb 06:30

Choose a tag to compare

Forge Framework v0.9.0 (2026-02-08T06:24:00Z)

Welcome to this new release of Forge Framework!

Changelog

Bug Fixes

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v0.9.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: extensions/webrtc/v0.9.1...v0.9.0

v0.8.0

29 Dec 20:58

Choose a tag to compare

Forge Framework v0.8.0 (2025-12-29T20:58:30Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • be23dd6: feat(app): introduce functional options for AppConfig and update app creation methods (@juicycleff)
  • 6a3ca9e: feat(banner): implement startup banner display with configuration options (@juicycleff)
  • 7ed4de5: feat(ci): migrate to Release Please for automated releases (@juicycleff)
  • 11fbd1a: feat(config): enhance DI container integration and update license (@juicycleff)
  • a3101e8: feat(cron): add cron extension with job scheduling, execution history, and metrics (@juicycleff)
  • 27a6cf8: feat(database): enhance observability query hook with configurable slow query logging (@juicycleff)
  • 3410c58: feat(dev): implement hot reload functionality and update command syntax (@juicycleff)
  • 6bf7c5e: feat(discovery): remove outdated discovery examples and introduce database helpers (@juicycleff)
  • c3c7ad4: feat(extension): enhance process management with wait channel (@juicycleff)
  • 1c06039: feat(farp): add new FARP extension with initial implementation (@juicycleff)
  • 0b1f7eb: feat(license): add Forge License Decision Tree for quick licensing guidance (@juicycleff)
  • 85af10e: feat(lifecycle): introduce LifecycleManager for managing application lifecycle hooks (@juicycleff)
  • 377c60d: feat(lifecycle): introduce LifecycleManager for managing application lifecycle hooks (@juicycleff)
  • 3c52364: feat(logger): introduce BeautifulLogger for enhanced logging experience (@juicycleff)
  • 1713f1f: feat(logo): add new SVG logo asset (@juicycleff)
  • 2d33147: feat(process): implement platform-specific process management for Unix and Windows (@juicycleff)
  • e7781cc: feat(tests): add logger and metrics configuration to runnable extension tests (@juicycleff)
  • a69f01c: feat: add boolean validation tests and update context validation logic (@juicycleff)
  • 3447350: feat: add llm.txt files for core components and update .gitignore (@juicycleff)
  • 62f9d4e: feat: enhance AI extension with new LLM providers and improved configuration (@juicycleff)
  • d354a20: feat: enhance AI extension with new LLM providers and improved configuration (@juicycleff)
  • b9e03ff: feat: enhance AI extension with streaming support and new SDK features (@juicycleff)
  • 8ce9d89: feat: enhance AI extension with streaming support and new SDK features (@juicycleff)
  • d3040a8: feat: enhance JSON response handling with struct tags (@juicycleff)
  • 6ae6ef7: feat: enhance client generator with new features and error handling (@juicycleff)
  • 8156428: feat: enhance database repository and transaction handling (@juicycleff)
  • 7dcaf51: feat: enhance logging and configuration in tests and examples (@juicycleff)
  • bcfe44e: feat: implement sensitive field cleaning in JSON responses (@juicycleff)

Bug Fixes

Refactoring

Documentation Updates

Other Changes

  • 8ce9cba: Enhance log replication test stability and performance (@juicycleff)
  • f8c250c: Fix React Server Components CVE vulnerabilities (@vercel[bot])
  • 3f024ac: Fix React Server Components CVE vulnerabilities (@vercel[bot])
  • 151ea03: Remove outdated README.md file for Forge CI/CD documentation. This file contained comprehensive details on CI/CD workflows, implementation guides, and multi-module support, which are no longer relevant. Future documentation will be streamlined and updated to reflect current practices. (@juicycleff)
  • eacc34d: Update README.md to reflect new author attribution (@juicycleff)
  • 35dec68: chore(ci): add Go setup step to GitHub Actions workflow for improved compatibility (@juicycleff)
  • 1e046ec: chore(ci): allow optional Windows test failures in CI workflow (@juicycleff)
  • b3e3daf: chore(ci): consolidate and enhance Go CI workflow (@juicycleff)
  • 7c4d0ad: chore(ci): remove Windows from CI workflow matrix (@juicycleff)
  • 548b66e: chore(ci): remove legacy release automation files (@juicycleff)
  • 3d9985d: chore(ci): update Docker actions in release workfl...
Read more

v0.7.5

22 Dec 01:27

Choose a tag to compare

Forge Framework v0.7.5 (2025-12-22T01:25:18Z)

Welcome to this new release of Forge Framework!

Changelog

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v0.7.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: v0.7.4...v0.7.5