Releases: getsentry/relay
Releases · getsentry/relay
0.5.2
Relay:
- Fix trivial Redis-related crash when running in non-processing mode.
- Limit the maximum retry-after of a rate limit. This is necessary because of
the "Delete and ignore future events" feature in Sentry. - Project caches are now evicted after
project_grace_periodhas passed. If
you have that parameter set to a high number you may see increased memory
consumption.
Store:
- Misc bugfixes in PII processor. Those bugs do not affect the legacy data scrubber exposed in Python.
- Polishing documentation around PII configuration format.
- Signal codes in mach mechanism are no longer required.
0.5.1
Relay:
- Ability to fetch project configuration from Redis as additional caching layer.
- Fix a few bugs in release filters.
- Fix a few bugs in minidumps endpoint with processing enabled.
Python:
- Bump xcode version from 7.3 to 9.4, dropping wheel support for some older OS X versions.
- New function
validate_pii_config.
Store:
- Fix a bug in the PII processor that would always remove the entire string on
patternrules. - Ability to correct some clock drift and wrong system time in transaction events.
0.5.0
0.4.63
Store:
- Fix a bug where glob-matching in filters did not behave correctly when the to-be-matched string contained newlines.
- Add
moz-extension:as scheme for browser extensions (filtering out Firefox addons). - Raise a dedicated Python exception type for invalid transaction events. Also do not report that error to Sentry from Relay.
Relay:
- Refactor healthchecks into two: Liveness and readiness (see code comments for explanation for now).
- Allow multiple trailing slashes on store endpoint, e.g.
/api/42/store///. - Internal refactor to prepare for envelopes format.
0.4.62
0.4.61
0.4.60
0.4.59
0.4.58
- Expose globbing code from Semaphore to Python (#288)
- Normalize before datascrubbing (#290)
- Evict project caches after some time (#287)
- Add event size metrics (#286)
- Selectively log internal errors to stderr (#285)
- Do not ignore
process_valueresult inscrub_event(#284) - Add a config value for thread counts (#283)
- Refactor outcomes for parity with Sentry (#282)
- Add an error boundary to parsing project states (#281)
- Remove warning and add comment for temporary attribute
- Add flag that relay processed an event (#279)