Skip to content

Releases: leefowlercu/go-contextforge

v0.9.0

09 Feb 15:25

Choose a tag to compare

v0.9.0 Pre-release
Pre-release

Go ContextForge SDK v0.9.0

Go SDK for the IBM ContextForge MCP Gateway API.

Installation:

go get github.com/leefowlercu/go-contextforge@v0.9.0

Changelog

Added

  • 8d06a77 feat: sync SDK with upstream v1.0.0-BETA-2 and refresh integration coverage

Full Changelog: v0.8.1...v0.9.0

v0.8.1

13 Jan 17:20

Choose a tag to compare

v0.8.1 Pre-release
Pre-release

Go ContextForge SDK v0.8.1

Go SDK for the IBM ContextForge MCP Gateway API.

Installation:

go get github.com/leefowlercu/go-contextforge@v0.8.1

Changelog

Documentation

  • f7f0e51 docs: validate bug reports against v1.0.0-beta-1 and reorganize

Full Changelog: v0.8.0...v0.8.1

v0.8.0

06 Jan 18:44

Choose a tag to compare

v0.8.0 Pre-release
Pre-release

Go ContextForge SDK v0.8.0

Go SDK for the IBM ContextForge MCP Gateway API.

Installation:

go get github.com/leefowlercu/go-contextforge@v0.8.0

Changelog

Added

  • a34061e feat: add contextforge v1.0.0-beta-1 compatibility

Build

  • ae25bb8 build: update prepare-release script

Full Changelog: v0.7.0...v0.8.0

v0.7.0

20 Nov 23:14

Choose a tag to compare

v0.7.0 Pre-release
Pre-release

Go ContextForge SDK v0.7.0

Go SDK for the IBM ContextForge MCP Gateway API.

Installation:

go get github.com/leefowlercu/go-contextforge@v0.7.0

Changelog

Added

  • 53753ca feat: add comprehensive three-state semantics for optional fields

Documentation

  • ca56b92 docs: add comprehensive guides for three-state pattern and terraform provider usage
  • a9df2ac docs: update project documentation with three-state system references

Build

  • b669993 build: add blank lines between changelog subsections
  • cc16559 build: update gitignore and changelog

Full Changelog: v0.6.3...v0.7.0

v0.6.3

20 Nov 23:13

Choose a tag to compare

v0.6.3 Pre-release
Pre-release

Go ContextForge SDK v0.6.3

Go SDK for the IBM ContextForge MCP Gateway API.

Installation:

go get github.com/leefowlercu/go-contextforge@v0.6.3

Changelog

Fixed

  • 03d108b fix: enable clearing array fields in update operations

Documentation

  • beca3f0 docs: fix server creation example and add missing api methods
  • e9398d2 docs: update architecture documentation with correct file locations

Build

  • 23ff79e build: update prepare release script and fix changelog

Full Changelog: v0.6.2...v0.6.3

v0.6.2

19 Nov 19:40

Choose a tag to compare

v0.6.2 Pre-release
Pre-release

Go ContextForge SDK v0.6.2

Go SDK for the IBM ContextForge MCP Gateway API.

Installation:

go get github.com/leefowlercu/go-contextforge@v0.6.2

Changelog

Fixed

  • 8cb1bed fix(release): create tag after commit amend to prevent tag drift
  • 63ae3b1 fix(release): create temporary tag for goreleaser validation

Full Changelog: v0.6.1...v0.6.2

v0.6.1

19 Nov 18:46

Choose a tag to compare

v0.6.1 Pre-release
Pre-release

Go ContextForge SDK v0.6.1

Go SDK for the IBM ContextForge MCP Gateway API.

Installation:

go get github.com/leefowlercu/go-contextforge@v0.6.1

Changelog

Fixed

  • 86ea647 fix(tools): remove incorrect wrapper from update request body

Tests

  • 0c6d4a4 test(integration): add proper assertions to update operation tests
  • 08a29db test(integration): improve token generation and output formatting

Full Changelog: v0.6.0...v0.6.1

v0.6.0

13 Nov 22:57

Choose a tag to compare

v0.6.0 Pre-release
Pre-release

Go ContextForge SDK v0.6.0

Go SDK for the IBM ContextForge MCP Gateway API.

Installation:

go get github.com/leefowlercu/go-contextforge@v0.6.0

Changelog

Added

  • 053da5e feat: add hybrid rest endpoint methods for resources and prompts
  • ee7d0d5 feat: move from "base url" to "address" in client configuration and codebase references

Documentation

  • c7d3e4b docs: add info about mcp and expand a2a section in readme
  • d886e35 docs: move claude instructions to project root
  • 045ee5d docs: update documentation for hybrid rest endpoints
  • 1966491 docs: update project documentation
  • a08c42e docs: update toc in readme

Build

  • 1d92e3c build: update prepare release script to automatically merge goreleaser-created changelog contents into root changelog

Tests

  • efcfecd test: add integration tests for hybrid endpoint methods
  • 7889e17 test: add unit tests for hybrid endpoint methods
  • 715b4ad test: update output text in integration test setup script

Full Changelog: v0.5.0...v0.6.0

v0.5.0

10 Nov 12:53

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

Go ContextForge SDK v0.5.0

Go SDK for the IBM ContextForge MCP Gateway API.

Installation:

go get github.com/leefowlercu/go-contextforge@v0.5.0

Changelog

Added

  • ee7d0d5 feat: move from "base url" to "address" in client configuration and codebase references

Documentation

  • c7d3e4b docs: add info about mcp and expand a2a section in readme
  • 1966491 docs: update project documentation
  • a08c42e docs: update toc in readme

Build

  • 1d92e3c build: update prepare release script to automatically merge goreleaser-created changelog contents into root changelog

Full Changelog: v0.4.0...v0.5.0

v0.4.0

09 Nov 19:46

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

Go ContextForge SDK v0.4.0

Go SDK for the IBM ContextForge MCP Gateway API.

Installation:

go get github.com/leefowlercu/go-contextforge@v0.4.0

Changelog

Added

Documentation

  • 662730b docs: add teams service example program
  • c51bf62 docs: add upstream bug reports for teams service bugs
  • cbcef2b docs: update in-code service documentation for gateways and tools services
  • f129358 docs: update project documentation
  • 94c11ba docs: update readme for accuracy regarding service toggle endpoints inconsistency

Tests

  • a3b5944 test: add teams service unit tests and integration tests
  • ab56e1a test: fix integration tests after client creation functionality update
  • 4ec59da test: update integration test helpers
  • 47abc5e test: update integration test setup and teardown script to store helper files in project root tmp/ directory

Full Changelog: v0.3.0...v0.4.0