Skip to content

Releases: higress-group/wasm-go

v1.1.1

11 Feb 09:07
1e5cd7b

Choose a tag to compare

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

29 Jan 06:45
0a0cd4d

Choose a tag to compare

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

07 Jan 03:43
bf60c33

Choose a tag to compare

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

11 Dec 09:37
5cb8697

Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

10 Dec 08:26
a5d2ab4

Choose a tag to compare

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

05 Nov 14:17

Choose a tag to compare

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

03 Nov 06:47
e8e931f

Choose a tag to compare

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

29 Oct 09:52

Choose a tag to compare

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

29 Oct 09:50

Choose a tag to compare

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

v1.0.2

12 Sep 09:26
cfa30d7

Choose a tag to compare

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

Full Changelog: v1.0.1...v1.0.2