Migration guide and changelog for v0.15.0 #384
Pinned
Totodore
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Migration Guide
With v0.15.0, multiple breaking changes have been introduced. Here is a little migration guide to help migrating from v0.14 to v0.15.
Packet parsing system reworked
The new system is more optimized and allows you to emit
!Sized
data such as reference:In case of emit error it means that you can keep your data and try to resend it rather than loosing its ownership.
You can also now directly specify binary data inside your structs when emitting and receiving data:
Changelog
socketioxide
It also improve performances by avoiding unnecessary allocations.
tower
totower-service
andtower-layer
subcrates.tokio
to 1.40.http
to 1.1.hyper
to 1.5.What's Changed
tower-layer
andtower-service
rather thantower
by @Totodore in chore: bump deps and switch totower-layer
andtower-service
rather thantower
#379Full Changelog: v0.14.1...v0.15.0
This discussion was created from the release v0.15.0.
Beta Was this translation helpful? Give feedback.
All reactions