Skip to content

Commit ab11f96

Browse files
author
Luca Forstner
committed
meta(changelog): Update changelog for 8.0.0-rc.1
1 parent 8ccc033 commit ab11f96

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,56 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
## 8.0.0-rc.1
8+
9+
This release contains no changes and was done for technical purposes. This version is considered stable.
10+
11+
For the sake of completeness this changelog entry includes the changes from the previous release candidate:
12+
13+
We recommend to read the detailed [migration guide](https://docs.sentry.io/platforms/javascript/migration/v7-to-v8/) in
14+
the docs.
15+
16+
### Important Changes
17+
18+
- **feat(node): Support hapi v21 & fix E2E test (#11906)**
19+
20+
We now support hapi v21 and added tests for it.
21+
22+
- **feat(node): Warn if ESM mode is detected (#11914)**
23+
24+
When running Sentry in ESM mode, we will now warn you that this is not supported as of now. We are working on ensuring
25+
support with ESM builds.
26+
27+
### Other Changes
28+
29+
- feat(feedback): Iterate on css for better scrolling & resizing when browser is small (#11893)
30+
- fix(node): Ensure prisma integration creates valid DB spans (#11908)
31+
- fix(node): Include loader hook files in package.json (#11911)
32+
33+
## 8.0.0-rc.0
34+
35+
This is the first release candidate of Sentry JavaScript SDK v8.
36+
37+
We recommend to read the detailed [migration guide](https://docs.sentry.io/platforms/javascript/migration/v7-to-v8/) in
38+
the docs.
39+
40+
### Important Changes
41+
42+
- **feat(node): Support hapi v21 & fix E2E test (#11906)**
43+
44+
We now support hapi v21 and added tests for it.
45+
46+
- **feat(node): Warn if ESM mode is detected (#11914)**
47+
48+
When running Sentry in ESM mode, we will now warn you that this is not supported as of now. We are working on ensuring
49+
support with ESM builds.
50+
51+
### Other Changes
52+
53+
- feat(feedback): Iterate on css for better scrolling & resizing when browser is small (#11893)
54+
- fix(node): Ensure prisma integration creates valid DB spans (#11908)
55+
- fix(node): Include loader hook files in package.json (#11911)
56+
757
## 8.0.0-beta.6
858

959
This beta release contains various bugfixes and improvements for the v8 beta cycle.

0 commit comments

Comments
 (0)