From 24445b67127f04041a2db380757284b6760ae7f4 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 20 Sep 2023 08:51:30 +0000 Subject: [PATCH] release: 9.0.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ mix.exs | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e1cadb6..af5acbf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## 9.0.0 + +### Various fixes & improvements + +- Remove manually-entered entries from the CHANGELOG (48cf37d9) by @whatyouhide +- Don't cover test/support in tests (8cfe14b1) by @whatyouhide +- Make two more funs private in Sentry.Event (340ba143) by @whatyouhide +- Add excoveralls for code coverage (58d94cf2) by @whatyouhide +- Clean up Sentry.Config (f996c7d3) by @whatyouhide +- Revert default :included_environments to [:prod] (d33bf19d) by @whatyouhide +- Send async events right away without queueing (#612) by @whatyouhide +- Make Sentry.Interfaces.Request a struct (#611) by @whatyouhide +- Improve some tests (59e8ebb0) by @whatyouhide +- Add Sentry logo to the docs (6d27eacf) by @whatyouhide +- Polish docs for "mix sentry.send_test_event" (903aeb93) by @whatyouhide +- Update changelog and error messages (f6f577f4) by @whatyouhide +- Soft-deprecate Sentry.EventFilter (#608) by @whatyouhide +- Improve Sentry.Event struct definition (#609) by @whatyouhide +- Clean up docs and tests for "mix sentry.send_test_event" (#610) by @whatyouhide +- Add Sentry.LoggerHandler (#607) by @whatyouhide +- Remove Sentry.CrashError and improve EXIT reporting (#606) by @whatyouhide +- Support :all in Sentry.LoggerBackend's :metadata (#605) by @whatyouhide +- Optimize JSON sanitization step (b96d6cfd) by @whatyouhide +- Accept all environments by default (#604) by @whatyouhide +- Add example about alternative HTTP client to docs (38e80edf) by @whatyouhide +- Make Sentry.HTTPClient.child_spec/0 optional (#603) by @whatyouhide +- Clean up a bunch of little non-important things (18e83ae9) by @whatyouhide +- Simplify test GenServer (30a9828e) by @whatyouhide + +_Plus 41 more_ + ## 8.1.0 ### Various fixes & improvements diff --git a/mix.exs b/mix.exs index 17b7c624..083c48b3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Sentry.Mixfile do use Mix.Project - @version "8.1.0" + @version "9.0.0" @source_url "https://github.com/getsentry/sentry-elixir" def project do