Skip to content

Commit 5e539a1

Browse files
committed
chore(release): Version 8.0.0
1 parent 8d971b5 commit 5e539a1

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
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [8.0.0](https://github.com/nikcio/Nikcio.UHeadless/compare/v8.0.0-preview001...v8.0.0) (2025-03-22)
6+
7+
### 💥 Breaking changes.
8+
9+
- Updated Hotchocolate from version 13 to version 15
10+
This changes some behavioral aspects of Hotchocolate. Mainly it now responds with 200 OK in many more cases of a failed request. Also Hotchocolate now uses defaults cost analyzers, but to maintain the best backwards compatibility in the package this has been disabled in the Nikcio.UHeadless package and shouldn't be a concern.
11+
12+
## [8.0.0-preview001](https://github.com/nikcio/Nikcio.UHeadless/compare/v7.0.1...v8.0.0-preview001) (2025-02-12)
13+
14+
15+
### Features
16+
17+
* Fix breaking changes ([516a970](https://github.com/nikcio/Nikcio.UHeadless/commit/516a970f69f6be95e0f70402db9a84de24509525))
18+
* Update HotChocolate to 14.3.0 ([9175f59](https://github.com/nikcio/Nikcio.UHeadless/commit/9175f59c674edfbf934fbe0238747242eafa0836))
19+
20+
21+
### Bug Fixes
22+
23+
* Behavioral change to response codes in HotChocolate ([a933ece](https://github.com/nikcio/Nikcio.UHeadless/commit/a933ecec4a3d72d520e9476eecfde271f54afbe0))
24+
525
## [8.0.0-preview001](https://github.com/nikcio/Nikcio.UHeadless/compare/v7.0.1...v8.0.0-preview001) (2025-02-12)
626

727
### Breaking changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.1.0",
2+
"version": "8.0.0",
33
"devDependencies": {
44
"standard-version": "^9.5.0"
55
},

0 commit comments

Comments
 (0)