Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: http-rs/async-sse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: http-rs/async-sse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 10 commits
  • 5 files changed
  • 5 contributors

Commits on Jan 23, 2021

  1. 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.
    joshtriplett committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    ce30bf2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. 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 committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    bf94040 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. 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.
    igowen committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    55e1281 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    d568007 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Merge pull request #18 from raggi/futures

    deps: replace async-std with futures-lite
    yoshuawuyts authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    52e825a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from spadarian/update-pin-project-lite

    Updated pin-project-lite to 0.2.7
    yoshuawuyts authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    cddf71d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d095c0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #19 from igowen/multiline-messages

    add support for multiline data messages
    yoshuawuyts authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    56e5e4f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #16 from joshtriplett/http-types-no-default-features

    Depend on http-types without default-features
    yoshuawuyts authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    5845e11 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. v5.1.0

    yoshuawuyts committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    a524e45 View commit details
    Browse the repository at this point in the history
Loading