Skip to content

Commit 70c44a8

Browse files
author
Aschen
committed
Release 7.7.5
1 parent 1fb22d4 commit 70c44a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/7/protocols/http/constructor/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Http protocol connection options.
3030
| Property | Type<br/>(default) | Description |
3131
|-----------------|----------------------------------|----------------------------------------------------------------------------------------|
3232
| `customRoutes` | <pre>object</pre><br/>(`{}`) | Add custom routes <SinceBadge version="6.2.0"/> |
33-
| `headers` | <pre>object</pre><br/>(`{}`) | Default headers sent with each HTTP request <SinceBadge version="auto-version"/> |
33+
| `headers` | <pre>object</pre><br/>(`{}`) | Default headers sent with each HTTP request <SinceBadge version="7.7.5"/> |
3434
| `port` | <pre>number</pre><br/>(`7512`) | Kuzzle server port |
3535
| `sslConnection` | <pre>boolean</pre><br/>(`false`) | Use SSL to connect to Kuzzle server <DeprecatedBadge version="7.4.0"/> |
3636
| `ssl` | <pre>boolean</pre><br/>(`false`) | Use SSL to connect to Kuzzle server. Defaults to `true` for ports 443 and 7443. |

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kuzzle-sdk",
3-
"version": "7.7.4",
3+
"version": "7.7.5",
44
"description": "Official Javascript SDK for Kuzzle",
55
"author": "The Kuzzle Team <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)