Skip to content

Commit 59ba37f

Browse files
authored
Update CHANGELOG for release 10.10.0 (#890)
1 parent 84e61f5 commit 59ba37f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 10.10.0
4+
5+
This release adds Telemetry crash reporting, fixes compatibility with Erlang/OTP 28, and includes several bug fixes.
6+
7+
### New features
8+
9+
- Add Telemetry integration for capturing Telemetry crash events in Sentry (#887 by @whatyouhide)
10+
- Add `:owner` option for check-ins, providing more control over cron monitoring (#879 by @Miradorn)
11+
12+
### Bug fixes
13+
14+
- Fix regexes on Erlang/OTP 28 (#889 by @josevalim)
15+
- Fix ignored exception in the default filter by correcting `Plug.Parsers.RequestTooLarge` reference (#884 by @mbaleczny)
16+
- Fix hyperlink tag in `Sentry.LoggerBackend` moduledoc (#880 by @bjacquet)
17+
- Remain compatible with new translation format to be introduced in Elixir 1.19 (#885 by @martosaur)
18+
19+
### Various improvements
20+
21+
- Update OTP and OS in CI (#882 by @solnic)
22+
323
## 10.9.0
424

525
This release adds a bunch of new features and fixes a few papercut bugs.

0 commit comments

Comments
 (0)