Releases: TheThingsNetwork/lorawan-stack-migrate
Releases · TheThingsNetwork/lorawan-stack-migrate
v0.12.0
v0.11.2
Merge pull request #111 from TheThingsNetwork/fix/chirpstack Fix errors and panics in the chirpstack v3 source
v0.11.1
all: Set changelog to v0.11.1
v0.11.0
all: Set changelog to v0.11.0
v0.10.0
all: Set changelog to v0.10.0
v0.10.0-rc0
all: Set changelog to v0.10.0
v0.9.0
[v0.9.0] (2023-10-18)
Added
tts
source to migrate devices between TTS instances.--tts.no-session
and--tts.delete-source-device
flags.- Each source has its own dedicated command.
- End Device Claim Authentication Codes are exported only if
--export-cacs
is set.
Changed
ttnv3
source is namedtts
now.
Deprecated
--source
flag is now deprecated.
Fixed
app-id
flag/variable is no longer needed when callingapplication
command withttnv2
andtts
sources.application
command no longer panics when called with a differentapp-id
argument than set with flag/variable.- Using
--tts.no-session
flag will no longer crash. - End Device Identifiers are now exported from all available servers.
- Wrong flag name
appplication-server-grpc-address
fixed toapplication-server-grpc-address
. --tts.no-session
no longer keeps the end device device address.
v0.9.0-rc6
Merge pull request #84 from TheThingsNetwork/feature/skip-cac Export CACs only on explicit request
v0.9.0-rc5
dev: Return application export error
v0.9.0-rc4
dev: Add dependabot