Skip to content

Commit ffe3a6c

Browse files
committed
Update changelog. Bump version.
1 parent 1e8be14 commit ffe3a6c

File tree

12 files changed

+18
-11
lines changed

12 files changed

+18
-11
lines changed

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ pygmentsUseClasses = true
5454
weight = 7
5555

5656
[params]
57-
version = "3.0.0-test.3"
57+
version = "3.0.0-test.4"
5858

docs/content/overview/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ additional object must be given with the additional timing information.
3232
Refer to [Commands](https://www.loraserver.io/lora-gateway-bridge/payloads/commands/)
3333
for more details.
3434

35+
#### Azure IoT Hub integration
36+
37+
LoRa Gateway Bridge now has support to connect the [Azure IoT Hub](https://azure.microsoft.com/en-us/services/iot-hub/)
38+
MQTT interface. Like with the Google Cloud Platform IoT Core integration this
39+
makes it easier to scale up and manage gateway credentials using the IoT Hub
40+
console (or API).
41+
3542
#### Fake RX time
3643

3744
In case the gateway does not have a GPS module, the RX time would would be

packaging/vendor/kerlink/ibts/files/lora-gateway-bridge.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ marshaler="protobuf"
248248
#
249249
# This setting will preset uplink and downlink topics that will only
250250
# work with Azure IoT Hub service.
251-
[integation.mqtt.auth.azure_iot_hub]
251+
[integration.mqtt.auth.azure_iot_hub]
252252

253253
# Device connection string.
254254
#

packaging/vendor/kerlink/ibts/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/env bash
22

33
PACKAGE_NAME="lora-gateway-bridge"
4-
PACKAGE_VERSION="3.0.0-test.3"
4+
PACKAGE_VERSION="3.0.0-test.4"
55
REV="r1"
66

77

packaging/vendor/kerlink/ifemtocell/files/lora-gateway-bridge.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ marshaler="protobuf"
248248
#
249249
# This setting will preset uplink and downlink topics that will only
250250
# work with Azure IoT Hub service.
251-
[integation.mqtt.auth.azure_iot_hub]
251+
[integration.mqtt.auth.azure_iot_hub]
252252

253253
# Device connection string.
254254
#

packaging/vendor/kerlink/ifemtocell/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/env bash
22

33
PACKAGE_NAME="lora-gateway-bridge"
4-
PACKAGE_VERSION="3.0.0-test.3"
4+
PACKAGE_VERSION="3.0.0-test.4"
55
REV="r1"
66

77

packaging/vendor/multitech/conduit/files/lora-gateway-bridge.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ marshaler="protobuf"
248248
#
249249
# This setting will preset uplink and downlink topics that will only
250250
# work with Azure IoT Hub service.
251-
[integation.mqtt.auth.azure_iot_hub]
251+
[integration.mqtt.auth.azure_iot_hub]
252252

253253
# Device connection string.
254254
#

packaging/vendor/multitech/conduit/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/env bash
22

33
PACKAGE_NAME="lora-gateway-bridge"
4-
PACKAGE_VERSION="3.0.0-test.3"
4+
PACKAGE_VERSION="3.0.0-test.4"
55
REV="r1"
66

77

packaging/vendor/tektelic/kona-macro/files/lora-gateway-bridge.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ marshaler="protobuf"
248248
#
249249
# This setting will preset uplink and downlink topics that will only
250250
# work with Azure IoT Hub service.
251-
[integation.mqtt.auth.azure_iot_hub]
251+
[integration.mqtt.auth.azure_iot_hub]
252252

253253
# Device connection string.
254254
#

packaging/vendor/tektelic/kona-macro/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/env bash
22

33
PACKAGE_NAME="lora-gateway-bridge"
4-
PACKAGE_VERSION="3.0.0-test.3"
4+
PACKAGE_VERSION="3.0.0-test.4"
55
REV="r1"
66

77

packaging/vendor/tektelic/kona-micro/files/lora-gateway-bridge.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ marshaler="protobuf"
248248
#
249249
# This setting will preset uplink and downlink topics that will only
250250
# work with Azure IoT Hub service.
251-
[integation.mqtt.auth.azure_iot_hub]
251+
[integration.mqtt.auth.azure_iot_hub]
252252

253253
# Device connection string.
254254
#

packaging/vendor/tektelic/kona-micro/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/env bash
22

33
PACKAGE_NAME="lora-gateway-bridge"
4-
PACKAGE_VERSION="3.0.0-test.3"
4+
PACKAGE_VERSION="3.0.0-test.4"
55
REV="r1"
66

77

0 commit comments

Comments
 (0)