From db8c654ebb4638c8eaeec22afb3fff03985c9f36 Mon Sep 17 00:00:00 2001 From: Daniel Griesser Date: Mon, 28 Jun 2021 11:49:30 +0200 Subject: [PATCH] meta: 6.8.0 changelog --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c811f54dea..97b78a6f9b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,24 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 6.8.0 + +- [browser] feat: Enable serialization of multiple DOM attributes for breadcrumbs. (#3755) +- [browser] feat: Make dedupe integration default for browser (#3730) +- [core] fix: Correctly limit Buffer requests (#3736) +- [ember] ref: Allow initing Ember without config entry (#3745) +- [serverless] fix: wrapEventFunction does not await for async code (#3740) + ## 6.7.2 - [core] fix: Do not track sessions if not enabled (#3686) -- [core] fix: Prevent sending terminal status session updates (#3701) +- [core] fix: Prevent sending terminal status session updates (#3701) - [core] ref: Make `beforeSend` more strict (#3713) - [browser] ref: Log which request type has been limited (#3687) - [nextjs] feat: Auto enable node http integration on server (#3675) - [nextjs] fix: Correctly handle functional next config in `withSentryConfig` (#3698) - [nextjs] fix: Fix conflict with other libraries modifying webpack `entry` property (#3703) -- [nextjs] fix: Update @sentry/webpack-plugin to 1.15.1 in @sentry/nextjs to resolve build timeouts issue (#3708) +- [nextjs] fix: Update @sentry/webpack-plugin to 1.15.1 in @sentry/nextjs to resolve build timeouts issue (#3708) - [nextjs] ref: Split up config code and add tests (#3693) ## 6.7.1