Skip to content

Tags: h2non/pook

Tags

v2.1.3

Toggle v2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ensure aiohttp headers matchable from both session and request (#158)

* Prevent aiohttp request headers from overriding session headers in matcher

* Bump to 2.1.3

* Add test for unmatched headers

* Update date in changelog

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix aiohttp session match (#157)

* Add tests proving bug

* Match on aiohttp client base url and headers

* Fix small aiohttp edge case bugs and typing

* Ensure examples tests always run with the current interpreter

* Bump to 2.1.2

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to v2.1.1 (#147)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to 2.1.0 (#142)

* Bump to 2.1.0

* Test all interceptors json request and response handling

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to v2.0.1 (#140)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to v2.0.0 (#136)

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix httpx incorrectly named method on interceptor subclass (#126)

* Use pytest-httpbin to avoid outbound requests in most tests

* Enable aiohttp tests in py3.12

* Add standard tests for all engines

Reproduce #125 in tests

* Fix #125

* Bump to 1.4.3

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to 1.4.2 (#124)

* Bump to 1.4.2

* Fix documentation status badge

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Correct 1.4.1 changelog entry (#117)

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix httpx reference in README and add build and dist check to CI work…

…flow (#107)

* Fix readme httpx reference

* Add build and dist check to ci/cd

* Use strict twine check