From ee491320959dcb1059ff464bb4cb0704efff20bc Mon Sep 17 00:00:00 2001 From: Max Rothman Date: Fri, 22 May 2026 14:46:07 -0700 Subject: [PATCH] Bump synapse-api submodule to 2.4.1 (impedance peripheral_id) Picks up the new ImpedanceQuery.peripheral_id field. Clients constructing impedance queries can now set the field in their JSON configs (synapsectl reads it automatically via proto3 JSON parsing). Refreshes synapse/_api_version.py to match the new VERSION (2.4.1). --- synapse-api | 2 +- synapse/_api_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/synapse-api b/synapse-api index 27b6261..785497e 160000 --- a/synapse-api +++ b/synapse-api @@ -1 +1 @@ -Subproject commit 27b6261e253dc0163b62b01fb8b02c2710091958 +Subproject commit 785497ef7b9dac975a992c875b1be49c47d0ad89 diff --git a/synapse/_api_version.py b/synapse/_api_version.py index 5c7f6df..cb64f8d 100644 --- a/synapse/_api_version.py +++ b/synapse/_api_version.py @@ -1,2 +1,2 @@ # Generated from synapse-api/VERSION by setup.py. Do not edit. -SYNAPSE_API_VERSION = "2.4.0" +SYNAPSE_API_VERSION = "2.4.1"