Releases: http-rs/async-sse
Releases · http-rs/async-sse
v5.1.0
Compare
Sorry, something went wrong.
No results found
What's Changed
deps: replace async-std with futures-lite by @raggi in #18
Updated pin-project-lite to 0.2.7 by @spadarian in #20
add support for multiline data messages by @igowen in #19
Depend on http-types without default-features by @joshtriplett in #16
New Contributors
Full Changelog : v5.0.0...v5.1.0
v5.0.0
Compare
Sorry, something went wrong.
No results found
jbr
released this
05 Dec 22:37
Feature ✨
#15 added support for sending events without an event name
v4.1.0
Compare
Sorry, something went wrong.
No results found
This patch fixes a bug on Encoder and implements AsyncBufRead for it.
Added
Implement AsyncBufRead for Encoder #13
Fixed
Fix Encoder AsyncRead #13
v4.0.1
Compare
Sorry, something went wrong.
No results found
Fixes
Fixed an issue with pin-project-lite #11
v4.0.0
Compare
Sorry, something went wrong.
No results found
docs
This patch simplifies library internals by using the async-channel crate.
Internal
Use async-channel to notify senders of disconnection #6
v3.0.0
Compare
Sorry, something went wrong.
No results found
This patch changes the signature of send and updates the dependencies to async-std@1.6.0 and http-types@2.0.0.
Changed
Take &str data argument in send() #1
Update dependencies #2