Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Fogapod Fogapod released this 04 Nov 12:46
· 12 commits to master since this release

Breaking changes

  • Library renamed to jarpc
  • Server.respond -> Request.reply
  • Client.run -> Client.start
  • Server.run -> Server.start
  • Removed Server argument in callbacks. It can be accessed using Request.server

What's new

  • Introduced Slient mode
  • Responses object can be either awaited or used as async iterator
  • Custom encoder support
  • wait_until_ready method for all Connection modes
  • expect_responses argument for Client.call
  • Default values for clients (default_expect_responses, default_timeout)

Other