We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76d112 commit d0ca28dCopy full SHA for d0ca28d
META.json
@@ -2,7 +2,7 @@
2
"name": "http",
3
"abstract": "HTTP client for PostgreSQL",
4
"description": "HTTP allows you to get the content of a web page in a SQL function call.",
5
- "version": "1.5.0",
+ "version": "1.6.0",
6
"maintainer": [
7
"Paul Ramsey <[email protected]>"
8
],
@@ -21,9 +21,9 @@
21
},
22
"provides": {
23
"http": {
24
- "file": "http--1.5.sql",
+ "file": "http--1.6.sql",
25
"docfile": "README.md",
26
27
"abstract": "HTTP client for PostgreSQL"
28
}
29
http.c
@@ -28,7 +28,7 @@
***********************************************************************/
30
/* Constants */
31
-#define HTTP_VERSION "1.5.0"
+#define HTTP_VERSION "1.6.0"
32
#define HTTP_ENCODING "gzip"
33
#define CURL_MIN_VERSION 0x071400 /* 7.20.0 */
34
0 commit comments