Skip to content

Commit d12e065

Browse files
committed
doc: Changelog for 0.4.63
1 parent 3764e62 commit d12e065

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
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

0 commit comments

Comments
 (0)