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: lundberg/respx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.16.3
Choose a base ref
...
head repository: lundberg/respx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.17.0
Choose a head ref
  • 17 commits
  • 19 files changed
  • 4 contributors

Commits on Jan 28, 2021

  1. Remove unused type comment

    lundberg committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    055947e View commit details
    Browse the repository at this point in the history
  2. Add logo to docs

    lundberg committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    8210af1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #128 from lundberg/logo

    Add logo to docs
    lundberg authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    310d8a7 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    lundberg authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    86d1c7f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    7b90db0 View commit details
    Browse the repository at this point in the history
  2. change ValueError to TypeError

    tzing committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    e3932b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Merge pull request #133 from tzing/hotfix/check-type

    enhance: add type check in `route.return_value` setter
    lundberg authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    bd9672b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Fix syntax highlighting (#134)

    Co-authored-by: Jonas Lundberg <jonas@5monkeys.se>
    florimondmanca and lundberg authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    13d002e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c13cb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4412ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce044a5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #131 from lundberg/dont-patch-asgi-wsgi

    Don't patch ASGI and WSGI transports by default
    lundberg authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    01ad341 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

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

Commits on Mar 15, 2021

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

Commits on Mar 31, 2021

  1. Test python 3.10 (#140)

    lundberg authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    b27ad8e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Implement HTTPX Transport API (#142)

    * Implement HTTPX Transport API
    * Require httpx 0.18.0
    lundberg authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    20cad3d View commit details
    Browse the repository at this point in the history
  2. Release 0.17.0

    Changed
    - Require `HTTPX` 0.18.0 and implement the new transport API. (PR #142)
    - Removed ASGI and WSGI transports from httpcore patch list. (PR #131)
    - Don't pre-read mocked async resposne streams. (PR #136)
    
    Fixed
    - Fixed syntax highlighting in docs, thanks @florimondmanca. (PR #134)
    - Type check `route.return_value`, thanks @tzing. (PR #133)
    - Fixed a typo in the docs, thanks @lewoudar. (PR #139)
    
    Added
    - Added support for adding/removing patch targets. (PR #131)
    - Added test session for python 3.10. (PR #140)
    - Added RESPX Mock Swallowtail to README. (PR #128)
    lundberg committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    9ba09c9 View commit details
    Browse the repository at this point in the history
Loading