Skip to content

Commit 45b26a6

Browse files
authored
Merge pull request #202 from nextcloud/release/3.5.0
Prepare 3.5.0
2 parents e346650 + f0432c1 commit 45b26a6

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](http://keepachangelog.com/)
99
and this project adheres to [Semantic Versioning](http://semver.org/).
1010

11+
## 3.5.0 – 2025-03-11
12+
13+
### Added
14+
15+
- Add support for together ai @kyteinsky [#197](https://github.com/nextcloud/integration_openai/pull/197)
16+
17+
### Changed
18+
19+
- Enable use_max_completion_tokens_param by default for OpenAI, disable by default for non-OpenAI @julien-nc [#184](https://github.com/nextcloud/integration_openai/pull/184)
20+
- Add admin setting to toggle authentication in the image retrieval request @julien-nc [#186](https://github.com/nextcloud/integration_openai/pull/186)
21+
- Add a warning in the admin settings if the assistant app is not installed @julien-nc [#185](https://github.com/nextcloud/integration_openai/pull/185)
22+
- Raise the default image size for compatibility @Rello [#193](https://github.com/nextcloud/integration_openai/pull/193)
23+
- Bump max NC version to 32
24+
25+
### Fixed
26+
27+
- Prevent browser autocomplete for API key inputs and credentials @julien-nc [#187](https://github.com/nextcloud/integration_openai/pull/187)
28+
- Do not attempt to update local quota if chat/completion response does not have usage.total_tokens set @julien-nc [#189](https://github.com/nextcloud/integration_openai/pull/189)
29+
- Prevent error log flood when not configured @kyteinsky [#199](https://github.com/nextcloud/integration_openai/pull/199)
30+
1131
## 3.4.0 – 2025-01-22
1232

1333
### Changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Negative:
9494
9595
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
9696
]]> </description>
97-
<version>3.4.0</version>
97+
<version>3.5.0</version>
9898
<licence>agpl</licence>
9999
<author>Julien Veyssier</author>
100100
<namespace>OpenAi</namespace>

0 commit comments

Comments
 (0)