Skip to content

Commit

Permalink
Merge pull request #7516 from TheThingsNetwork/fix/changelog
Browse files Browse the repository at this point in the history
Update CHANGELOG
  • Loading branch information
nicholaspcr authored Feb 19, 2025
2 parents 3e16fe8 + d08e63a commit c31be90
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ For details about compatibility between different releases, see the **Commitment

### Added

- Add recvTime field to the decodeUplink input in payload formatters
- Add the latest battery percentage of the end device in the `ApplicationUplink` message.
- Add live data split view tutorial to the Console.
- Add end device attributes to ApplicationUp messages.
- Add the locations, version_ids, network_ids fields to the following ApplicationUp messages:
- ApplicationJoinAccept
Expand All @@ -22,9 +19,14 @@ For details about compatibility between different releases, see the **Commitment
- ApplicationInvalidatedDownlinks
- ApplicationServiceData
- Add Timeout and Cache fields in the EndDeviceMetadataStorageConfig of the AS.
- Support for using a TLS client certificate obtained via ACME for The Things Gateway Controller.

### Changed

- Set default page limit to `100` on AS and NS List RPCs
- All the List RPCs will use this value if the page limit is not provided in the request.
- The default limit is configurable via `as.pagination.default-limit` for AS and `ns.pagination.default-limit` for NS.

### Deprecated

- Deprecate the Location field (and its subfields) in the EndDeviceMetadataStorageConfig of AS.
Expand Down Expand Up @@ -52,26 +54,6 @@ For details about compatibility between different releases, see the **Commitment
- `LinkADRAns` MAC command verification when the end device does not support ADR.
- Being able to remove all attributes in general settings.

## [3.34.0] - unreleased

### Added

- Support for using a TLS client certificate obtained via ACME for The Things Gateway Controller.

### Changed

- Set default page limit to `100` on AS and NS List RPCs
- All the List RPCs will use this value if the page limit is not provided in the request.
- The default limit is configurable via `as.pagination.default-limit` for AS and `ns.pagination.default-limit` for NS.

### Deprecated

### Removed

### Fixed

### Security

## [3.33.0] - 2024-12-18

### Added
Expand Down

0 comments on commit c31be90

Please sign in to comment.