Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.47 KB

File metadata and controls

52 lines (28 loc) · 1.47 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

12.0.0-alpha.1 - 2026-01-19

Added

  • (sacp) add matches_method to JrMessage, change parse_message to return Result

Other

  • upgrade to 11.0-alpha.1
  • release
  • (sacp) rename Jr* traits to JsonRpc* for clarity

10.1.0 - 2026-01-19

Added

  • (sacp) add matches_method to JrMessage, change parse_message to return Result

Other

  • (sacp) rename Jr* traits to JsonRpc* for clarity

10.0.0-alpha.1 - 2025-12-19

Added

  • (sacp) [breaking] use AsyncFnMut for tool closures with macro workaround

2.0.1 - 2025-12-12

Other

  • release

2.0.0 - 2025-12-12

Added

  • (sacp-derive) add derive macros for JrRequest, JrNotification, JrResponsePayload

Other

  • use derive macros for proxy_protocol types