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

queries with defer must have the Accept: multipart/mixed header #1610

Merged
merged 11 commits into from
Aug 26, 2022

Commits on Aug 25, 2022

  1. queries with defer should have the Accept: multipart/mixed header

    Since deferred responses can come back as multipart responses, we must
    check that the client supports that content type. This will allow older
    clients to show a meaningful error message instead of a parsing error if
    the `@defer` directive is used but they don't support it
    Geal committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    dc42556 View commit details
    Browse the repository at this point in the history
  2. fmt

    Geal committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    7a22507 View commit details
    Browse the repository at this point in the history
  3. fmt

    Geal committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8ceae98 View commit details
    Browse the repository at this point in the history
  4. changelog

    Geal committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    cd544e7 View commit details
    Browse the repository at this point in the history
  5. use the semicolon as separator

    Geal committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    3653226 View commit details
    Browse the repository at this point in the history
  6. put back the comma

    Geal committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8ee9930 View commit details
    Browse the repository at this point in the history
  7. missing snapshot

    Geal committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    934cf41 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    c613ca8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e5220 View commit details
    Browse the repository at this point in the history
  3. lint

    Geal committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    3df3d45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1f00d0 View commit details
    Browse the repository at this point in the history