Skip to content

Releases: http-rs/async-sse

v5.1.0

17 Sep 14:21
Compare
Choose a tag to compare

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

05 Dec 22:37
@jbr jbr
Compare
Choose a tag to compare

Feature ✨

  • #15 added support for sending events without an event name

v4.1.0

30 Oct 11:05
Compare
Choose a tag to compare

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

29 Sep 09:24
0e44a9d
Compare
Choose a tag to compare

Fixes

  • Fixed an issue with pin-project-lite #11

v4.0.0

05 Jul 17:42
b8943a6
Compare
Choose a tag to compare

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

29 May 14:29
Compare
Choose a tag to compare

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