From 7345326b755f59ded3a628220c4f567cb979bf5f Mon Sep 17 00:00:00 2001 From: Dmitri Gavrilov Date: Wed, 21 Jan 2026 18:42:17 -0500 Subject: [PATCH] DOC: release notes v0.0.14 --- docs/source/release-history.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/source/release-history.rst b/docs/source/release-history.rst index 20b6cdc..4d1aaad 100644 --- a/docs/source/release-history.rst +++ b/docs/source/release-history.rst @@ -2,6 +2,24 @@ Release History =============== + +v0.0.14 (2026-01-21) +==================== + +Added +----- + +- New `/console_output/ws` socket for streaming console output messages. + +- New `/info/ws` socket for streaming RE Manager system info messages. + +- New `/status/ws` socket for streaming RE Manager status messages. + +- Support for `size` and `item_uid` parameters of `/history/clear` API. + +- Support for secured access for websockets (authentication using API keys). + + v0.0.13 (2025-05-18) ====================