Skip to content

0.1.36

Compare
Choose a tag to compare
@bmuddha bmuddha released this 02 Nov 16:43
· 53 commits to master since this release
fac8c39

Highlights:

  1. 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.
  2. 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