Skip to content

Commit 3906b16

Browse files
RahulHereRahulHere
authored andcommitted
Release 0.1.9
1 parent e329db6 commit 3906b16

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Fixed
1515

1616

17+
## [0.1.9] - 2026-06-30
18+
19+
### Added
20+
21+
- Add invoke logging to MCP client and HTTP transport with GOPHER_LOG_LEVEL switch
22+
23+
### Changed
24+
25+
- Route MCP responses to the originating connection (fix concurrent-request hangs)
26+
27+
### Fixed
28+
29+
- Fix SSL transport data loss on full network BIO
30+
- Fix SSL transport use-after-free in posted lambdas
31+
1732
## [0.1.8] - 2026-06-24
1833

1934
### Added

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please create a build directory and run cmake from there:
1515
You may need to remove CMakeCache.txt and CMakeFiles/")
1616
endif()
1717

18-
project(gopher-mcp VERSION 0.1.8 LANGUAGES C CXX)
18+
project(gopher-mcp VERSION 0.1.9 LANGUAGES C CXX)
1919

2020
# Set library version for shared libraries
2121
set(GOPHER_MCP_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})

0 commit comments

Comments
 (0)