- Added new paramter to Commands to signal if non defined kwargs can be passed - Added Event Type REQUEST_DELETED
3.20.2
------ 11/9/2023
- Fixed SystemClient Latest lookup where "0.0.dev" is parsed to "0.0.0.dev0" but didn't mantain the original version to map back to latest system
3.20.1
------ 11/2/2023
- Fixed an issue where topics could repeat when using topic in subscribe
3.20.0
------ 11/1/2023
- Expanded Auto Generation to support Literal Type Hinting, if python version >= 3.8 - Fixed self reference bug in SystemClient - Add PublishClient for broadcasting requests to Topics - Add subscribe annotation for commands to listen to topics
3.19.0
------ 10/20/2023
- 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 match - Expanded Auto Generated parameter Typing from Type Hinting or Doc String to be: