Skip to content

Commit 3ea6191

Browse files
authored
Update CHANGELOG.md for 5.27.0 (#2695)
1 parent b8bf855 commit 3ea6191

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 5.27.0
22

33
### Feature
44

@@ -70,11 +70,28 @@
7070
config.rails.structured_logging.subscribers[:my_component] = MyCustomSubscriber
7171
end
7272
```
73+
- Introduce `structured_logging` config namespace ([#2692](https://github.com/getsentry/sentry-ruby/pull/2692))
74+
75+
### Bug Fixes
76+
77+
- Silence `_perform` method redefinition warning ([#2682](https://github.com/getsentry/sentry-ruby/pull/2682))
78+
- Update sentry trace regexp ([#2678](https://github.com/getsentry/sentry-ruby/pull/2678))
79+
- Remove redundant `attr_reader` ([#2673](https://github.com/getsentry/sentry-ruby/pull/2673))
7380

7481
### Internal
7582

7683
- Factor out do_request in HTTP transport ([#2662](https://github.com/getsentry/sentry-ruby/pull/2662))
7784
- Add `Sentry::DebugTransport` that captures events and stores them as JSON for debugging purposes ([#2664](https://github.com/getsentry/sentry-ruby/pull/2664))
85+
- Add `Sentry::DebugStructuredLogger` that caputres log events and stores them as JSON to a file for debugging purposes ([#2693](https://github.com/getsentry/sentry-ruby/pull/2693))
86+
- Rails test runner ([#2687](https://github.com/getsentry/sentry-ruby/pull/2687))
87+
- Update common gem deps for development ([#2688](https://github.com/getsentry/sentry-ruby/pull/2688))
88+
- Make devcontainer work with ancient Ruby/Rails ([#2679](https://github.com/getsentry/sentry-ruby/pull/2679))
89+
- Improved devcontainer setup with e2e test mini infra ([#2672](https://github.com/getsentry/sentry-ruby/pull/2672))
90+
- Address various flaky specs
91+
- Fix test failures under JRuby ([#2665](https://github.com/getsentry/sentry-ruby/pull/2665))
92+
- Fix flaky faraday spec ([#2666](https://github.com/getsentry/sentry-ruby/pull/2666))
93+
- Fix flaky net/http spec ([#2667](https://github.com/getsentry/sentry-ruby/pull/2667))
94+
- Fix flaky tracing specs ([#2670](https://github.com/getsentry/sentry-ruby/pull/2670))
7895

7996
## 5.26.0
8097

0 commit comments

Comments
 (0)