What's New
- CURL options can now be controlled via GUC variables of the form
http.curlopt_option
, for example:
This allows both interactive changes to CURL options in a user session, and also persistence of options by setting options for a role or a database.SET http.curlopt_proxyport = '12345';
- A new variadic function
http_headers(key text, val text, ...)
allows you to build an array of headers in one function call. - A new examples directory, with one starting example showing S3 request signing.
Full Changelog: v1.6.3...v1.7.0