Releases: higress-group/wasm-go
Releases · higress-group/wasm-go
v1.1.1
What's Changed
- feat: add safe log mode to prevent sensitive information leakage by @johnlanni in #45
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- check log level ahead by @rinfx in #41
- fix: escape newlines in panic stack trace for better log collection by @johnlanni in #44
Full Changelog: v1.0.9...v1.1.0
v1.0.9
What's Changed
- fix(mcp): fix MCP server version negotiation to comply with spec by @johnlanni in #37
- fix(test): fix CallOnHttpXXXXHeaders with endOfStream option by @Jing-ze in #38
- feat(wrapper): add WithMaxRequestsPerIoCycle option for controlling concurrent requests per IO cycle by @johnlanni in #40
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- feat: add Redis buffer parameters support by @johnlanni in #34
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- fix: Set bufio.Scanner max token size to 32MB and add explicit error handling by @johnlanni in #33
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- feat: add comprehensive SSE protocol tests and CI workflow by @johnlanni in #30
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- feat: add server-level default authentication and MCP proxy server support by @johnlanni in #25
- feat: optimize Redis authentication retry mechanism by @johnlanni in #29
Full Changelog: v1.0.3...v1.0.5
v1.0.4
What's Changed
- chore: update dependencies and enhance wasm testing framework by @Jing-ze in #24
- feat: support outbound call attributes verification in test framework by @Jing-ze in #26
- feat: cache HTTP headers in header phase for safe access in any phase by @johnlanni in #28
Full Changelog: v1.0.2...v1.0.4
v1.0.3
v1.0.2
What's Changed
- feat: mcp list/tool support check allowable from request header by @johnlanni in #10
- fix: skip read response body when content type is not application/json when processing sse by @OxalisCu in #13
- support http call on streaming response body by @rinfx in #15
- feat(tokenusage): add input_token_details & output_token_details by @daixijun in #11
- fix: ignore invalid request header items by skipping it by @erasernoob in #16
- fix(tokenusage): Fixed the issue where the openai/v1/responses API could not count tokens after SSE messages were truncated due to a large amount of data by @daixijun in #17
- Support image by @zat366 in #14
- chore: fix RegisteTickFunc by @co63oc in #18
- feat: support wasm plugin unit test framework by @Jing-ze in #19
- chore: fix typos by @co63oc in #20
- feat: add output schema support and structured data handling by @Aias00 in #21
- feat: add WithRebuildAfterRequests option to trigger plugin VM rebuild by @johnlanni in #23
New Contributors
- @OxalisCu made their first contribution in #13
- @rinfx made their first contribution in #15
- @zat366 made their first contribution in #14
- @co63oc made their first contribution in #18
- @Jing-ze made their first contribution in #19
- @Aias00 made their first contribution in #21
Full Changelog: v1.0.1...v1.0.2