Skip to content

Commit d6da0fb

Browse files
committed
Update changelog
1 parent 9a7c65b commit d6da0fb

File tree

1 file changed

+7
-29
lines changed

1 file changed

+7
-29
lines changed

CHANGELOG.md

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,17 @@
22

33
## 10.2.0
44

5-
- No documented changes.
5+
### New features
66

7-
## 10.2.0-rc.2
7+
- Add support for [Sentry Cron](https://docs.sentry.io/product/crons/) monitoring, with built-in support for [Oban](https://github.com/sorentwo/oban) and [Quantum](https://github.com/quantum-elixir/quantum-core).
8+
- Add `Sentry.capture_check_in/1`, which can be used to manually check-in crons.
9+
- Add `--output` flag for the `mix sentry.package_source_code` task. This can be useful for read-only build environments.
10+
- Introduce testing helpers in `Sentry.Test`.
11+
- Add the `:url_scrubber` option to `Sentry.PlugContext`.
812

913
### Various fixes & improvements
1014

11-
- Support RCs in bump-version.sh script (42cc5d6f) by @whatyouhide
12-
- Improve behavior of :test_mode/:dsn (7f8442ee) by @whatyouhide
13-
- Bump nimble_ownership dep to make testing better (#700) by @whatyouhide
14-
15-
## 10.2.0-rc.1
16-
17-
### Various fixes & improvements
18-
19-
- Add Cron support for Quantum jobs (#699) by @whatyouhide
20-
- Add cron integration for Oban (#698) by @whatyouhide
21-
- Introduce manual check-ins for crons (#697) by @whatyouhide
22-
- Fix Dialyzer error (47e2d65d) by @whatyouhide
23-
- Clean up --output flag for "mix sentry.package_source_code" (711236f4) by @whatyouhide
24-
- Allow --output argument in "mix sentry.package_source_code" (#691) by @razielgn
25-
- Don't list optional dependency on plug_cowboy (1ac4b930) by @whatyouhide
26-
- Speed up tests by ~450% (#690) by @whatyouhide
27-
- Remove Sentry.Interfaces.Span (#689) by @whatyouhide
28-
- Fix a couple of flaky tests in CI (#688) by @whatyouhide
29-
- Add url_scrubber for redacting URLs (#687) by @paulstatezny
30-
- Update stuff in CI (#684) by @whatyouhide
31-
- Introduce Sentry.Test (#681) by @whatyouhide
32-
- Improve error message on unavailable config (05c4c226) by @whatyouhide
33-
- Add Sentry.Interfaces.Span (#679) by @whatyouhide
34-
- Fix crash with custom scrubber in Sentry.PlugContext (#678) by @paulstatezny
35-
- Add exception mechanism set handled/unhandled (#677) by @whatyouhide
36-
- Ignores unknown request fields (#676) by @whatyouhide
37-
- Accept anything that is "stringable" when interpolating (#675) by @whatyouhide
15+
- Improve error message on unavailable config.
3816

3917
## 10.1.0
4018

0 commit comments

Comments
 (0)