File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.63
4+
5+ ** Store** :
6+
7+ * Fix a bug where glob-matching in filters did not behave correctly when the to-be-matched string contained newlines.
8+ * Add ` moz-extension: ` as scheme for browser extensions (filtering out Firefox addons).
9+ * Raise a dedicated Python exception type for invalid transaction events. Also do not report that error to Sentry from Relay.
10+
11+ ** Relay** :
12+
13+ * Refactor healthchecks into two: Liveness and readiness (see code comments for explanation for now).
14+ * Allow multiple trailing slashes on store endpoint, e.g. ` /api/42/store/// ` .
15+ * Internal refactor to prepare for envelopes format.
16+
317## 0.4.62
418
5- ** Event schema**
19+ ** Event schema** :
620
721* Spec out values of ` event.contexts.trace.status ` .
822* ` none ` is now no longer a valid environment name.
923* Do no longer drop transaction events in renormalization.
1024
11- ** Store**
25+ ** Store** :
1226
1327* Various performance improvements.
1428
You can’t perform that action at this time.
0 commit comments