Skip to content

v0.15.0

Latest

Choose a tag to compare

@tzolov tzolov released this 30 Oct 18:04
· 1 commit to main since this release

What's Changed

  • define explicitely that values should always be included in code completions by @sdelamo in #601
  • fix remove name when using @JsonTypeInfo(use = JsonTypeInfo.Id.DEDUCTION) by @sdelamo in #600
  • refactor: change int to Integer for optional numeric fields by @tzolov in #604
  • fix: allow additional properties by default per JSON Schema spec by @tzolov in #617
  • Close McpTransportSession on transport close by @Kehrlann in #632
  • Fix: McpAsyncClient#listTools prevent infinite recursion by @leehaut in #631
  • chore: standardize client/server implementation names and version by @tzolov in #642
  • Update dependencies minor versions to fix build on JDK 25 by @bedrin in #640
  • Support o.s.h.HttpHeaders from both 6.x and 7.x Spring branches by @bedrin in #639

New Contributors

Full Changelog: v0.14.1...v0.15.0