File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99## [ Unreleased]
1010
1111
12+ ## [ 0.1.13] - 2026-04-21
13+
14+ ### Added
15+
16+ - Add ` /oauth/token ` proxy route to forward token exchange to IdP for clients like claude.ai (#7 )
17+ - Add request-level logging for debugging MCP and OAuth flows
18+
19+ ### Changed
20+
21+ - Update gopher-orch submodule to ` main ` branch
22+ - Switch auth example to use published npm package (` latest ` ) instead of local ` file: ` reference
23+ - Improve CI publish workflow: strip ` .A ` suffix from version when downloading gopher-orch release assets (X.Y.Z.A → X.Y.Z)
24+ - Improve release notes extraction in CI to read versioned section from CHANGELOG.md
25+
26+ ### Fixed
27+
28+ - Fix OAuth flow for claude.ai: remove ` initialize ` from public methods so first request returns 401, triggering OAuth discovery (#7 )
29+ - Fix empty release notes: validate dump-version.sh requires non-empty Added/Changed/Fixed sections
30+ - Fix CI release notes: extract correct versioned section instead of empty ` [Unreleased] `
31+
1232## [ 0.1.12.2] - 2026-04-21
1333
1434### Fixed
@@ -159,7 +179,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159179---
160180
161181[ Unreleased ] : https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...HEAD
162- [ 0.1.12.2 ] : https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.12.1...v0.1.12.2
182+ [ 0.1.13 ] : https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.13[0.1. 12.2] : https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.12.1...v0.1.12.2
163183[ 0.1.12.1 ] : https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.12...v0.1.12.1
164184[ 0.1.12 ] : https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.2...v0.1.12
165185[ 0.1.2 ] : https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.1...v0.1.2
Original file line number Diff line number Diff line change 11{
22 "name" : " @gopher.security/gopher-mcp-js" ,
3- "version" : " 0.1.12.2 " ,
3+ "version" : " 0.1.13 " ,
44 "description" : " TypeScript SDK for Gopher Orch - AI Agent orchestration framework with native performance" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
4040 "koffi" : " ^2.9.0"
4141 },
4242 "optionalDependencies" : {
43- "@gopher.security/gopher-orch-darwin-arm64" : " 0.1.12.2 " ,
44- "@gopher.security/gopher-orch-darwin-x64" : " 0.1.12.2 " ,
45- "@gopher.security/gopher-orch-linux-arm64" : " 0.1.12.2 " ,
46- "@gopher.security/gopher-orch-linux-x64" : " 0.1.12.2 " ,
47- "@gopher.security/gopher-orch-win32-arm64" : " 0.1.12.2 " ,
48- "@gopher.security/gopher-orch-win32-x64" : " 0.1.12.2 "
43+ "@gopher.security/gopher-orch-darwin-arm64" : " 0.1.13 " ,
44+ "@gopher.security/gopher-orch-darwin-x64" : " 0.1.13 " ,
45+ "@gopher.security/gopher-orch-linux-arm64" : " 0.1.13 " ,
46+ "@gopher.security/gopher-orch-linux-x64" : " 0.1.13 " ,
47+ "@gopher.security/gopher-orch-win32-arm64" : " 0.1.13 " ,
48+ "@gopher.security/gopher-orch-win32-x64" : " 0.1.13 "
4949 },
5050 "devDependencies" : {
5151 "@types/jest" : " ^29.5.11" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @gopher.security/gopher-orch-darwin-arm64" ,
3- "version" : " 0.1.12.2 " ,
3+ "version" : " 0.1.13 " ,
44 "description" : " macOS ARM64 (Apple Silicon) native binaries for gopher-orch" ,
55 "license" : " MIT" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @gopher.security/gopher-orch-darwin-x64" ,
3- "version" : " 0.1.12.2 " ,
3+ "version" : " 0.1.13 " ,
44 "description" : " macOS x64 (Intel) native binaries for gopher-orch" ,
55 "license" : " MIT" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @gopher.security/gopher-orch-linux-arm64" ,
3- "version" : " 0.1.12.2 " ,
3+ "version" : " 0.1.13 " ,
44 "description" : " Linux ARM64 native binaries for gopher-orch" ,
55 "license" : " MIT" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @gopher.security/gopher-orch-linux-x64" ,
3- "version" : " 0.1.12.2 " ,
3+ "version" : " 0.1.13 " ,
44 "description" : " Linux x64 native binaries for gopher-orch" ,
55 "license" : " MIT" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @gopher.security/gopher-orch-win32-arm64" ,
3- "version" : " 0.1.12.2 " ,
3+ "version" : " 0.1.13 " ,
44 "description" : " Windows ARM64 native binaries for gopher-orch" ,
55 "license" : " MIT" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @gopher.security/gopher-orch-win32-x64" ,
3- "version" : " 0.1.12.2 " ,
3+ "version" : " 0.1.13 " ,
44 "description" : " Windows x64 native binaries for gopher-orch" ,
55 "license" : " MIT" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments