Releases: upbound/function-claude
Releases · upbound/function-claude
v0.4.3
Summary
This release includes security fixes and dependency updates.
Highlights
- Security vulnerability remediation addressing CVE-2025-68121 and CVE-2025-61732
- Updated Go version to 1.24.13
v0.3.3
Summary
This release includes security fixes and CI improvements.
Highlights
- Security vulnerability remediation: Updated Go version to 1.24.13 to address CVE-2025-68121 and CVE-2025-61732
- CI workflow updates to ensure consistent Go version across build and runtime environments
v0.4.2
Summary
This release includes critical security fixes.
Highlights
- Security vulnerability remediation: Updated Go version to 1.24.12 to address multiple CVEs:
- Updated CI configuration to match the new Go version
v0.3.2
Summary
This release includes security fixes and dependency updates.
Highlights
- Security vulnerability remediation: Updated Go version to 1.24.12 to address multiple CVEs:
- Updated CI build configuration to match Go version requirements
v0.4.1
This release includes security fixes addressing multiple CVE vulnerabilities.
Highlights
- Go version upgrade to 1.24.11 addressing 12 CVE vulnerabilities:
- CI configuration updated to use Go 1.24.11
v0.3.1
Summary
This release includes security fixes and dependency updates.
Highlights
- Security vulnerability remediation for Go runtime and dependencies
- Updated Go version from 1.24.4 to 1.24.11, addressing 12 CVEs including CVE-2025-61723, CVE-2025-61725, CVE-2025-61729, and others
- Updated golang.org/x/crypto from v0.41.0 to v0.45.0, fixing GHSA-j5w8-q4qc-rx2x and GHSA-f6x5-jh6r-wrfv
- CI configuration updates to match security patches
v0.2.1
Summary
This release includes security fixes and CI improvements.
Highlights
-
Security vulnerability remediation for Go dependencies and runtime
- Updated
golang.org/x/oauth2to v0.27.0 (fixes GHSA-6v2p-p543-phr9) - Updated
golang.org/x/cryptoto v0.45.0 (fixes GHSA-j5w8-q4qc-rx2x, GHSA-f6x5-jh6r-wrfv) - Updated Go version to 1.24.11 (addresses multiple CVEs including CVE-2025-61723, CVE-2025-61725, CVE-2025-61729)
- Updated
-
CI/CD improvements
- Fixed build configuration to use correct Go version
- Updated to use latest stable up CLI
- Fixed model configuration for Anthropic API compatibility
v0.4.0
What's Changed
- Sanitize LLM output by @ytsarev in #30
- Bump golang.org/x/crypto from 0.41.0 to 0.45.0 in the go_modules group across 1 directory by @dependabot[bot] in #31
New Contributors
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Add package metadata to link back to this repo by @tnthornton in #23
- Bump golang.org/x/oauth2 to 0.27.0 by @tnthornton in #24
- feat(model): add model as input by @haarchri in #27
- Specify a default model as langchain seems to be out of date by @tnthornton in #29
New Contributors
Full Changelog: v0.2.0...v0.3.0