Skip to content

Commit 4efa076

Browse files
committed
chore: Prepare release v2.5.1
1 parent ec08fd5 commit 4efa076

3 files changed

Lines changed: 20 additions & 11 deletions

File tree

_changelog/2.5.1.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# v2.5.1
2+
3+
### What's New
4+
5+
- Updated the GWDG-hosted open-weight model catalog to match the current upstream lineup. **Added:** DeepSeek V4 Flash and Mistral Medium 3.5 128B. **Removed** (no longer served by GWDG): DeepSeek R1 Distill Llama 70B, InternVL 3.5 30B A3B, MedGemma 27B Instruct, Mistral Large 3 675B Instruct 2512, Qwen 3 Coder 30B A3B Instruct, and Teuken 7B Instruct Research. Administrators who pinned any of the removed models via `DEFAULT_MODEL`, `DEFAULT_FILEUPLOAD_MODEL`, or `MODELS_GWDG_*` env vars should update their configuration to use a current model ID.
6+
- Use the latest major release of the hawki file converter. The exact version is still available in the hawki file converters root response.
7+
8+
### Internals
9+
10+
- Upgraded `logiscape/mcp-sdk-php` to v2.0 (major version bump). `HawkiMcpClient::callTool()` return type extended to `CallToolResult|CreateTaskResult` to match the new SDK API.
11+
- `pdfjs-dist` upgraded to v6 (major version), `docx-preview` to ^0.4, and `katex` to ^0.18 on the frontend.
12+
- Added `mockery/mockery ^1.6` as a dev dependency for richer mock-based testing.
13+
- `UserFactory` refactored to align with the current `User` model schema: removed `email_verified_at`, `password`, and `remember_token`; added `username`, `employeetype`, `publicKey`, `avatar_id`, `bio`, and `isRemoved`.
14+
- `ConfigSyncMigrationTrait` now suppresses console output when running under PHPUnit to keep test output clean.
15+
- Removed a `@phpstan-ignore-next-line` suppression from `AppServiceProvider`, improving PHPStan compliance.
16+
- General PHP dependency updates: `laravel/framework` ^13.23, `laravel-json-api/laravel` ^5.3, `laravel/reverb` ^1.11, `phpunit/phpunit` ^11.5, `phpstan/phpstan` ^2.2, `larastan/larastan` ^3.10, and various other packages brought to their latest compatible versions.
17+
- General frontend dependency updates: `vite` ^8.2, `shadcn-svelte` ^1.4, `laravel-echo` ^2.4, `markstream-svelte` ^0.0.3, and related tooling.

_changelog/next.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
### What's New
44

5-
- Updated the GWDG-hosted open-weight model catalog to match the current upstream lineup. **Added:** DeepSeek V4 Flash and Mistral Medium 3.5 128B. **Removed** (no longer served by GWDG): DeepSeek R1 Distill Llama 70B, InternVL 3.5 30B A3B, MedGemma 27B Instruct, Mistral Large 3 675B Instruct 2512, Qwen 3 Coder 30B A3B Instruct, and Teuken 7B Instruct Research. Administrators who pinned any of the removed models via `DEFAULT_MODEL`, `DEFAULT_FILEUPLOAD_MODEL`, or `MODELS_GWDG_*` env vars should update their configuration to use a current model ID.
6-
- Use the latest major release of the hawki file converter. The exact version is still available in the hawki file converters root response.
5+
[//]: # (- The main new features and changes in this version.)
76

87
### Quality of Life
98

@@ -15,14 +14,7 @@
1514

1615
### Internals
1716

18-
- Upgraded `logiscape/mcp-sdk-php` to v2.0 (major version bump). `HawkiMcpClient::callTool()` return type extended to `CallToolResult|CreateTaskResult` to match the new SDK API.
19-
- `pdfjs-dist` upgraded to v6 (major version), `docx-preview` to ^0.4, and `katex` to ^0.18 on the frontend.
20-
- Added `mockery/mockery ^1.6` as a dev dependency for richer mock-based testing.
21-
- `UserFactory` refactored to align with the current `User` model schema: removed `email_verified_at`, `password`, and `remember_token`; added `username`, `employeetype`, `publicKey`, `avatar_id`, `bio`, and `isRemoved`.
22-
- `ConfigSyncMigrationTrait` now suppresses console output when running under PHPUnit to keep test output clean.
23-
- Removed a `@phpstan-ignore-next-line` suppression from `AppServiceProvider`, improving PHPStan compliance.
24-
- General PHP dependency updates: `laravel/framework` ^13.23, `laravel-json-api/laravel` ^5.3, `laravel/reverb` ^1.11, `phpunit/phpunit` ^11.5, `phpstan/phpstan` ^2.2, `larastan/larastan` ^3.10, and various other packages brought to their latest compatible versions.
25-
- General frontend dependency updates: `vite` ^8.2, `shadcn-svelte` ^1.4, `laravel-echo` ^2.4, `markstream-svelte` ^0.0.3, and related tooling.
17+
[//]: # (- Changes that are mostly relevant to maintainers and contributors, such as refactors, dependency updates, CI changes, etc.)
2618

2719
### Deprecation
2820

config/hawki_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.5.0",
2+
"version": "2.5.1",
33
"released_at": "2026-03-13T00:01:28.197Z"
44
}

0 commit comments

Comments
 (0)