Skip to content

Commit e329db6

Browse files
RahulHereRahulHere
authored andcommitted
Release 0.1.8
1 parent 7fa7a4d commit e329db6

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

1616

17+
## [0.1.8] - 2026-06-24
18+
19+
### Added
20+
21+
- Add invoke logging to MCP client and HTTP transport with GOPHER_LOG_LEVEL switch
22+
23+
### Changed
24+
25+
- Scope MCP flow logging to a dedicated GOPHER_MCP_LOG_FLOW switch
26+
- Demote filter registry init/registration logs to Debug
27+
- Surface SSL errors via warning log
28+
- Null-guard OpenSSL 3.x error-string accessors to prevent crash
29+
30+
### Fixed
31+
32+
- Fix SSL transport data loss on full network BIO
33+
- Fix SSL transport use-after-free in posted lambdas
34+
1735
## [0.1.7] - 2026-06-22
1836

1937
### 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.7 LANGUAGES C CXX)
18+
project(gopher-mcp VERSION 0.1.8 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)