Skip to content

v1.16.0

Choose a tag to compare

@github-actions github-actions released this 07 Oct 22:26
· 123 commits to master since this release
10967f4

1.16.0 (2025-10-07)

Features

  • 🎸 add initial RPC implementation (e8c40da)
  • 🎸 add support for newer RFCs (2f4371b)
  • 🎸 cleanup XDR implementation (64ad66b)
  • 🎸 flatten message classes and use Reader (ead50de)
  • 🎸 harden RPC implementation (15a2d24)
  • 🎸 implement RM decoder (6a1b4b1)
  • 🎸 review XDR compliance with specifications (fd40a92)
  • 🎸 setup RM codec folder (daa290a)
  • 🎸 upate rpc codec implementation (1610d30)
  • 🎸 update record encoder implementation (675a656)
  • 🎸 update RPC codec (853f336)
  • 🎸 update RPC implementation (13cbabd)
  • 🎸 use Reader in RpcOpaqueAuth body (025f38e)

Performance Improvements

  • ⚡️ improve writer, get direct reference to buffers (f51b9c9)
  • ⚡️ return Reader from RM decoder (81d8140)
  • ⚡️ update decoder code (bffe22d)