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

Breaking: use Request and Response objects in endpoints and hooks #3384

Merged
merged 41 commits into from
Jan 19, 2022

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    37ad3e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df834ca View commit details
    Browse the repository at this point in the history
  3. update adapters

    Rich-Harris committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2f4ca67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cc7e35 View commit details
    Browse the repository at this point in the history
  5. merge master -> streams

    Rich-Harris committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    cc4be79 View commit details
    Browse the repository at this point in the history
  6. lint

    Rich-Harris committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b7eb5b9 View commit details
    Browse the repository at this point in the history
  7. fix tests

    Rich-Harris committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    46b36dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b3b00d8 View commit details
    Browse the repository at this point in the history
  9. only read body once

    Rich-Harris committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    d6fcac3 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    44c9ae2 View commit details
    Browse the repository at this point in the history
  2. lint

    Rich-Harris committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    a1bccb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ce5ac3 View commit details
    Browse the repository at this point in the history
  4. change endpoint signature

    Rich-Harris committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    2fbb868 View commit details
    Browse the repository at this point in the history
  5. fix vercel adapter

    Rich-Harris committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    365f65e View commit details
    Browse the repository at this point in the history
  6. add setResponse helper

    Rich-Harris committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    0f1e6b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b006980 View commit details
    Browse the repository at this point in the history
  8. fixes

    Rich-Harris committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    d4d7ac9 View commit details
    Browse the repository at this point in the history
  9. lint

    Rich-Harris committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    fb4d608 View commit details
    Browse the repository at this point in the history
  10. update docs

    Rich-Harris committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    aed1edc View commit details
    Browse the repository at this point in the history
  11. update adapter-node docs

    Rich-Harris committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    90c3090 View commit details
    Browse the repository at this point in the history
  12. docs

    Rich-Harris committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    c2e9399 View commit details
    Browse the repository at this point in the history
  13. merge master -> streams

    Rich-Harris committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    50d2b5e View commit details
    Browse the repository at this point in the history
  14. whoops

    Rich-Harris committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    f05e724 View commit details
    Browse the repository at this point in the history
  15. changesets

    Rich-Harris committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    62c6a77 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d216ebb View commit details
    Browse the repository at this point in the history
  17. update template

    Rich-Harris committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    75abe9f View commit details
    Browse the repository at this point in the history
  18. changeset

    Rich-Harris committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    8bbfc98 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    865d124 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5293c71 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    501dd33 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9c20e7e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Update documentation/docs/04-hooks.md

    Co-authored-by: Ben McCann <[email protected]>
    Rich-Harris and benmccann authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    f3286d7 View commit details
    Browse the repository at this point in the history
  2. Update packages/adapter-node/README.md

    Co-authored-by: Ben McCann <[email protected]>
    Rich-Harris and benmccann authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    ca2760e View commit details
    Browse the repository at this point in the history
  3. reduce indentation

    Rich-Harris committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    2672f50 View commit details
    Browse the repository at this point in the history
  4. merge master -> streams

    Rich-Harris committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    53fb367 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b506f1 View commit details
    Browse the repository at this point in the history
  6. Update documentation/docs/10-adapters.md

    Co-authored-by: Ignatius Bagus <[email protected]>
    Rich-Harris and ignatiusmb authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    84f6136 View commit details
    Browse the repository at this point in the history
  7. better error messages

    Rich-Harris committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    e05cf2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3abcaec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57b4670 View commit details
    Browse the repository at this point in the history
  10. fix tests

    Rich-Harris committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    7a5a03a View commit details
    Browse the repository at this point in the history