-
Notifications
You must be signed in to change notification settings - Fork 15
Comparing changes
Open a pull request
base repository: http-rs/async-sse
base: v5.0.0
head repository: http-rs/async-sse
compare: v5.1.0
- 10 commits
- 5 files changed
- 5 contributors
Commits on Jan 23, 2021
-
Depend on http-types without default-features
async-sse doesn't use any of the features of http-types, so don't pull them in unless something else needs them.
Configuration menu - View commit details
-
Copy full SHA for ce30bf2 - Browse repository at this point
Copy the full SHA ce30bf2View commit details
Commits on Apr 16, 2021
-
deps: replace async-std with futures-lite
It may be useful to be able to use this in more ecosystems without taking the whole async-std dependency. The async-std dependency was mostly through re-exports that can instead be taken directly on the futures crate.
James Tucker committedApr 16, 2021 Configuration menu - View commit details
-
Copy full SHA for bf94040 - Browse repository at this point
Copy the full SHA bf94040View commit details
Commits on Apr 19, 2021
-
add support for multiline data messages.
Currently, the `data` passed to `Sender::send()` is prepended with `data:` and written as-is. If the data string contains newlines, that causes any data beyond the newline(s) to end up on a line that does not begin with `data:`, which the spec dictates should be ignored. This change splits the message on newlines and writes each line with its own `data:` prefix.
Configuration menu - View commit details
-
Copy full SHA for 55e1281 - Browse repository at this point
Copy the full SHA 55e1281View commit details
Commits on Jul 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d568007 - Browse repository at this point
Copy the full SHA d568007View commit details
Commits on Sep 6, 2021
-
Merge pull request #18 from raggi/futures
deps: replace async-std with futures-lite
Configuration menu - View commit details
-
Copy full SHA for 52e825a - Browse repository at this point
Copy the full SHA 52e825aView commit details -
Merge pull request #20 from spadarian/update-pin-project-lite
Updated pin-project-lite to 0.2.7
Configuration menu - View commit details
-
Copy full SHA for cddf71d - Browse repository at this point
Copy the full SHA cddf71dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d095c0 - Browse repository at this point
Copy the full SHA 0d095c0View commit details -
Merge pull request #19 from igowen/multiline-messages
add support for multiline data messages
Configuration menu - View commit details
-
Copy full SHA for 56e5e4f - Browse repository at this point
Copy the full SHA 56e5e4fView commit details -
Merge pull request #16 from joshtriplett/http-types-no-default-features
Depend on http-types without default-features
Configuration menu - View commit details
-
Copy full SHA for 5845e11 - Browse repository at this point
Copy the full SHA 5845e11View commit details
Commits on Sep 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a524e45 - Browse repository at this point
Copy the full SHA a524e45View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.0.0...v5.1.0