Skip to content

Latest commit

 

History

History
executable file
·
48 lines (37 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

executable file
·
48 lines (37 loc) · 1.79 KB

Changelog

1.6.0

  • Add multiple request support - Send multiple HTTP requests with both fsockopen and cURL, transparently falling back to synchronous when not supported.

  • Add proxy support - HTTP proxies are now natively supported via a high-level API. Major props to Ozh for his fantastic work on this.

  • Verify host name for SSL requests - Requests is now the first and only standalone HTTP library to fully verify SSL hostnames even with socket connections. Thanks to Michael Adams, Dion Hulse, Jon Cave, and Pádraic Brady for reviewing the crucial code behind this.

  • Add cookie support - Adds built-in support for cookies (built entirely as a high-level API)

  • Add sessions - To compliment cookies, sessions can be created with a base URL and default options, plus a shared cookie jar.

  • Add PUT, DELETE, and PATCH request support

  • Add Composer support - You can now install Requests via the rmccue/requests package on Composer

[View all changes][https://github.com/rmccue/Requests/compare/v1.5.0...v1.6.0]

1.5.0

Initial release!