-
-
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
941fc2b
commit 97d8c15
Showing
18 changed files
with
54 additions
and
55 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.26.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.25.0" | ||
version = "0.26.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -14,7 +14,7 @@ edition = "2018" | |
[dependencies] | ||
actix-web = { version = "4", default-features = false } | ||
futures-util = { version = "0.3.5", default-features = false } | ||
sentry-core = { version = "0.25.0", path = "../sentry-core", default-features = false, features = ["client"] } | ||
sentry-core = { version = "0.26.0", path = "../sentry-core", default-features = false, features = ["client"] } | ||
|
||
[dev-dependencies] | ||
actix-web = { version = "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-anyhow" | ||
version = "0.25.0" | ||
version = "0.26.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -16,8 +16,8 @@ default = ["backtrace"] | |
backtrace = ["anyhow/backtrace"] | ||
|
||
[dependencies] | ||
sentry-backtrace = { version = "0.25.0", path = "../sentry-backtrace" } | ||
sentry-core = { version = "0.25.0", path = "../sentry-core" } | ||
sentry-backtrace = { version = "0.26.0", path = "../sentry-backtrace" } | ||
sentry-core = { version = "0.26.0", path = "../sentry-core" } | ||
anyhow = "1.0.39" | ||
|
||
[dev-dependencies] | ||
|
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.25.0" | ||
version = "0.26.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.25.0", path = "../sentry-core" } | ||
sentry-core = { version = "0.26.0", path = "../sentry-core" } | ||
lazy_static = "1.4.0" | ||
backtrace = "0.3.44" | ||
regex = "1.5.5" |
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.25.0" | ||
version = "0.26.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.25.0", path = "../sentry-core" } | ||
sentry-core = { version = "0.26.0", path = "../sentry-core" } | ||
libc = "0.2.66" | ||
hostname = "0.3.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-core" | ||
version = "0.25.0" | ||
version = "0.26.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.25.0", path = "../sentry-types" } | ||
sentry-types = { version = "0.26.0", path = "../sentry-types" } | ||
serde = { version = "1.0.104", features = ["derive"] } | ||
lazy_static = "1.4.0" | ||
rand = { version = "0.8.1", optional = true } | ||
|
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
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.25.0" | ||
version = "0.26.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.25.0", path = "../sentry-core" } | ||
sentry-core = { version = "0.26.0", path = "../sentry-core" } | ||
lazy_static = "1.4.0" | ||
findshlibs = "=0.10.2" |
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
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.25.0" | ||
version = "0.26.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -12,7 +12,7 @@ Sentry integration for log and env_logger crates. | |
edition = "2018" | ||
|
||
[dependencies] | ||
sentry-core = { version = "0.25.0", path = "../sentry-core" } | ||
sentry-core = { version = "0.26.0", path = "../sentry-core" } | ||
log = { version = "0.4.8", features = ["std"] } | ||
|
||
[dev-dependencies] | ||
|
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.25.0" | ||
version = "0.26.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.25.0", path = "../sentry-core" } | ||
sentry-backtrace = { version = "0.25.0", path = "../sentry-backtrace" } | ||
sentry-core = { version = "0.26.0", path = "../sentry-core" } | ||
sentry-backtrace = { version = "0.26.0", path = "../sentry-backtrace" } | ||
|
||
[dev-dependencies] | ||
sentry = { 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.25.0" | ||
version = "0.26.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -12,7 +12,7 @@ Sentry integration for the slog crate. | |
edition = "2018" | ||
|
||
[dependencies] | ||
sentry-core = { version = "0.25.0", path = "../sentry-core" } | ||
sentry-core = { version = "0.26.0", path = "../sentry-core" } | ||
slog = { version = "2.5.2", features = ["nested-values"] } | ||
serde_json = "1.0.46" | ||
|
||
|
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-tower" | ||
version = "0.25.0" | ||
version = "0.26.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -19,7 +19,7 @@ tower-layer = "0.3" | |
tower-service = "0.3" | ||
http_ = { package = "http", version = "0.2.6", optional = true } | ||
pin-project = { version = "1.0.10", optional = true } | ||
sentry-core = { version = "0.25.0", path = "../sentry-core", default-features = false, features = ["client"] } | ||
sentry-core = { version = "0.26.0", path = "../sentry-core", default-features = false, features = ["client"] } | ||
url = { version = "2.2.2", optional = true } | ||
|
||
[dev-dependencies] | ||
|
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
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.25.0" | ||
version = "0.26.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -12,7 +12,7 @@ Sentry integration for tracing and tracing-subscriber crates. | |
edition = "2018" | ||
|
||
[dependencies] | ||
sentry-core = { version = "0.25.0", path = "../sentry-core", features = ["client"] } | ||
sentry-core = { version = "0.26.0", path = "../sentry-core", features = ["client"] } | ||
tracing-core = "0.1" | ||
tracing-subscriber = { version = "0.3.1", default-features = false, features = ["std"] } | ||
|
||
|
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.25.0" | ||
version = "0.26.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.25.0" | ||
version = "0.26.0" | ||
authors = ["Sentry <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -48,16 +48,16 @@ ureq = ["ureq_/tls", "httpdate"] | |
ureq-native-tls = ["ureq_/native-tls", "httpdate"] | ||
|
||
[dependencies] | ||
sentry-core = { version = "0.25.0", path = "../sentry-core", features = ["client"] } | ||
sentry-anyhow = { version = "0.25.0", path = "../sentry-anyhow", optional = true } | ||
sentry-backtrace = { version = "0.25.0", path = "../sentry-backtrace", optional = true } | ||
sentry-contexts = { version = "0.25.0", path = "../sentry-contexts", optional = true } | ||
sentry-debug-images = { version = "0.25.0", path = "../sentry-debug-images", optional = true } | ||
sentry-log = { version = "0.25.0", path = "../sentry-log", optional = true } | ||
sentry-panic = { version = "0.25.0", path = "../sentry-panic", optional = true } | ||
sentry-slog = { version = "0.25.0", path = "../sentry-slog", optional = true } | ||
sentry-tower = { version = "0.25.0", path = "../sentry-tower", optional = true } | ||
sentry-tracing = { version = "0.25.0", path = "../sentry-tracing", optional = true } | ||
sentry-core = { version = "0.26.0", path = "../sentry-core", features = ["client"] } | ||
sentry-anyhow = { version = "0.26.0", path = "../sentry-anyhow", optional = true } | ||
sentry-backtrace = { version = "0.26.0", path = "../sentry-backtrace", optional = true } | ||
sentry-contexts = { version = "0.26.0", path = "../sentry-contexts", optional = true } | ||
sentry-debug-images = { version = "0.26.0", path = "../sentry-debug-images", optional = true } | ||
sentry-log = { version = "0.26.0", path = "../sentry-log", optional = true } | ||
sentry-panic = { version = "0.26.0", path = "../sentry-panic", optional = true } | ||
sentry-slog = { version = "0.26.0", path = "../sentry-slog", optional = true } | ||
sentry-tower = { version = "0.26.0", path = "../sentry-tower", optional = true } | ||
sentry-tracing = { version = "0.26.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 } | ||
|
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