Skip to content

Commit b28a261

Browse files
getsentry-botwhatyouhide
authored andcommitted
release: 10.7.0
1 parent c8dd839 commit b28a261

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

3+
## 10.7.0
4+
5+
### Various fixes & improvements
6+
7+
- Remove an unnecessary assertion (108bbe75) by @whatyouhide
8+
- Update ex_doc (b7521e45) by @whatyouhide
9+
- Clean up Sentry.ClientError (cc61afd9) by @whatyouhide
10+
- Validate options even if DSN is not set (#772) by @savhappy
11+
- Update key name in Sentry.Event's integration meta (22b5d212) by @whatyouhide
12+
- Document :integration_meta field in Sentry.Event (4a645297) by @whatyouhide
13+
- Add integration_meta key to Sentry.Event (#771) by @savhappy
14+
- Allow nimble_ownership 1.0 (9ec8e89a) by @whatyouhide
15+
- Periodically purge check-ins ETS table (#764) by @savhappy
16+
- Support structured logs in Sentry.LoggerHandler (#765) by @martosaur
17+
- Compile code before "sentry.package_source_code" (#761) by @whatyouhide
18+
- Map check-in IDs through an ETS table (#750) by @savhappy
19+
- Use apply/3 to avoid Elixir 1.17 warnings (#754) by @savhappy
20+
- Handle "nil" environment values correctly in Sentry config (#753) by @fahchen
21+
- Update documentation to remove `if` (#751) by @BobbyMcWho
22+
- Add HTTP response information to client error (#748) by @savhappy
23+
- Update links related to logger (#747) by @HarshBalyan
24+
- Add Sentry.ClientError exception (#745) by @savhappy
25+
- Update Elixir/OTP versions in CI (#746) by @savhappy
26+
327
## 10.6.2
428

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

77
def project do

0 commit comments

Comments
 (0)