Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Mar 12, 2024
1 parent 9a7c65b commit d6da0fb
Showing 1 changed file with 7 additions and 29 deletions.
36 changes: 7 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,17 @@

## 10.2.0

- No documented changes.
### New features

## 10.2.0-rc.2
- 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).
- Add `Sentry.capture_check_in/1`, which can be used to manually check-in crons.
- Add `--output` flag for the `mix sentry.package_source_code` task. This can be useful for read-only build environments.
- Introduce testing helpers in `Sentry.Test`.
- Add the `:url_scrubber` option to `Sentry.PlugContext`.

### Various fixes & improvements

- Support RCs in bump-version.sh script (42cc5d6f) by @whatyouhide
- Improve behavior of :test_mode/:dsn (7f8442ee) by @whatyouhide
- Bump nimble_ownership dep to make testing better (#700) by @whatyouhide

## 10.2.0-rc.1

### Various fixes & improvements

- Add Cron support for Quantum jobs (#699) by @whatyouhide
- Add cron integration for Oban (#698) by @whatyouhide
- Introduce manual check-ins for crons (#697) by @whatyouhide
- Fix Dialyzer error (47e2d65d) by @whatyouhide
- Clean up --output flag for "mix sentry.package_source_code" (711236f4) by @whatyouhide
- Allow --output argument in "mix sentry.package_source_code" (#691) by @razielgn
- Don't list optional dependency on plug_cowboy (1ac4b930) by @whatyouhide
- Speed up tests by ~450% (#690) by @whatyouhide
- Remove Sentry.Interfaces.Span (#689) by @whatyouhide
- Fix a couple of flaky tests in CI (#688) by @whatyouhide
- Add url_scrubber for redacting URLs (#687) by @paulstatezny
- Update stuff in CI (#684) by @whatyouhide
- Introduce Sentry.Test (#681) by @whatyouhide
- Improve error message on unavailable config (05c4c226) by @whatyouhide
- Add Sentry.Interfaces.Span (#679) by @whatyouhide
- Fix crash with custom scrubber in Sentry.PlugContext (#678) by @paulstatezny
- Add exception mechanism set handled/unhandled (#677) by @whatyouhide
- Ignores unknown request fields (#676) by @whatyouhide
- Accept anything that is "stringable" when interpolating (#675) by @whatyouhide
- Improve error message on unavailable config.

## 10.1.0

Expand Down

0 comments on commit d6da0fb

Please sign in to comment.