Skip to content

Commit

Permalink
Update changelog. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed May 17, 2019
1 parent 1e8be14 commit ffe3a6c
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ pygmentsUseClasses = true
weight = 7

[params]
version = "3.0.0-test.3"
version = "3.0.0-test.4"

7 changes: 7 additions & 0 deletions docs/content/overview/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ additional object must be given with the additional timing information.
Refer to [Commands](https://www.loraserver.io/lora-gateway-bridge/payloads/commands/)
for more details.

#### Azure IoT Hub integration

LoRa Gateway Bridge now has support to connect the [Azure IoT Hub](https://azure.microsoft.com/en-us/services/iot-hub/)
MQTT interface. Like with the Google Cloud Platform IoT Core integration this
makes it easier to scale up and manage gateway credentials using the IoT Hub
console (or API).

#### Fake RX time

In case the gateway does not have a GPS module, the RX time would would be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ marshaler="protobuf"
#
# This setting will preset uplink and downlink topics that will only
# work with Azure IoT Hub service.
[integation.mqtt.auth.azure_iot_hub]
[integration.mqtt.auth.azure_iot_hub]

# Device connection string.
#
Expand Down
2 changes: 1 addition & 1 deletion packaging/vendor/kerlink/ibts/package.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/env bash

PACKAGE_NAME="lora-gateway-bridge"
PACKAGE_VERSION="3.0.0-test.3"
PACKAGE_VERSION="3.0.0-test.4"
REV="r1"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ marshaler="protobuf"
#
# This setting will preset uplink and downlink topics that will only
# work with Azure IoT Hub service.
[integation.mqtt.auth.azure_iot_hub]
[integration.mqtt.auth.azure_iot_hub]

# Device connection string.
#
Expand Down
2 changes: 1 addition & 1 deletion packaging/vendor/kerlink/ifemtocell/package.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/env bash

PACKAGE_NAME="lora-gateway-bridge"
PACKAGE_VERSION="3.0.0-test.3"
PACKAGE_VERSION="3.0.0-test.4"
REV="r1"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ marshaler="protobuf"
#
# This setting will preset uplink and downlink topics that will only
# work with Azure IoT Hub service.
[integation.mqtt.auth.azure_iot_hub]
[integration.mqtt.auth.azure_iot_hub]

# Device connection string.
#
Expand Down
2 changes: 1 addition & 1 deletion packaging/vendor/multitech/conduit/package.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/env bash

PACKAGE_NAME="lora-gateway-bridge"
PACKAGE_VERSION="3.0.0-test.3"
PACKAGE_VERSION="3.0.0-test.4"
REV="r1"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ marshaler="protobuf"
#
# This setting will preset uplink and downlink topics that will only
# work with Azure IoT Hub service.
[integation.mqtt.auth.azure_iot_hub]
[integration.mqtt.auth.azure_iot_hub]

# Device connection string.
#
Expand Down
2 changes: 1 addition & 1 deletion packaging/vendor/tektelic/kona-macro/package.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/env bash

PACKAGE_NAME="lora-gateway-bridge"
PACKAGE_VERSION="3.0.0-test.3"
PACKAGE_VERSION="3.0.0-test.4"
REV="r1"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ marshaler="protobuf"
#
# This setting will preset uplink and downlink topics that will only
# work with Azure IoT Hub service.
[integation.mqtt.auth.azure_iot_hub]
[integration.mqtt.auth.azure_iot_hub]

# Device connection string.
#
Expand Down
2 changes: 1 addition & 1 deletion packaging/vendor/tektelic/kona-micro/package.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/env bash

PACKAGE_NAME="lora-gateway-bridge"
PACKAGE_VERSION="3.0.0-test.3"
PACKAGE_VERSION="3.0.0-test.4"
REV="r1"


Expand Down

0 comments on commit ffe3a6c

Please sign in to comment.