This repository was archived by the owner on Feb 24, 2025. It is now read-only.
fix(deps): update rust crate socketioxide to 0.16.0 #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.12.0->0.16.0Release Notes
totodore/socketioxide (socketioxide)
v0.16.0Compare Source
thiserrorto 2.0axumto 0.8engineioxideto 0.16.0v0.15.1Compare Source
socketioxide
engineioxide
v0.15.0Compare Source
socketioxide
It also improve performances by avoiding unnecessary allocations.
towertotower-serviceandtower-layersubcrates.tokioto 1.40.httpto 1.1.hyperto 1.5.v0.14.1Compare Source
What's Changed
New Contributors
Full Changelog: Totodore/socketioxide@v0.14.0...v0.14.1
v0.14.0Compare Source
socketioxide
Cloneand will be cloned for each handler where the state is used.Send+Syncrequirements on extensions (issue #295). They are now extracted byCloning. Therefore all the type must implementClone. AnExtensionextractor is available to get an extension directly without callingsocket.extensions.get().HttpExtensiontypes to extract extensions from the http request.SocketIocan now be used as an extractor. So you can now easily access the entire socket.io context from your handlers.dyn_nsfunction. You can specify patterns with the{name}syntax thanks to the matchit crate. The dynamic namespace will create a child namespace for any path that matches the given pattern with the given handler.engineioxide
tokio-tungstenitefrom0.21.0to0.23.0.v0.13.1Compare Source
engineioxide
v0.13.0Compare Source
socketioxide
delete_nsfn was deadlocking the entire server when called from inside adisconnect_handler.delete_nsis now gracefully closing the adapter as well as all its sockets before being removed.Bytesrather thanVec<u8>to represent binary payloads. This allow to avoid unnecessary copies.futures-utilandfutures-corerather than the wholefuturescrate.engineioxide
Bytes/Strrather thanVec<u8>andStringto represent payloads. This allow to avoid unnecessary copies.futures-utilandfutures-corerather than the wholefuturescrate.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.