Skip to content

Commit

Permalink
release: 10.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot authored and whatyouhide committed Aug 21, 2024
1 parent c8dd839 commit b28a261
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 10.7.0

### Various fixes & improvements

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

## 10.6.2

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Sentry.Mixfile do
use Mix.Project

@version "10.6.2"
@version "10.7.0"
@source_url "https://github.com/getsentry/sentry-elixir"

def project do
Expand Down

0 comments on commit b28a261

Please sign in to comment.