Skip to content

Commit

Permalink
release: 0.31.4
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jun 14, 2023
1 parent 3522f5f commit 0521109
Show file tree
Hide file tree
Showing 19 changed files with 159 additions and 99 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.31.4

### Various fixes & improvements

Expand Down
4 changes: 2 additions & 2 deletions sentry-actix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-actix"
version = "0.31.3"
version = "0.31.4"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ rust-version = "1.66"
[dependencies]
actix-web = { version = "4", default-features = false }
futures-util = { version = "0.3.5", default-features = false }
sentry-core = { version = "0.31.3", path = "../sentry-core", default-features = false, features = ["client"] }
sentry-core = { version = "0.31.4", path = "../sentry-core", default-features = false, features = ["client"] }

[dev-dependencies]
actix-web = { version = "4" }
Expand Down
6 changes: 3 additions & 3 deletions sentry-anyhow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-anyhow"
version = "0.31.3"
version = "0.31.4"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -17,8 +17,8 @@ default = ["backtrace"]
backtrace = ["anyhow/backtrace"]

[dependencies]
sentry-backtrace = { version = "0.31.3", path = "../sentry-backtrace" }
sentry-core = { version = "0.31.3", path = "../sentry-core" }
sentry-backtrace = { version = "0.31.4", path = "../sentry-backtrace" }
sentry-core = { version = "0.31.4", path = "../sentry-core" }
anyhow = "1.0.39"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions sentry-backtrace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-backtrace"
version = "0.31.3"
version = "0.31.4"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -16,4 +16,4 @@ rust-version = "1.66"
backtrace = "0.3.44"
once_cell = "1"
regex = { version = "1.5.5", default-features = false, features = ["std", "unicode-perl"] }
sentry-core = { version = "0.31.3", path = "../sentry-core" }
sentry-core = { version = "0.31.4", path = "../sentry-core" }
4 changes: 2 additions & 2 deletions sentry-contexts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-contexts"
version = "0.31.3"
version = "0.31.4"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -14,7 +14,7 @@ edition = "2021"
rust-version = "1.66"

[dependencies]
sentry-core = { version = "0.31.3", path = "../sentry-core" }
sentry-core = { version = "0.31.4", path = "../sentry-core" }
libc = "0.2.66"
hostname = "0.3.0"

Expand Down
4 changes: 2 additions & 2 deletions sentry-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-core"
version = "0.31.3"
version = "0.31.4"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -33,7 +33,7 @@ frame-pointer = ["pprof?/frame-pointer"]
log = { version = "0.4.8", optional = true, features = ["std"] }
once_cell = "1"
rand = { version = "0.8.1", optional = true }
sentry-types = { version = "0.31.3", path = "../sentry-types" }
sentry-types = { version = "0.31.4", path = "../sentry-types" }
serde = { version = "1.0.104", features = ["derive"] }
serde_json = { version = "1.0.46" }
uuid = { version = "1.0.0", features = ["v4", "serde"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion sentry-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ functionality.
[Sentry]: https://sentry.io/
[`sentry`]: https://crates.io/crates/sentry
[Unified API]: https://develop.sentry.dev/sdk/unified-api/
[`test`]: https://docs.rs/sentry-core/0.31.3/sentry_core/test/index.html
[`test`]: https://docs.rs/sentry-core/0.31.4/sentry_core/test/index.html

## Resources

Expand Down
4 changes: 2 additions & 2 deletions sentry-debug-images/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-debug-images"
version = "0.31.3"
version = "0.31.4"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -15,4 +15,4 @@ rust-version = "1.66"
[dependencies]
findshlibs = "=0.10.2"
once_cell = "1"
sentry-core = { version = "0.31.3", path = "../sentry-core" }
sentry-core = { version = "0.31.4", path = "../sentry-core" }
2 changes: 1 addition & 1 deletion sentry-debug-images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let integration = sentry_debug_images::DebugImagesIntegration::new()
.filter(|event| event.level >= Level::Warning);
```

[`Event`]: https://docs.rs/sentry-debug-images/0.31.3/sentry_debug_images/sentry_core::protocol::Event
[`Event`]: https://docs.rs/sentry-debug-images/0.31.4/sentry_debug_images/sentry_core::protocol::Event

## Resources

Expand Down
4 changes: 2 additions & 2 deletions sentry-log/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-log"
version = "0.31.3"
version = "0.31.4"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ edition = "2021"
rust-version = "1.66"

[dependencies]
sentry-core = { version = "0.31.3", path = "../sentry-core" }
sentry-core = { version = "0.31.4", path = "../sentry-core" }
log = { version = "0.4.8", features = ["std"] }

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions sentry-panic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-panic"
version = "0.31.3"
version = "0.31.4"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -13,8 +13,8 @@ edition = "2021"
rust-version = "1.66"

[dependencies]
sentry-core = { version = "0.31.3", path = "../sentry-core" }
sentry-backtrace = { version = "0.31.3", path = "../sentry-backtrace" }
sentry-core = { version = "0.31.4", path = "../sentry-core" }
sentry-backtrace = { version = "0.31.4", path = "../sentry-backtrace" }

[dev-dependencies]
sentry = { path = "../sentry", default-features = false, features = ["test"] }
4 changes: 2 additions & 2 deletions sentry-slog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-slog"
version = "0.31.3"
version = "0.31.4"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ edition = "2021"
rust-version = "1.66"

[dependencies]
sentry-core = { version = "0.31.3", path = "../sentry-core" }
sentry-core = { version = "0.31.4", path = "../sentry-core" }
slog = { version = "2.5.2", features = ["nested-values"] }
serde_json = "1.0.46"

Expand Down
4 changes: 2 additions & 2 deletions sentry-tower/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-tower"
version = "0.31.3"
version = "0.31.4"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -22,7 +22,7 @@ tower-layer = "0.3"
tower-service = "0.3"
http = { version = "0.2.6", optional = true }
pin-project = { version = "1.0.10", optional = true }
sentry-core = { version = "0.31.3", path = "../sentry-core", default-features = false, features = ["client"] }
sentry-core = { version = "0.31.4", path = "../sentry-core", default-features = false, features = ["client"] }
url = { version = "2.2.2", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion sentry-tower/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ transaction based on the incoming HTTP headers.
The created transaction will automatically use the request URI as its name.
This is sometimes not desirable in case the request URI contains unique IDs
or similar. In this case, users should manually override the transaction name
in the request handler using the [`Scope::set_transaction`](https://docs.rs/sentry-tower/0.31.3/sentry_tower/sentry_core::Scope::set_transaction)
in the request handler using the [`Scope::set_transaction`](https://docs.rs/sentry-tower/0.31.4/sentry_tower/sentry_core::Scope::set_transaction)
method.

When combining both layers, take care of the ordering of both. For example
Expand Down
6 changes: 3 additions & 3 deletions sentry-tracing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-tracing"
version = "0.31.3"
version = "0.31.4"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -17,10 +17,10 @@ default = []
backtrace = ["dep:sentry-backtrace"]

[dependencies]
sentry-core = { version = "0.31.3", path = "../sentry-core", features = ["client"] }
sentry-core = { version = "0.31.4", path = "../sentry-core", features = ["client"] }
tracing-core = "0.1"
tracing-subscriber = { version = "0.3.1", default-features = false, features = ["std"] }
sentry-backtrace = { version = "0.31.3", path = "../sentry-backtrace", optional = true }
sentry-backtrace = { version = "0.31.4", path = "../sentry-backtrace", optional = true }

[dev-dependencies]
log = "0.4"
Expand Down
Loading

0 comments on commit 0521109

Please sign in to comment.