Skip to content

Commit

Permalink
dev: Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspcr committed Feb 19, 2025
1 parent 3e16fe8 commit 8c7825d
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,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 +57,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 8c7825d

Please sign in to comment.