This version adds a few major features including client authorization, client message cache, transaction pool sync. In addition, this version contains several performance optimization, bug fixes and security patches. Upgrade is highly recommended.
What's Changed
- Create localNode interface by @billfort in #871
- Implement websocket client connection authorization by @billfort in #874
- Implement client message cache expiration and memory limitation by @billfort in #876
- Fix cert by @bufrr in #880
- Implement transaction pool sync by @billfort in #872
- Upgrade docker build base image by @yilunzhang in #889
- replace deprecate lib ioutil with new one by @bufrr in #907
- add ledger mode to node data and getnodestate rpc response by @yilunzhang in #905
- support multiple domain name for node certificate by @bufrr in #910
- support wildcard certs by @bufrr in #928
- remove ledger usage when create localnode by @bufrr in #931
New Contributors
Full Changelog: v2.1.9...v2.2.0