File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
27
## 10.1.0
4
28
5
29
### Various fixes & improvements
Original file line number Diff line number Diff line change 1
1
defmodule Sentry.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "10.1.0 "
4
+ @ version "10.2.0-rc.1 "
5
5
@ source_url "https://github.com/getsentry/sentry-elixir"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments