-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update shippingservice #1255
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: src/shippingservice/Cargo.lock
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
@open-telemetry/rust-approvers @open-telemetry/rust-maintainers could someone help here? it appears that there was a refactor that's breaking the imports when upgrading to 0.21 |
Feel free to assign it to me. We had some breaking change in 0.21 release so probably need some manual updates |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Austin Parker <austin@ap2.io> Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
This PR contains the following updates:
0.20
->0.21
0.9.0
->0.10.0
0.13.0
->0.14.0
0.12.0
->0.13.0
1.73
->1.74
1.33
->1.34
0.21.0
->0.22.0
1.5.0
->1.6.1
Release Notes
open-telemetry/opentelemetry-rust (opentelemetry)
v0.21.0
Compare Source
This release should been seen as 1.0-rc4 following 1.0-rc3 in v0.20.0. Refer to CHANGELOG.md in individual creates for details on changes made in different creates.
Changed
opentelemetry
crate now only carries the API types #1186. Use theopentelemetry_sdk
crate for the SDK types.trace::noop::NoopSpan
no longer implementsDefault
and instead exposes aconst DEFAULT
value. #1270SpanBuilder
attributes changed fromOrderMap<Key, Value>
toVec<KeyValue>
andwith_attributes_map
method is removed fromSpanBuilder
. This implies that OpenTelemetry API will no longer perform de-dup of attribute Keys. #1293. Please share feedback here, if you are affected.open-telemetry/opentelemetry-rust (opentelemetry-otlp)
v0.14.0
Compare Source
Added
build_{signal}_exporter
methods to client builders (#1187)grpcio
metrics exporter (#1202)Changed
opentelemetry_api
toopentelemetry
as the latteris now the API crate. #1226
NoExporterBuilder
a compiling time error #1271open-telemetry/opentelemetry-rust (opentelemetry-semantic-conventions)
v0.13.0
Compare Source
Changed
tokio-rs/tokio (tokio)
v1.34.0
: Tokio v1.34.0Compare Source
Fixed
clear_readiness
after io driver shutdown (#6067)take
(#6080)broadcast::channel
link (#6100)Changed
::core
qualified imports instead of::std
insidetokio::test
macro (#5973)Added
fs::read_dir
to includeaix
(#6075)mpsc::Receiver::recv_many
(#6010)tokio-rs/tracing-opentelemetry (tracing-opentelemetry)
v0.22.0
Compare Source
Breaking Changes
v0.21.0
ofopentelemetry
For list of breaking changes in OpenTelemetry, see the
v0.21.0 changelog.
opentelemetry
requires it now. (#68)Fixed
Thanks to @jesseditson, @AsmPrgmC3, and @rthomas for contributing to this release!
uuid-rs/uuid (uuid)
v1.6.1
Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@1.6.0...1.6.1
v1.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@1.5.0...1.6.0
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.