|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 34 | ## 8.1.0 |
4 | 35 |
|
5 | 36 | ### Various fixes & improvements |
|
0 commit comments