Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta: Update CHANGELOG for 8.27.0 #13474

Merged
merged 9 commits into from
Aug 27, 2024
Merged

meta: Update CHANGELOG for 8.27.0 #13474

merged 9 commits into from
Aug 27, 2024

Conversation

nicohrubec
Copy link
Contributor

No description provided.

AbhiPrasad and others added 8 commits August 26, 2024 07:45
If the domain is not in `Allowed Domains` in the Sentry project
settings, it would cause a 403 error. The default setting is `*` so this
only occurs when the user changes these settings.

Fixes #9856
Oops, we stopped publishing this, just noticed this while working on my
hackweek project... 😬
Ensure it only changes if actual dependencies change.

Previously, we would invalidate the dependency cache every time a
package.json of the workspace changed in any way. This is defensive, but
it also means that we also invalidate if one of these things happen:

1. A script or similar is added/edited for workspace package
2. A release is made, bumping internal dependency versions

This change updates this to calculate the hash with a slightly more
sophisticated approach, which should hopefully ensure we only actually
bust the cache when a dependency _actually_ changes. This should lead to
the dependency cache being re-used much more, because only rarely is an
actual dependency changed.

---------

Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
Noticed this here:
https://github.com/getsentry/sentry-javascript/actions/runs/10417249817,
when merging a markdown-only PR into develop, CI will not fully run
there.
@nicohrubec nicohrubec changed the base branch from develop to master August 27, 2024 11:30
@nicohrubec nicohrubec marked this pull request as ready for review August 27, 2024 11:32
@nicohrubec nicohrubec requested a review from a team as a code owner August 27, 2024 11:32
Copy link
Contributor

size-limit report 📦

Path Size % Change Change
@sentry/browser 22.5 KB added added
@sentry/browser (incl. Tracing) 34.85 KB added added
@sentry/browser (incl. Tracing, Replay) 71.19 KB added added
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 64.45 KB added added
@sentry/browser (incl. Tracing, Replay with Canvas) 75.53 KB added added
@sentry/browser (incl. Tracing, Replay, Feedback) 88.26 KB added added
@sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.11 KB added added
@sentry/browser (incl. metrics) 26.81 KB added added
@sentry/browser (incl. Feedback) 39.57 KB added added
@sentry/browser (incl. sendFeedback) 27.17 KB added added
@sentry/browser (incl. FeedbackAsync) 31.88 KB added added
@sentry/react 25.26 KB added added
@sentry/react (incl. Tracing) 37.83 KB added added
@sentry/vue 26.65 KB added added
@sentry/vue (incl. Tracing) 36.67 KB added added
@sentry/svelte 22.64 KB added added
CDN Bundle 23.75 KB added added
CDN Bundle (incl. Tracing) 36.51 KB added added
CDN Bundle (incl. Tracing, Replay) 70.83 KB added added
CDN Bundle (incl. Tracing, Replay, Feedback) 76.14 KB added added
CDN Bundle - uncompressed 69.64 KB added added
CDN Bundle (incl. Tracing) - uncompressed 108.3 KB added added
CDN Bundle (incl. Tracing, Replay) - uncompressed 219.55 KB added added
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 232.74 KB added added
@sentry/nextjs (client) 37.59 KB added added
@sentry/sveltekit (client) 35.45 KB added added
@sentry/node 115.71 KB added added
@sentry/node - without tracing 90.1 KB added added
@sentry/aws-serverless 99.51 KB added added

@nicohrubec nicohrubec merged commit 706ebd3 into master Aug 27, 2024
125 checks passed
@nicohrubec nicohrubec deleted the prepare-release/8.27.0 branch August 27, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants