-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c7d02f
commit 151b2c0
Showing
13 changed files
with
46 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
## 0.23.0 | ||
|
||
**Breaking Changes**: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sentry-actix" | ||
version = "0.22.0" | ||
version = "0.23.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -12,11 +12,11 @@ Sentry client extension for actix-web 3. | |
edition = "2018" | ||
|
||
[dependencies] | ||
sentry-core = { version = "0.22.0", path = "../sentry-core", default-features = false } | ||
sentry-core = { version = "0.23.0", path = "../sentry-core", default-features = false } | ||
actix-web = { version = "3", default-features = false } | ||
futures-util = { version = "0.3.5", default-features = false } | ||
|
||
[dev-dependencies] | ||
sentry = { version = "0.22.0", path = "../sentry", features = ["test"] } | ||
sentry = { version = "0.23.0", path = "../sentry", features = ["test"] } | ||
actix-rt = "2.1.0" | ||
futures = "0.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sentry-anyhow" | ||
version = "0.22.0" | ||
version = "0.23.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -15,9 +15,9 @@ edition = "2018" | |
backtrace = ["anyhow/backtrace"] | ||
|
||
[dependencies] | ||
sentry-backtrace = { version = "0.22.0", path = "../sentry-backtrace" } | ||
sentry-core = { version = "0.22.0", path = "../sentry-core" } | ||
sentry-backtrace = { version = "0.23.0", path = "../sentry-backtrace" } | ||
sentry-core = { version = "0.23.0", path = "../sentry-core" } | ||
anyhow = "1.0.39" | ||
|
||
[dev-dependencies] | ||
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] } | ||
sentry = { version = "0.23.0", path = "../sentry", default-features = false, features = ["test"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sentry-backtrace" | ||
version = "0.22.0" | ||
version = "0.23.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -12,7 +12,7 @@ Sentry integration and utilities for dealing with stacktraces. | |
edition = "2018" | ||
|
||
[dependencies] | ||
sentry-core = { version = "0.22.0", path = "../sentry-core" } | ||
sentry-core = { version = "0.23.0", path = "../sentry-core" } | ||
lazy_static = "1.4.0" | ||
backtrace = "0.3.44" | ||
regex = "1.3.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sentry-contexts" | ||
version = "0.22.0" | ||
version = "0.23.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -13,7 +13,7 @@ build = "build.rs" | |
edition = "2018" | ||
|
||
[dependencies] | ||
sentry-core = { version = "0.22.0", path = "../sentry-core" } | ||
sentry-core = { version = "0.23.0", path = "../sentry-core" } | ||
libc = "0.2.66" | ||
hostname = "0.3.0" | ||
regex = "1.3.4" | ||
|
@@ -26,4 +26,4 @@ uname = "0.1.1" | |
rustc_version = "0.4.0" | ||
|
||
[dev-dependencies] | ||
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] } | ||
sentry = { version = "0.23.0", path = "../sentry", default-features = false, features = ["test"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sentry-core" | ||
version = "0.22.0" | ||
version = "0.23.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -27,7 +27,7 @@ debug-logs = ["log_"] | |
test = ["client"] | ||
|
||
[dependencies] | ||
sentry-types = { version = "0.22.0", path = "../sentry-types" } | ||
sentry-types = { version = "0.23.0", path = "../sentry-types" } | ||
serde = { version = "1.0.104", features = ["derive"] } | ||
chrono = "0.4.13" | ||
lazy_static = "1.4.0" | ||
|
@@ -39,7 +39,7 @@ log_ = { package = "log", version = "0.4.8", optional = true, features = ["std"] | |
# Because we re-export all the public API in `sentry`, we actually run all the | ||
# doctests using the `sentry` crate. This also takes care of the doctest | ||
# limitation documented in https://github.com/rust-lang/rust/issues/45599. | ||
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] } | ||
sentry = { version = "0.23.0", path = "../sentry", default-features = false, features = ["test"] } | ||
thiserror = "1.0.15" | ||
anyhow = "1.0.30" | ||
tokio = { version = "1.0", features = ["rt", "rt-multi-thread", "macros"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sentry-debug-images" | ||
version = "0.22.0" | ||
version = "0.23.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -12,6 +12,6 @@ Sentry integration that adds the list of loaded libraries to events. | |
edition = "2018" | ||
|
||
[dependencies] | ||
sentry-core = { version = "0.22.0", path = "../sentry-core" } | ||
sentry-core = { version = "0.23.0", path = "../sentry-core" } | ||
lazy_static = "1.4.0" | ||
findshlibs = "0.8.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sentry-log" | ||
version = "0.22.0" | ||
version = "0.23.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -12,9 +12,9 @@ Sentry integration for log and env_logger crates. | |
edition = "2018" | ||
|
||
[dependencies] | ||
sentry-core = { version = "0.22.0", path = "../sentry-core" } | ||
sentry-core = { version = "0.23.0", path = "../sentry-core" } | ||
log = { version = "0.4.8", features = ["std"] } | ||
|
||
[dev-dependencies] | ||
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] } | ||
sentry = { version = "0.23.0", path = "../sentry", default-features = false, features = ["test"] } | ||
pretty_env_logger = "0.4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sentry-panic" | ||
version = "0.22.0" | ||
version = "0.23.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -12,8 +12,8 @@ Sentry integration for capturing panics. | |
edition = "2018" | ||
|
||
[dependencies] | ||
sentry-core = { version = "0.22.0", path = "../sentry-core" } | ||
sentry-backtrace = { version = "0.22.0", path = "../sentry-backtrace" } | ||
sentry-core = { version = "0.23.0", path = "../sentry-core" } | ||
sentry-backtrace = { version = "0.23.0", path = "../sentry-backtrace" } | ||
|
||
[dev-dependencies] | ||
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] } | ||
sentry = { version = "0.23.0", path = "../sentry", default-features = false, features = ["test"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sentry-slog" | ||
version = "0.22.0" | ||
version = "0.23.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -12,11 +12,11 @@ Sentry integration for the slog crate. | |
edition = "2018" | ||
|
||
[dependencies] | ||
sentry-core = { version = "0.22.0", path = "../sentry-core" } | ||
sentry-core = { version = "0.23.0", path = "../sentry-core" } | ||
slog = { version = "2.5.2", features = ["nested-values"] } | ||
serde_json = "1.0.46" | ||
|
||
[dev-dependencies] | ||
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] } | ||
sentry = { version = "0.23.0", path = "../sentry", default-features = false, features = ["test"] } | ||
serde = "1.0.117" | ||
erased-serde = "0.3.12" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sentry-tracing" | ||
version = "0.22.0" | ||
version = "0.23.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -12,11 +12,11 @@ Sentry integration for tracing and tracing-subscriber crates. | |
edition = "2018" | ||
|
||
[dependencies] | ||
sentry-core = { version = "0.22.0", path = "../sentry-core" } | ||
sentry-core = { version = "0.23.0", path = "../sentry-core" } | ||
tracing-core = "0.1" | ||
tracing-subscriber = "0.2" | ||
|
||
[dev-dependencies] | ||
log = "0.4" | ||
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] } | ||
sentry = { version = "0.23.0", path = "../sentry", default-features = false, features = ["test"] } | ||
tracing = "0.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sentry-types" | ||
version = "0.22.0" | ||
version = "0.23.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sentry" | ||
version = "0.22.0" | ||
version = "0.23.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -44,15 +44,15 @@ native-tls = ["reqwest_/default-tls"] | |
rustls = ["reqwest_/rustls-tls"] | ||
|
||
[dependencies] | ||
sentry-core = { version = "0.22.0", path = "../sentry-core", features = ["client"] } | ||
sentry-anyhow = { version = "0.22.0", path = "../sentry-anyhow", optional = true } | ||
sentry-backtrace = { version = "0.22.0", path = "../sentry-backtrace", optional = true } | ||
sentry-contexts = { version = "0.22.0", path = "../sentry-contexts", optional = true } | ||
sentry-debug-images = { version = "0.22.0", path = "../sentry-debug-images", optional = true } | ||
sentry-log = { version = "0.22.0", path = "../sentry-log", optional = true } | ||
sentry-panic = { version = "0.22.0", path = "../sentry-panic", optional = true } | ||
sentry-slog = { version = "0.22.0", path = "../sentry-slog", optional = true } | ||
sentry-tracing = { version = "0.22.0", path = "../sentry-tracing", optional = true } | ||
sentry-core = { version = "0.23.0", path = "../sentry-core", features = ["client"] } | ||
sentry-anyhow = { version = "0.23.0", path = "../sentry-anyhow", optional = true } | ||
sentry-backtrace = { version = "0.23.0", path = "../sentry-backtrace", optional = true } | ||
sentry-contexts = { version = "0.23.0", path = "../sentry-contexts", optional = true } | ||
sentry-debug-images = { version = "0.23.0", path = "../sentry-debug-images", optional = true } | ||
sentry-log = { version = "0.23.0", path = "../sentry-log", optional = true } | ||
sentry-panic = { version = "0.23.0", path = "../sentry-panic", optional = true } | ||
sentry-slog = { version = "0.23.0", path = "../sentry-slog", optional = true } | ||
sentry-tracing = { version = "0.23.0", path = "../sentry-tracing", optional = true } | ||
log_ = { package = "log", version = "0.4.8", optional = true, features = ["std"] } | ||
reqwest_ = { package = "reqwest", version = "0.11", optional = true, features = ["blocking", "json"], default-features = false } | ||
curl_ = { package = "curl", version = "0.4.25", optional = true } | ||
|
@@ -62,10 +62,10 @@ serde_json = { version = "1.0.48", optional = true } | |
tokio = { version = "1.0", features = ["rt"] } | ||
|
||
[dev-dependencies] | ||
sentry-anyhow = { version = "0.22.0", path = "../sentry-anyhow" } | ||
sentry-log = { version = "0.22.0", path = "../sentry-log" } | ||
sentry-slog = { version = "0.22.0", path = "../sentry-slog" } | ||
sentry-tracing = { version = "0.22.0", path = "../sentry-tracing" } | ||
sentry-anyhow = { version = "0.23.0", path = "../sentry-anyhow" } | ||
sentry-log = { version = "0.23.0", path = "../sentry-log" } | ||
sentry-slog = { version = "0.23.0", path = "../sentry-slog" } | ||
sentry-tracing = { version = "0.23.0", path = "../sentry-tracing" } | ||
log_ = { package = "log", version = "0.4.8", features = ["std"] } | ||
slog_ = { package = "slog", version = "2.5.2" } | ||
tracing_ = { package = "tracing", version = "0.1" } | ||
|