From 2097d138b33c63a695657353c1dbbdb4b3609fbe Mon Sep 17 00:00:00 2001 From: Imre Halasz Date: Fri, 30 Aug 2024 15:43:27 +0200 Subject: [PATCH] dev: Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b89019141..7214f9977e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ For details about compatibility between different releases, see the **Commitment - Support for The Things Industries gateway protocol. This is adds a new pair of ports to Gateway Server: `1889` for Envoy or Traefik terminated TLS mutual authentication, and `8889` for The Things Stack terminated TLS mutual authentication. - Option to filter the output of the `List` RPCs for end devices and gateways based on when they were updated. - `ListGatewaysRequest` and `ListEndDevicesRequest` RPCs have a new `Filter` field that supports an `updated_since` timestamp. +- Option to filter out non-gateway related frequency plans. + - `ListFrequencyPlans` RPC has a new `gateways-only` flag. ### Changed