See changelog for individual crates to know the exact set of changes. This release onwards, all crates from this repo follows same version (0.25.0 for today's release).
See changelog for individual crates to know the exact set of changes. This release onwards, all crates from this repo follows same version (0.25.0 for today's release).
See changelog for individual crates to know the exact set of changes. This release onwards, all crates from this repo follows same version (0.25.0 for today's release).
opentelemetry-sdk v0.24.1 patch release
Refer to opentelemetry-sdk CHANGELOG for the changes.
open-telemetry/opentelemetry-rust#1410 Add experimental synchronous gauge. This is behind the feature flag, and can be enabled by enabling the feature otel_unstable for opentelemetry crate.
Modified AnyValue.Map to be backed by HashMap instead of custom OrderMap, which internally used IndexMap. There was no requirement to maintain the order of entries, so moving from IndexMap to HashMap offers slight performance gains, and avoids IndexMap dependency. This affects body and attributes of LogRecord. open-telemetry/opentelemetry-rust#1353
See changelog for individual crates to know the exact set of changes. This release onwards, all crates from this repo follows same version (0.25.0 for today's release).
opentelemetry-sdk v0.24.1 patch release
Refer to opentelemetry-sdk CHANGELOG for the changes.
open-telemetry/opentelemetry-rust#1410 Add experimental synchronous gauge. This is behind the feature flag, and can be enabled by enabling the feature otel_unstable for opentelemetry crate.
Modified AnyValue.Map to be backed by HashMap instead of custom OrderMap, which internally used IndexMap. There was no requirement to maintain the order of entries, so moving from IndexMap to HashMap offers slight performance gains, and avoids IndexMap dependency. This affects body and attributes of LogRecord. open-telemetry/opentelemetry-rust#1353
See changelog for individual crates to know the exact set of changes. This release onwards, all crates from this repo follows same version (0.25.0 for today's release).
opentelemetry-sdk v0.24.1 patch release
Refer to opentelemetry-sdk CHANGELOG for the changes.
open-telemetry/opentelemetry-rust#1410 Add experimental synchronous gauge. This is behind the feature flag, and can be enabled by enabling the feature otel_unstable for opentelemetry crate.
Modified AnyValue.Map to be backed by HashMap instead of custom OrderMap, which internally used IndexMap. There was no requirement to maintain the order of entries, so moving from IndexMap to HashMap offers slight performance gains, and avoids IndexMap dependency. This affects body and attributes of LogRecord. open-telemetry/opentelemetry-rust#1353
local: Ping Balancer scores replaced standard deviation with median absolute deviation, which should help focusing less on outlying observations in latency samples.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the rust-dependencies group with 12 updates:
0.1.7
0.1.8
1.0.86
1.0.87
0.24.0
0.25.0
0.24.1
0.25.0
0.25.0
0.26.0
0.3.0
0.25.0
0.17.0
0.25.0
0.16.0
0.25.0
2.9.0
2.10.0
0.5.0
0.5.1
1.0.209
1.0.210
1.20.2
1.20.3
Updates
hyper-util
from 0.1.7 to 0.1.8Changelog
Sourced from hyper-util's changelog.
Commits
ad4a376
v0.1.8164d926
Introduce hyper_util::server::conn::auto::upgrade::downcast (#147)df55aba
refactor: run dns resolution in the same tracing-span as the caller (#134)9fcc7f6
refactor(client): Add conditional compilation forinterface
field in HttpCo...cbe098a
tests: rewrite drop_client_closes_idle_connection in async (#141)Updates
anyhow
from 1.0.86 to 1.0.87Release notes
Sourced from anyhow's releases.
Commits
afe93e7
Release 1.0.87d58fa4b
Fix outdated html_root_urlc18d807
Disable unused doc_cfg feature8ecfcdf
Merge pull request #383 from dtolnay/nostdbee814a
Support error sources in no-std on Rust 1.81+1eabf69
Merge pull request #382 from dtolnay/corerequest3e70139
Access generic_member_access APIs through corec378a2c
Upload CI Cargo.lock for reproducing failurese38edc0
Raise rustc required for backtrace feature to 1.67eb976a4
Merge pull request #378 from dtolnay/ttprettyUpdates
opentelemetry
from 0.24.0 to 0.25.0Release notes
Sourced from opentelemetry's releases.
Commits
66f29b8
Prepare for 0.25 release (#2088)6c4f50e
msrv patch for tokio-stream, and other lint changes (#2086)a50e3ff
CI failure: msrv patch tokio-util (#2081)4a86e16
Add benchmarks (#2080)3aa5026
Update SDK CHANGELOG with metric improvements (#2076)54a3ad1
fix msrv (#2079)4bc02f4
Regenerate otlp proto files to fix CI (#2077)976bc54
Introduce LogBatch Struct to Replace Vec in LogExporter Interface (#2057)8e713e4
nit: Remove unnecessary clippy suppressions (#2067)29fd682
Update attributes benchmarks (#2064)Updates
opentelemetry_sdk
from 0.24.1 to 0.25.0Release notes
Sourced from opentelemetry_sdk's releases.
Commits
66f29b8
Prepare for 0.25 release (#2088)6c4f50e
msrv patch for tokio-stream, and other lint changes (#2086)a50e3ff
CI failure: msrv patch tokio-util (#2081)4a86e16
Add benchmarks (#2080)3aa5026
Update SDK CHANGELOG with metric improvements (#2076)54a3ad1
fix msrv (#2079)4bc02f4
Regenerate otlp proto files to fix CI (#2077)976bc54
Introduce LogBatch Struct to Replace Vec in LogExporter Interface (#2057)8e713e4
nit: Remove unnecessary clippy suppressions (#2067)29fd682
Update attributes benchmarks (#2064)Updates
tracing-opentelemetry
from 0.25.0 to 0.26.0Release notes
Sourced from tracing-opentelemetry's releases.
Changelog
Sourced from tracing-opentelemetry's changelog.
Commits
5a3f1fd
chore: prepare release18fffd6
chore: bump opentelemetry to 0.258884fe6
chore: fix clippy warning7c1fc95
Update changelog for 0.25.0 releaseUpdates
opentelemetry-jaeger-propagator
from 0.3.0 to 0.25.0Release notes
Sourced from opentelemetry-jaeger-propagator's releases.
... (truncated)
Commits
66f29b8
Prepare for 0.25 release (#2088)6c4f50e
msrv patch for tokio-stream, and other lint changes (#2086)a50e3ff
CI failure: msrv patch tokio-util (#2081)4a86e16
Add benchmarks (#2080)3aa5026
Update SDK CHANGELOG with metric improvements (#2076)54a3ad1
fix msrv (#2079)4bc02f4
Regenerate otlp proto files to fix CI (#2077)976bc54
Introduce LogBatch Struct to Replace Vec in LogExporter Interface (#2057)8e713e4
nit: Remove unnecessary clippy suppressions (#2067)29fd682
Update attributes benchmarks (#2064)Updates
opentelemetry-otlp
from 0.17.0 to 0.25.0Release notes
Sourced from opentelemetry-otlp's releases.
... (truncated)
Commits
66f29b8
Prepare for 0.25 release (#2088)6c4f50e
msrv patch for tokio-stream, and other lint changes (#2086)a50e3ff
CI failure: msrv patch tokio-util (#2081)4a86e16
Add benchmarks (#2080)3aa5026
Update SDK CHANGELOG with metric improvements (#2076)54a3ad1
fix msrv (#2079)4bc02f4
Regenerate otlp proto files to fix CI (#2077)976bc54
Introduce LogBatch Struct to Replace Vec in LogExporter Interface (#2057)8e713e4
nit: Remove unnecessary clippy suppressions (#2067)29fd682
Update attributes benchmarks (#2064)Updates
opentelemetry-semantic-conventions
from 0.16.0 to 0.25.0Release notes
Sourced from opentelemetry-semantic-conventions's releases.
... (truncated)
Commits
66f29b8
Prepare for 0.25 release (#2088)6c4f50e
msrv patch for tokio-stream, and other lint changes (#2086)a50e3ff
CI failure: msrv patch tokio-util (#2081)4a86e16
Add benchmarks (#2080)3aa5026
Update SDK CHANGELOG with metric improvements (#2076)54a3ad1
fix msrv (#2079)4bc02f4
Regenerate otlp proto files to fix CI (#2077)976bc54
Introduce LogBatch Struct to Replace Vec in LogExporter Interface (#2057)8e713e4
nit: Remove unnecessary clippy suppressions (#2067)29fd682
Update attributes benchmarks (#2064)Updates
ipnet
from 2.9.0 to 2.10.0Release notes
Sourced from ipnet's releases.
Changelog
Sourced from ipnet's changelog.
Commits
6c72e9f
Update lib.rs7732422
Update Cargo.tomla799770
Update RELEASES.md13a8615
Merge pull request #53 from cuishuang/mastere5e4224
Merge pull request #57 from jjanowsk/new_assertfb951df
Add new_assert implementations975d432
Remove redundant curly braces so that the example program can compileUpdates
tower
from 0.5.0 to 0.5.1Release notes
Sourced from tower's releases.
Commits
7155101
Prepare release of v0.5.1 (#791)b2c48b4
Bump dependency on tower-layer (#787)Updates
serde
from 1.0.209 to 1.0.210Release notes
Sourced from serde's releases.
Commits
89c4b02
Release 1.0.210eeb8e44
Merge pull request #2818 from dtolnay/coreerror785c2d9
Stabilize no-std StdError traitd549f04
Reformat parse_ip_impl definition and calls4c0dd63
Delete attr support from core::net deserialization macros26fb134
Relocate cfg attrs out of parse_ip_impl and parse_socket_impl07e614b
Merge pull request #2817 from dtolnay/corenetb1f899f
Delete doc(cfg) attribute from impls that are supported in no-stdb4f860e
Merge pull request #2816 from MathiasKoch/chore/core-netd940fe1
Reuse existing Buf wrapper as replacement for std::io::WriteUpdates
shadowsocks
from 1.20.2 to 1.20.3Release notes
Sourced from shadowsocks's releases.
Commits
87ac738
feat: release v1.20.35585fad
fix: fixed MAD calculationeea43c7
feat: ServerScore replaced stdev with MAD0098374
chore(deps): bump openssl from 0.10.64 to 0.10.66 in the cargo group (#1595)ccf57b6
chore(deps): bump thiserror from 1.0.62 to 1.0.63 (#1594)1dadd31
chore(deps): bump blake3 from 1.5.2 to 1.5.3 (#1592)06f3944
update dependencies9eae3b0
fix: tun2 v2.0.2 removing deps on SetInterfaceDnsSettings (#1589)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show