File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Please create a build directory and run cmake from there:
1515You may need to remove CMakeCache.txt and CMakeFiles/" )
1616endif ()
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
2121set (GOPHER_MCP_VERSION_MAJOR ${PROJECT_VERSION_MAJOR } )
You can’t perform that action at this time.
0 commit comments