Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Releases: TheThingsArchive/gateway-connector-bridge

v2.3.4

26 Sep 09:24
8b4a1ff
Compare
Choose a tag to compare

Compared to v2.3.1, the v2.3.4 release makes the following changes:

  • Add support for v2 gateways with a single antenna
  • Rely less on previous gateway connection state
  • Improved logging
  • Added option to handle some specific (rare) failure scenarios
  • Update Go and Alpine versions

v2.3.1

19 Dec 12:26
2b1cdce
Compare
Choose a tag to compare

Notable changes in version 2.3.1:

  • Invalid traffic (non-LoRaWAN traffic) is now filtered out
  • PHYPayload CRC for LoRa downlinks is now disabled to comply with spec (ncrc=true)
  • Malicious gateways can now be blocked using a blacklist
  • Added middleware to work around bug in The Things Gateway

v2.3.0

19 Dec 12:24
d6672cf
Compare
Choose a tag to compare

Notable changes in version 2.3.0:

  • Replaced bridge status endpoint with Prometheus monitoring
  • Added fine timestamp to Rx metadata

v2.2.2

19 Dec 12:24
db10fd6
Compare
Choose a tag to compare

Version 2.2.2 fixes a deadlock in the UDP bridge

v2.2.1

19 Dec 12:23
ae14192
Compare
Choose a tag to compare

With version 2.2.1 we updated to a newer version of Go

v2.2.0

19 Dec 12:23
bdf5610
Compare
Choose a tag to compare

Version 2.2.0 includes the following changes:

  • Improved watchdog when handling a message blocks for too long
  • Updated handling of GPS locations
  • Support for multi-antenna gateways
  • Fixed rate limiting middleware
  • Added deduplication middleware that filters out duplicate messages (for when gateways end up in some strange receive loop and constantly send the same message)

v2.1.1

11 Apr 12:28
b469de0
Compare
Choose a tag to compare

The v2.1.1 release fixes an increase in goroutines and memory caused by a faulty vendor lib

v2.0.0

18 Jan 14:02
26fdac4
Compare
Choose a tag to compare
Update README