Skip to content

Commit 34b71b8

Browse files
authored
Merge pull request #313 from nextcloud/release/4.1.0
Prepare 4.1.0
2 parents 22f5007 + 32829a3 commit 34b71b8

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/phpunit-mariadb.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ jobs:
6868

6969
strategy:
7070
matrix:
71-
php-versions: ${{ fromJson(needs.matrix.outputs.php-version) }}
71+
# Php 8.5 (supported by server's master) is not supported by Psalm 6.12.1
72+
#php-versions: ${{ fromJson(needs.matrix.outputs.php-version) }}
73+
php-versions: ['8.4']
7274
server-versions: ${{ fromJson(needs.matrix.outputs.server-max) }}
7375
mariadb-versions: ['10.6', '11.4']
7476

.github/workflows/phpunit-pgsql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ jobs:
6868

6969
strategy:
7070
matrix:
71-
php-versions: ${{ fromJson(needs.matrix.outputs.php-version) }}
71+
# Php 8.5 (supported by server's master) is not supported by Psalm 6.12.1
72+
#php-versions: ${{ fromJson(needs.matrix.outputs.php-version) }}
73+
php-versions: ['8.4']
7274
server-versions: ${{ fromJson(needs.matrix.outputs.server-max) }}
7375

7476
name: PostgreSQL PHP ${{ matrix.php-versions }} Nextcloud ${{ matrix.server-versions }}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ 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+
## 4.1.0 - 2025-12-23
12+
13+
### Added
14+
- add support for chat memories @marcelklehr [#310](https://github.com/nextcloud/integration_openai/pull/310)
15+
16+
### Fixed
17+
- fix release archive: include Php dependencies, exclude stylelint and vite config files @julien-nc [#312](https://github.com/nextcloud/integration_openai/pull/312)
18+
1119
## 4.0.0 - 2025-12-09
1220

1321
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Negative:
101101
102102
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
103103
]]> </description>
104-
<version>4.0.0</version>
104+
<version>4.1.0</version>
105105
<licence>agpl</licence>
106106
<author>Julien Veyssier</author>
107107
<namespace>OpenAi</namespace>

0 commit comments

Comments
 (0)