From 3151768d1399c3cdce1b5493c200c5d9e96d2956 Mon Sep 17 00:00:00 2001 From: DavitMamrikishvili Date: Tue, 26 Nov 2024 14:07:07 +0400 Subject: [PATCH] Update release_notes.md --- release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release_notes.md b/release_notes.md index 02bb4c7..292f003 100644 --- a/release_notes.md +++ b/release_notes.md @@ -256,6 +256,7 @@ BugFixes without ticket its value is either `sse` or `json` and will dictate which method will be used to fetch messages. Added GetMessagesByBookByGroupsJson, GetMessagesByPageByGroupsJson commands, they return messages in real time. Now, for example, GetMessagesByBookByGroups will use GetMessagesByBookByGroupsSse or GetMessagesByBookByGroupsJson depending on `request_mode` (default value is `sse`). +2. [TH2-5218] Added `DownloadEventsByBookByScopeGzip` and `GetEventsByBookByScopeJson` commands. ## Improvements 1. [TH2-5228] Session objects are now used to make requests.