Skip to content

v0.19.0

Compare
Choose a tag to compare
@d-e-s-o d-e-s-o released this 17 Jun 21:21
· 313 commits to main since this release
v0.19.0
6954184
  • Added ApiInfo::from_parts constructor
  • Adjusted Client::issue to accept request input via reference
  • Introduced ConversionError type
    • Replaced unwraps with proper error variants
  • Updated ActivityType enum to be in sync with upstream variants
  • Added support for unknown ActivityType variants
  • Switched to using thiserror crate for defining error types
  • Updated num-decimal to use version 0.4 of the num-* crates
  • Bumped minimum supported Rust version to 1.46
  • Bumped http-endpoint dependency to 0.5
  • Bumped websocket-util dependency to 0.8
  • Bumped tokio-tungstenite dependency to 0.14