From a10ff16de6814dd0a9ea8b6ae370664d36b71165 Mon Sep 17 00:00:00 2001 From: Adrian-Stefan Mares Date: Wed, 18 Oct 2023 10:35:40 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f3d38a..1e43f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,39 +8,41 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added -- Each source has its own dedicated command. -- End Device Claim Authentication Codes are exported only if `--export-cacs` is set. - ### Changed -- `ttnv3` source is named `tts` now. - ### Deprecated -- `--source` flag is now deprecated. - ### Removed ### Fixed -- Wrong flag name `appplication-server-grpc-address` fixed to `application-server-grpc-address`. -- `--ttnv3.no-session` no longer keeps the end device device address. - ### Security -## [v0.9.0] +## [v0.9.0] (2023-10-18) ### Added -- `ttnv3` source to migrate devices between TTS instances. -- `--ttnv3.no-session` and `--ttnv3.delete-source-device` flags. +- `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 named `tts` now. + +### Deprecated + +- `--source` flag is now deprecated. ### Fixed -- `app-id` flag/variable is no longer needed when calling `application` command with `ttnv2` and `ttnv3` sources. +- `app-id` flag/variable is no longer needed when calling `application` command with `ttnv2` and `tts` sources. - `application` command no longer panics when called with a different `app-id` argument than set with flag/variable. -- Using `--ttnv3.no-session` flag will no longer crash. +- 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 to `application-server-grpc-address`. +- `--tts.no-session` no longer keeps the end device device address. ## [v0.8.1] (2021-10-12)