From d08e63adfc05333b71b41f2255c2c351b56fb2bf Mon Sep 17 00:00:00 2001 From: Nicholas Cristofaro Date: Wed, 19 Feb 2025 13:06:30 -0300 Subject: [PATCH] dev: Update CHANGELOG --- CHANGELOG.md | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b818396f61..023f33469b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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. @@ -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