Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansmares committed Oct 18, 2023
1 parent b3e7b3d commit a10ff16
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a10ff16

Please sign in to comment.