Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@MegaGrindStone MegaGrindStone released this 09 Feb 12:01
· 5 commits to main since this release

This release focuses on improving JSON serialization flexibility and simplifying I/O interfaces. The changes include making annotations optional in resource types and streamlining the StdIO transport implementation by delegating closing responsibilities to callers.

Changed

  • Make Annotations field nullable in resource types to support optional JSON serialization.
  • Simplify StdIO transport by using io.Reader and io.Writer interfaces instead of closeable variants.

Removed

  • Remove Close method from StdIO transport as part of I/O interface simplification.