File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
integrations/sentry-actix Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.12.1o
4+
5+ - Resolve a memory leak in the actix integration.
6+ - Fix an issue where dropping a scope guard for a non active hub resulted in a
7+ panic.
8+ - Added support for the new failure ` Fail::name `
9+ - Improved support for actix failure based error
10+ - Added ` RefUnwindSafe ` for ` ClientOptions `
11+ - Remove the never supported ` repos ` option.
12+
313## 0.12.0
414
515- Upgrade reqwest to 0.9
Original file line number Diff line number Diff line change 11[package ]
22name = " sentry"
3- version = " 0.12.0 "
3+ version = " 0.12.1 "
44authors = [" Sentry <hello@sentry.io>" ]
55license = " Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change 11[package ]
22name = " sentry-actix"
3- version = " 0.12.0 "
3+ version = " 0.12.1 "
44authors = [" Sentry <hello@sentry.io>" ]
55license = " Apache-2.0"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments