Skip to content

Commit 24445b6

Browse files
getsentry-botwhatyouhide
authored andcommitted
release: 9.0.0
1 parent 52cf642 commit 24445b6

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

3+
## 9.0.0
4+
5+
### Various fixes & improvements
6+
7+
- Remove manually-entered entries from the CHANGELOG (48cf37d9) by @whatyouhide
8+
- Don't cover test/support in tests (8cfe14b1) by @whatyouhide
9+
- Make two more funs private in Sentry.Event (340ba143) by @whatyouhide
10+
- Add excoveralls for code coverage (58d94cf2) by @whatyouhide
11+
- Clean up Sentry.Config (f996c7d3) by @whatyouhide
12+
- Revert default :included_environments to [:prod] (d33bf19d) by @whatyouhide
13+
- Send async events right away without queueing (#612) by @whatyouhide
14+
- Make Sentry.Interfaces.Request a struct (#611) by @whatyouhide
15+
- Improve some tests (59e8ebb0) by @whatyouhide
16+
- Add Sentry logo to the docs (6d27eacf) by @whatyouhide
17+
- Polish docs for "mix sentry.send_test_event" (903aeb93) by @whatyouhide
18+
- Update changelog and error messages (f6f577f4) by @whatyouhide
19+
- Soft-deprecate Sentry.EventFilter (#608) by @whatyouhide
20+
- Improve Sentry.Event struct definition (#609) by @whatyouhide
21+
- Clean up docs and tests for "mix sentry.send_test_event" (#610) by @whatyouhide
22+
- Add Sentry.LoggerHandler (#607) by @whatyouhide
23+
- Remove Sentry.CrashError and improve EXIT reporting (#606) by @whatyouhide
24+
- Support :all in Sentry.LoggerBackend's :metadata (#605) by @whatyouhide
25+
- Optimize JSON sanitization step (b96d6cfd) by @whatyouhide
26+
- Accept all environments by default (#604) by @whatyouhide
27+
- Add example about alternative HTTP client to docs (38e80edf) by @whatyouhide
28+
- Make Sentry.HTTPClient.child_spec/0 optional (#603) by @whatyouhide
29+
- Clean up a bunch of little non-important things (18e83ae9) by @whatyouhide
30+
- Simplify test GenServer (30a9828e) by @whatyouhide
31+
32+
_Plus 41 more_
33+
334
## 8.1.0
435

536
### 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 "8.1.0"
4+
@version "9.0.0"
55
@source_url "https://github.com/getsentry/sentry-elixir"
66

77
def project do

0 commit comments

Comments
 (0)