From b23df60bb7648443f1c1eca460ace06e5abb35ae Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:54:22 -0400 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2accffe2..60dabfb4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,11 +4,13 @@ Brewtils Changelog 3.19.0 ------ TBD + - Checks connection status when Plugin is initialized - Added SystemClient(system_namespaces=[]) feature that round robins requests across multiple system_namespaces - Expanded Auto Generation to support Doc String parameter extraction -- Plugins will break if Type Hinting and Parameter Type assignment do not matches +- Plugins will break if Type Hinting and Parameter Type assignment do not match - Expanded Auto Generated parameter Typing from Type Hinting or Doc String to be + - str -> String - int -> Integer - float -> Float