- Fix struct publicity for response structs
- Update
tokio-tungstenite
to0.17
- Methods that require GID are now using
&str
- Refactor code to use channels instead of mutexes
- Remove default timeout
- Rename
Hooks
toCallbacks
Dependency updates:
tokio-tungstenite = "0.21"
base64 = "0.22"
snafu = "0.8"
serde_with = { version = "3", features = ["chrono"] }
- Improve callback execution to address possible execution miss.
- Fix
announce_list
type #3.