0.33.0
What's Changed
- feat: update ring to 1.12 by @sunng87 in #131
- fix: correct check for websocket ping implementation by @sunng87 in #135
Upgrade
Note that from 0.33 of rj9a, we dropped dependencies to ring/ring-core and only depend on their protocol artifacts. This won't be a problem if your applications are just normal ring sync or async handlers. However, for websocket users, you will need to include ring/ring-core explicitly as dependency to be able to use websocket APIs.
Full Changelog: 0.32.3...0.33.0