Skip to content

Commit a4c4a6b

Browse files
committed
release: 8.1.0
1 parent 795bfd1 commit a4c4a6b

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog
22

3-
## Unreleased
3+
## 8.1.0
4+
5+
### Various fixes & improvements
6+
7+
- Bump min craft version to 1.4.2 (795bfd12) by @sl0thentr0py
8+
- Add github target to craft (ef563cc5) by @sl0thentr0py
9+
- Bump min craft version (56516be2) by @sl0thentr0py
10+
- Improve deprecation of Sentry.Config.root_source_code_path/0 (#558) by @whatyouhide
11+
- Wrap HTTP requests in try/catch (#515) by @ruslandoga
12+
- Remove extra config files (#556) by @yordis
13+
- Remove use of deprecated Mix.Config (#555) by @whatyouhide
14+
- Add release/** branches to ci for craft (dfaffb9f) by @sl0thentr0py
15+
- Fix typo in moduledoc (#534) by @louisvisser
16+
- Check :hackney application when starting (#554) by @whatyouhide
17+
- feat(event): filter more exceptions by default (#550) by @gpouilloux
18+
- Fix example configuration for Sentry.Sources (#543) by @scudelletti
19+
- Use module attribute for dictionary key consistently (#537) by @tmecklem
20+
- Fix send_event/2 typespec (#545) by @ruslandoga
21+
- Update badges in the README (#548) by @ruslandoga
22+
- Update ex_docs to 0.29+ (#549) by @ruslandoga
23+
- Fix Elixir 1.15 warnings (#553) by @dustinfarris
24+
- Add :remote_address_reader PlugContext option (#519) by @michallepicki
25+
- Traverse full domain list when checking for excluded domains (#508) by @martosaur
26+
- Add craft with target hex (#532) by @sl0thentr0py
27+
- Add Sentry to LICENSE (#530) by @sl0thentr0py
28+
- Update ci setup-beam action name (#531) by @sl0thentr0py
29+
- allow logging from tasks (#517) by @ruslandoga
30+
- Improve DSN parsing and Endpoint building (#507) by @AtjonTV
31+
32+
_Plus 14 more_
433

534
## 8.0.6 (2021-09-28)
635

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

77
def project do

0 commit comments

Comments
 (0)