Releases: saleor/requests-hardened
Releases · saleor/requests-hardened
v1.0.0b5
What's Changed
- Migrated pip-tools to Poetry by @NyanKiyoshi in #30
- Feature: override the socket IP address by @NyanKiyoshi in #29
- The IP filtering feature is no longer overriding URLs while pinning the IP addresses. This means logs and APM spans no longer contain IP addresses instead of domain names.
Full Changelog: v1.0.0b4...v1.0.0b5
v1.0.0b4
What's Changed
- Bump idna from 3.4 to 3.7 by @dependabot in #21
- Bump cryptography from 41.0.6 to 42.0.4 by @dependabot in #17
- Update outdated usage in README.md by @NyanKiyoshi in #25
- Handle socket exceptions during IP resolution failures by @tomaszszymanski129 in #26
New Contributors
- @tomaszszymanski129 made their first contribution in #26
Full Changelog: v1.0.0b3...v1.0.0b4
v1.0.0b3
Fix
- Make IP filter copy headers instead of modyfing in-place by @wcislo-saleor in #18
Dependencies
- Bump urllib3 from 2.0.4 to 2.0.6 by @dependabot in #10
- Bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #11
- Bump cryptography from 41.0.4 to 41.0.6 by @dependabot in #14
- Bump cffi to fix tests workflow on Windows when using PyPy by @wcislo-saleor in #19
New Contributors
- @wcislo-saleor made their first contribution in #19
Full Changelog: v1.0.0b2...v1.0.0b3
v1.0.0b2
v1.0.0b1
What's Changed
- Rename 'never_allow_redirects' option to 'never_redirect' by @NyanKiyoshi in #1
- Improve README.rst and project metadata by @NyanKiyoshi in #2
- Rename IP loopback filter setting by @NyanKiyoshi in #3
- Bump version to v1.0.0b1 by @NyanKiyoshi in #4
Full Changelog: v1.0.0b0...v1.0.0b1
Initial pre-release
v1.0.0b0 Fix missing requirements_dev.txt file