Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove application/text fallback for payload #25

Merged
merged 1 commit into from May 16, 2019

Commits on May 15, 2019

  1. Remove application/text fallback for payload

    While technically a breaking change, this behavior was neither tested
    nor documented. It also caused bugs and unwanted behavior in case
    something went wrong during JSON serialization.
    
    See PR #23.
    
    If we ever want to support non-JSON payloads, that should probably be
    made explicit, e.g. by calling a different method, when an event is
    being published.
    franzliedke committed May 15, 2019
    Copy the full SHA
    efac32d View commit details
    Browse the repository at this point in the history