Skip to content

Version 1.7.0

Latest
Compare
Choose a tag to compare
@pramsey pramsey released this 24 Jul 20:42
· 1 commit to master since this release

What's New

  • CURL options can now be controlled via GUC variables of the form http.curlopt_option, for example:
    SET http.curlopt_proxyport = '12345';
    
    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.
  • 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