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.
- Added support for passing a headers object when calling RPC endpoints
- Sorry about the huge version bump
- [Breaking] The RPC client now makes calls to an RPC server in the form of
endpoint/:methodName
, to allow for clearer debugging and tracing. Ensure you are using >= v. 1.0.0 ofbuffer-rpc
on your server as well.
- Added this CHANGELOG.