Skip to content

Commit 7582c57

Browse files
committed
Release 3.5.0
1 parent 4a9cbb4 commit 7582c57

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v3.4.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v3.5.0...HEAD).
6+
7+
<a name="v3.5.0"></a>
8+
## [v3.5.0] - 2025-06-06
9+
### Bug Fixes
10+
- Log error in case UI5 Server uses HTTP/2 with Node 24 ([#723](https://github.com/SAP/ui5-server/issues/723)) [`749303a`](https://github.com/SAP/ui5-server/commit/749303a2340055b54fda0674cddc7c3c891566ee)
11+
612

713
<a name="v3.4.0"></a>
8-
## [v3.4.0] - 2025-01-28
14+
## [v3.4.0] - 2025-01-29
915

1016
<a name="v3.3.0"></a>
1117
## [v3.3.0] - 2024-09-13
@@ -350,6 +356,7 @@ Only Node.js v10 or higher is supported.
350356

351357
<a name="v0.0.1"></a>
352358
## v0.0.1 - 2018-06-06
359+
[v3.5.0]: https://github.com/SAP/ui5-server/compare/v3.4.0...v3.5.0
353360
[v3.4.0]: https://github.com/SAP/ui5-server/compare/v3.3.0...v3.4.0
354361
[v3.3.0]: https://github.com/SAP/ui5-server/compare/v3.2.1...v3.3.0
355362
[v3.2.1]: https://github.com/SAP/ui5-server/compare/v3.2.0...v3.2.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/server",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "UI5 Tooling - Server",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)