Skip to content

v0.4.1-alpha.2

Compare
Choose a tag to compare
@1c3t3a 1c3t3a released this 26 Mar 15:08
· 102 commits to main since this release

Changes

  • Add on_any method for async ClientBuilder. This adds the capability to react to all incoming events (custom and otherwise).
  • Add auth option to async ClientBuilder. This allows for specifying JSON data that is sent with the first open packet, which is commonly used for authentication.
  • Bump dependencies and remove calls to deprecated library functions.