From cef76129d43bfdafbd14105a022136034838ef18 Mon Sep 17 00:00:00 2001 From: 1maple1 <160027655+1maple1@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:02:37 +0000 Subject: [PATCH] Changelog --- CHANGELOG.rst | 6 ++++++ brewtils/request_handling.py | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f5bff0fa..f1bc212f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Brewtils Changelog ================== +3.25.1 +------ +TBD + +- Add support for cross-server parent/child requests + 3.25.0 ------ 4/5/2024 diff --git a/brewtils/request_handling.py b/brewtils/request_handling.py index 8145a7f8..7ac5445f 100644 --- a/brewtils/request_handling.py +++ b/brewtils/request_handling.py @@ -258,8 +258,7 @@ def process_message(self, target, request, headers): try: # Set request context so this request will be the parent of any # generated requests and update status We also need the host/port of - # the current plugin. We currently don't support parent/child - # requests across different servers. + # the current plugin. brewtils.plugin.request_context.current_request = request output = self._invoke_command(target, request, headers)