0.1.36
Highlights:
- The project was migrated to Actix-Web version 4 (from 3), and tokio 1 (from 0.2). This migration should solve the thread panicking issue due to bug in DelayQueue implementation of tokio time.
- Response parsing for getHealth rpc request was fix, so that the
error updating rpc health err=Json deserialize error: invalid type: newtype struct
should not happen anymore. Additional logging was added, just in case, if the fix doesn't work
What's Changed
- Changed the data field for rpc error response by @bobs4462 in #190
- refactor: update to actix 4.0/tokio 1.0 by @polachok in #192
- chore: bump version to 0.1.36 by @bobs4462 in #194
Full Changelog: 0.1.35...0.1.36