github pramsey/pgsql-http v1.7.0
Version 1.7.0

one month ago

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

Don't miss a new pgsql-http release

NewReleases is sending notifications on new releases.