Skip to content

v1.0.0-beta.16

Pre-release
Pre-release

Choose a tag to compare

@mahdaen mahdaen released this 15 Dec 14:30
· 523 commits to main since this release

🚀 Features

  • (docs) Add best practices guide and reorganize navigation
  • (irpclib) Implement IRPC library with batching and context support
  • (http) Implement HTTP transport and router for iRPC
  • (http) Implement timeout handling for HTTP transport calls
  • (irpc) Add timeout support for RPC calls
  • (irpc) Implement cache mechanism for IRPC module
  • (http) Add retry mechanism for failed requests
  • (bench) Add benchmark suite for IRPC vs REST frameworks
  • (template) Add irpc bun starter template

🐛 Bug Fixes

  • (react) Loosen bind function generic constraints

🚜 Refactor

  • (http) Update middleware signature and error handling
  • (core) Rename asyncState to query and update return types

📚 Documentation

  • (react) Add AI knowledge base documentation for Anchor
  • (react) Add documentation for bi-directional components and advanced migration
  • (irpc) Update documentation for package and transport setup
  • (http) Update README with new API usage and best practices
  • (http) Update README with detailed features and usage examples
  • (irpc) Add quick start guide for new project creation

⚙️ Miscellaneous Tasks

  • (release) Bump version to 1.0.0-beta.16
  • (build) Update prepublish script and workspace config