Skip to content

Releases: goto-bus-stop/sse-codec

v0.3.1

04 Mar 13:36
2e585c8
Compare
Choose a tag to compare
  • Fix id: lines triggering incomplete Event::Message event.
    A stream like this:
    data:start
    id:1243
    data:end
    
    previously emitted two messages, with data start and end respectively, but should emit one with data start\nend.

v0.3.0

02 Mar 09:36
64a2dcf
Compare
Choose a tag to compare
  • Make id part of the Event::Message event, removing the separate non-spec Event::LastEventId message.
  • Ignore trailing data in the input stream.
  • Use futures_codec 0.4.0.

v0.2.0

22 Jan 21:55
62b81e0
Compare
Choose a tag to compare
  • Fix messages being dropped when parsing a stream. (@bekh6ex, #1)

v0.1.0

23 Dec 13:07
35f99db
Compare
Choose a tag to compare
  • Initial release.