Releases: h2non/pook
Releases · h2non/pook
v1.3.0
This release modernizes Pook build and development environments.
- Drop support for EOL'd Python versions (in other words, 3.6 and 3.7)
- Use pyproject.toml
- Use ruff to lint files
- Use pre-commit to add pre-commit hooks
- Use hatch to manage test, development, and build environments
- Fix the test configuration to actually run the example tests
- Fix the documentation build
- Fix support for asynchronous functions in the activate decorator (this was a direct result of re-enabling the example tests and finding lots of little issues)
- Remove all mention of the unsupported pycurl library
- Clean up tests that can use pytest parametrize to do so (and get better debugging information during tests runs as a result)
- Use pytest-pook to clean up a bunch of unnecessary test fixtures
- Fix deprecation warning for invalid string escape sequences caused by untagged regex strings
v1.2.1
https://pypi.org/project/pook/1.2.1/
What's Changed
- fix(regex): Fix usage of regex values in header matchers by @sarayourfriend in #97
- Fix urllib SSL handling by @sarayourfriend in #98
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Add support for true binary bodies by @sarayourfriend in #88
- Add examples and tests for matching query params by @srusskih in #89
- urllib3 v2+ support by @wimglenn in #87
- Handle binary header field values by @sarayourfriend in #90
- More reliable test_post_with_headers by @wimglenn in #94
New Contributors
Full Changelog: v1.1.1...v1.2.0