|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
|
6 | 6 |
|
| 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 | + |
7 | 57 | ## 8.0.0-beta.6
|
8 | 58 |
|
9 | 59 | This beta release contains various bugfixes and improvements for the v8 beta cycle.
|
|
0 commit comments