|
10 | 10 |
|
11 | 11 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott |
12 | 12 |
|
| 13 | +Work in this release was contributed by @trzeciak and @lizhiyao. Thank you for your contributions! |
| 14 | + |
| 15 | +## 8.33.1 |
| 16 | + |
| 17 | +- fix(core): Update trpc middleware types ([#13859](https://github.com/getsentry/sentry-javascript/pull/13859)) |
| 18 | +- fix(fetch): Fix memory leak when handling endless streaming |
| 19 | + ([#13809](https://github.com/getsentry/sentry-javascript/pull/13809)) |
| 20 | + |
| 21 | +Work in this release was contributed by @soapproject. Thank you for your contribution! |
| 22 | + |
| 23 | +## 8.33.0 |
| 24 | + |
| 25 | +### Important Changes |
| 26 | + |
| 27 | +- **feat(nextjs): Support new async APIs (`headers()`, `params`, `searchParams`) |
| 28 | + ([#13828](https://github.com/getsentry/sentry-javascript/pull/13828))** |
| 29 | + |
| 30 | +Adds support for [new dynamic Next.js APIs](https://github.com/vercel/next.js/pull/68812). |
| 31 | + |
| 32 | +- **feat(node): Add `lru-memoizer` instrumentation |
| 33 | + ([#13796](https://github.com/getsentry/sentry-javascript/pull/13796))** |
| 34 | + |
| 35 | +Adds integration for lru-memoizer using @opentelemetry/instrumentation-lru-memoizer. |
| 36 | + |
| 37 | +- **feat(nuxt): Add `unstable_sentryBundlerPluginOptions` to module options |
| 38 | + ([#13811](https://github.com/getsentry/sentry-javascript/pull/13811))** |
| 39 | + |
| 40 | +Allows passing other options from the bundler plugins (vite and rollup) to Nuxt module options. |
| 41 | + |
| 42 | +### Other Changes |
| 43 | + |
| 44 | +- fix(browser): Ensure `wrap()` only returns functions |
| 45 | + ([#13838](https://github.com/getsentry/sentry-javascript/pull/13838)) |
| 46 | +- fix(core): Adapt trpc middleware input attachment |
| 47 | + ([#13831](https://github.com/getsentry/sentry-javascript/pull/13831)) |
| 48 | +- fix(core): Don't return trace data in `getTraceData` and `getTraceMetaTags` if SDK is disabled |
| 49 | + ([#13760](https://github.com/getsentry/sentry-javascript/pull/13760)) |
| 50 | +- fix(nuxt): Don't restrict source map assets upload |
| 51 | + ([#13800](https://github.com/getsentry/sentry-javascript/pull/13800)) |
| 52 | +- fix(nuxt): Use absolute path for client config ([#13798](https://github.com/getsentry/sentry-javascript/pull/13798)) |
| 53 | +- fix(replay): Stop global event handling for paused replays |
| 54 | + ([#13815](https://github.com/getsentry/sentry-javascript/pull/13815)) |
| 55 | +- fix(sveltekit): add url param to source map upload options |
| 56 | + ([#13812](https://github.com/getsentry/sentry-javascript/pull/13812)) |
| 57 | +- fix(types): Add jsdocs to cron types ([#13776](https://github.com/getsentry/sentry-javascript/pull/13776)) |
| 58 | +- fix(nextjs): Loosen @sentry/nextjs webpack peer dependency |
| 59 | + ([#13826](https://github.com/getsentry/sentry-javascript/pull/13826)) |
| 60 | + |
| 61 | +Work in this release was contributed by @joshuajaco. Thank you for your contribution! |
| 62 | + |
13 | 63 | ## 8.32.0 |
14 | 64 |
|
15 | 65 | ### Important Changes |
@@ -1110,12 +1160,12 @@ with full support for ESM-based node apps using **Node.js 18.19.0 or higher**. |
1110 | 1160 | [**ES2018+**](https://caniuse.com/?feats=mdn-javascript_builtins_regexp_dotall,js-regexp-lookbehind,mdn-javascript_builtins_regexp_named_capture_groups,mdn-javascript_builtins_regexp_property_escapes,mdn-javascript_builtins_symbol_asynciterator,mdn-javascript_functions_method_definitions_async_generator_methods,mdn-javascript_grammar_template_literals_template_literal_revision,mdn-javascript_operators_destructuring_rest_in_objects,mdn-javascript_operators_destructuring_rest_in_arrays,promise-finally) |
1111 | 1161 | compatible browsers. New minimum browser versions: |
1112 | 1162 |
|
1113 | | -- Chrome 63 |
| 1163 | +- Chrome 71 |
1114 | 1164 | - Edge 79 |
1115 | | -- Safari/iOS Safari 12 |
1116 | | -- Firefox 58 |
1117 | | -- Opera 50 |
1118 | | -- Samsung Internet 8.2 |
| 1165 | +- Safari 12.1, iOS Safari 12.2 |
| 1166 | +- Firefox 65 |
| 1167 | +- Opera 58 |
| 1168 | +- Samsung Internet 10 |
1119 | 1169 |
|
1120 | 1170 | For more details, please see the |
1121 | 1171 | [version support section in our migration guide](./MIGRATION.md#1-version-support-changes). |
|
0 commit comments