From 779d1d6d96c59ce23290da6a9d1fdcc584d27cf8 Mon Sep 17 00:00:00 2001 From: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:22:32 +0300 Subject: [PATCH] updated CHANGELOG.md for 3.1.0 version Signed-off-by: Alexander Piskun --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d70505..d2a45ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.1.0 - 2024-08-15] + +**Breaking change**: Task processing API for NC30 AI API. (llm2 and translate2 apps) + +### Added + +- Added logging in a separate file of ExApp requests made on behalf of user. #360 + +### Changed + +- Task processing API was finalized. #359 + +### Fixed + +- ExAppProxy: Proxy: do not set timeout for requests to ExApps. #357 + ## [3.0.1 - 2024-08-07] ### Fixed