Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 10.10.0

This release adds Telemetry crash reporting, fixes compatibility with Erlang/OTP 28, and includes several bug fixes.

### New features

- Add Telemetry integration for capturing Telemetry crash events in Sentry (#887 by @whatyouhide)
- Add `:owner` option for check-ins, providing more control over cron monitoring (#879 by @Miradorn)

### Bug fixes

- Fix regexes on Erlang/OTP 28 (#889 by @josevalim)
- Fix ignored exception in the default filter by correcting `Plug.Parsers.RequestTooLarge` reference (#884 by @mbaleczny)
- Fix hyperlink tag in `Sentry.LoggerBackend` moduledoc (#880 by @bjacquet)
- Remain compatible with new translation format to be introduced in Elixir 1.19 (#885 by @martosaur)

### Various improvements

- Update OTP and OS in CI (#882 by @solnic)

## 10.9.0

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