We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daffdc6 commit c7fffd8Copy full SHA for c7fffd8
CHANGELOG.md
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## [3.1.0 - 2024-08-15]
9
+
10
+**Breaking change**: Task processing API for NC30 AI API. (llm2 and translate2 apps)
11
12
+### Added
13
14
+- Added logging in a separate file of ExApp requests made on behalf of user. #360
15
16
+### Changed
17
18
+- Task processing API was finalized. #359
19
20
+### Fixed
21
22
+- ExAppProxy: Proxy: do not set timeout for requests to ExApps. #357
23
+- Bumped axios dependency from 1.6.2 to 1.7.4 #361
24
25
## [3.0.1 - 2024-08-07]
26
27
### Fixed
0 commit comments