Skip to content

Commit 7822d3c

Browse files
committed
release: 10.2.0-rc.1
1 parent a21e060 commit 7822d3c

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

3+
## 10.2.0-rc.1
4+
5+
### Various fixes & improvements
6+
7+
- Add Cron support for Quantum jobs (#699) by @whatyouhide
8+
- Add cron integration for Oban (#698) by @whatyouhide
9+
- Introduce manual check-ins for crons (#697) by @whatyouhide
10+
- Fix Dialyzer error (47e2d65d) by @whatyouhide
11+
- Clean up --output flag for "mix sentry.package_source_code" (711236f4) by @whatyouhide
12+
- Allow --output argument in "mix sentry.package_source_code" (#691) by @razielgn
13+
- Don't list optional dependency on plug_cowboy (1ac4b930) by @whatyouhide
14+
- Speed up tests by ~450% (#690) by @whatyouhide
15+
- Remove Sentry.Interfaces.Span (#689) by @whatyouhide
16+
- Fix a couple of flaky tests in CI (#688) by @whatyouhide
17+
- Add url_scrubber for redacting URLs (#687) by @paulstatezny
18+
- Update stuff in CI (#684) by @whatyouhide
19+
- Introduce Sentry.Test (#681) by @whatyouhide
20+
- Improve error message on unavailable config (05c4c226) by @whatyouhide
21+
- Add Sentry.Interfaces.Span (#679) by @whatyouhide
22+
- Fix crash with custom scrubber in Sentry.PlugContext (#678) by @paulstatezny
23+
- Add exception mechanism set handled/unhandled (#677) by @whatyouhide
24+
- Ignores unknown request fields (#676) by @whatyouhide
25+
- Accept anything that is "stringable" when interpolating (#675) by @whatyouhide
26+
327
## 10.1.0
428

529
### Various fixes & improvements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Sentry.Mixfile do
22
use Mix.Project
33

4-
@version "10.1.0"
4+
@version "10.2.0-rc.1"
55
@source_url "https://github.com/getsentry/sentry-elixir"
66

77
def project do

0 commit comments

Comments
 (0)