Release Notes
- Skip structured output validation for error tool results (#540) - ensures that when a tool handler returns an error result, the structured
output schema validation is skipped, preventing validation failures on error responses that don't conform to the expected output schema. - Add null check for response ID to prevent memory leaks (#509) - The missing null check could lead to memory leaks as pending requests
would never be completed when responses lack session IDs. This fix ensures proper handling of such cases with appropriate error logging.
Full Changelog: v0.12.0...v0.12.1