Skip to content

v1.0.0

Choose a tag to compare

@zoedsoupe zoedsoupe released this 16 Mar 20:36
dc584a7

1.0.0 (2026-03-16)

⚠ BREAKING CHANGES

  • remove client base module and client macro (#110)
  • phase-3: server re-implementation and simplification (#96)

Features

  • add _meta support to Tool struct and JSON encoder (#108) (6ac49d1)

Bug Fixes

  • phase-5: remove dead code and update docs (#104) (eea86af)
  • regression for input/output server schema (85f8ebb)
  • remove client base module and client macro (#110) (1f9f13c)
  • server examples and sse server transport (944bafb)
  • session serializion errors (#112) (cb8c0e3), closes #60
  • Start SSE keepalive when first handler is registered (#83) (c3c01e9)
  • stdio server transport working (#111) (b331281)

Code Refactoring

  • phase-3: server re-implementation and simplification (#96) (badb0f0)
  • phase-4: client extraction of handlers (#100) (08b98c0)