Skip to content

Bug fixes, New features, Breaking changes

Latest
Compare
Choose a tag to compare
@yhirose yhirose released this 10 Jul 04:04
· 5 commits to master since this release

πŸ› Bug Fixes

  • #2167 - Fix #1601: Fix getaddrinfo stalling issue when network is down
  • #2165 - Proxy problems: Fix proxy-related issues
  • a636a09 - Fix #1656: Improve logging before compression

✨ New Features

  • #2170 - Fix #2082: Add URL encoding helpers for user input in GET requests
  • #2169 - Fix #1416: Add SSL error access functionality
  • #2166 - Cleaner API: API improvements
  • cfb56c0 - Fix #1818: Add POST with content receiver feature
  • b2bf172 - Fix #1551: Add Params support for PUT/DELETE methods

🚨 Breaking Changes

  • #2177 - Complete removal of Windows 8 or lower support
  • #2173 - Removal of 32-bit environment support (64-bit only)
  • #2171 - Fix #1578: Improve form field access methods