Skip to content

Commit

Permalink
Update MQTT vendor. Update changelog + bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Jun 28, 2017
1 parent ac91023 commit 45f6861
Show file tree
Hide file tree
Showing 13 changed files with 581 additions and 40 deletions.
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ googleAnalytics = "UA-3512995-9"
weight = 4

[params]
version = "2.1.4"
version = "2.1.5"
3 changes: 2 additions & 1 deletion docs/content/install/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ GLOBAL OPTIONS:
--mqtt-server value mqtt server (e.g. scheme://host:port where scheme is tcp, ssl or ws) (default: "tcp://127.0.0.1:1883") [$MQTT_SERVER]
--mqtt-username value mqtt server username (optional) [$MQTT_USERNAME]
--mqtt-password value mqtt server password (optional) [$MQTT_PASSWORD]
--mqtt-ca-cert value mqtt CA certificate file (optional) [$MQTT_CA_CERT]
--skip-crc-check skip the CRC status-check of received packets [$SKIP_CRC_CHECK]
--log-level value debug=5, info=4, warning=3, error=2, fatal=1, panic=0 (default: 4) [$LOG_LEVEL]
--help, -h show help
--version, -v print the version
```

Both cli arguments and environment-variables can be used to pass configuration
options.
options.
17 changes: 16 additions & 1 deletion docs/content/overview/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ menu:

## Changelog

### 2.1.5

**Improvements:**

* `--gw-mqtt-ca-cert` / `GW_MQTT_CA_CERT` configuration flag was added to
specify an optional CA certificate
(thanks [@minggi](https://github.com/minggi)).

**Bugfixes:**

* MQTT client library update which fixes an issue where during a failed
re-connect the protocol version would be downgraded
([paho.mqtt.golang#116](https://github.com/eclipse/paho.mqtt.golang/issues/116)).


### 2.1.4

* Retry connecting to MQTT broker on startup (thanks @jcampanell-cablelabs).
Expand Down Expand Up @@ -70,4 +85,4 @@ menu:

### 1.0.0

Initial release.
Initial release.
5 changes: 3 additions & 2 deletions vendor/github.com/eclipse/paho.mqtt.golang/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 5 additions & 8 deletions vendor/github.com/eclipse/paho.mqtt.golang/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 32 additions & 13 deletions vendor/github.com/eclipse/paho.mqtt.golang/messageids.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 41 additions & 8 deletions vendor/github.com/eclipse/paho.mqtt.golang/net.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/github.com/eclipse/paho.mqtt.golang/packets/connect.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions vendor/golang.org/x/net/proxy/direct.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 45f6861

Please sign in to comment.