Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

fix(deps): update rust crate sentry to 0.30.0 #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 20, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
sentry (source) dependencies minor 0.26.0 -> 0.30.0

Release Notes

getsentry/sentry-rust

v0.30.0

Compare Source

Breaking Changes:

  • The minimum supported Rust version was bumped to 1.66.0 due to CI workflow misconfiguration.

Fixes:

  • Switch to checked version of from_secs_f64 in timestamp_to_datetime function to prevent panics (#​554) by @​olksdr

Internal:

v0.29.3

Compare Source

Features:

  • debug_images is now a default feature. (#​545
  • Added a from_path_raw function to Envelope that reads an envelope from a file without parsing anything. (#​549)
  • Added a data method to performance::Span that gives access to the span's attached data. (#​548)

Fixes:

  • Envelopes will be discarded rather than blocking if the transport channel fills up. (#​546)

v0.29.2

Compare Source

Various fixes & improvements

v0.29.1

Compare Source

Features:

  • Users of TransactionContext may now add custom context to it. This may be used by traces_sampler to decide sampling rates on a per-transaction basis. (#​512)

Fixes:

  • Correctly strip crates hashes for v0 symbol mangling. (#​525)

Internal:

  • Simplify Hub::run and SentryFuture by using a scope-guard for Hub switching. (#​524, #​529)

Thank you:

Features, fixes and improvements in this release have been contributed by:

v0.29.0

Compare Source

Features:

  • Allow traces_sampler to inspect well known properties of TransactionContext (#​514)

v0.28.0

Compare Source

Breaking Changes:

  • The minimum supported Rust version was bumped to 1.60.0 due to requirements from dependencies. (#​498)
  • Added the traces_sampler option to ClientOptions. This allows the user to customise sampling rates on a per-transaction basis. (#​510)

Features:

  • Add support for Profiling feature. (#​479)
  • Add SSL_VERIFY option to control certificate verification. (#​508)
  • Add Windows OS version to OS context (#​499)
  • Add a tower-http feature as a shortcut (#​493)

Internal:

  • Take advantage of weak features in Rust 1.60 for TLS enablement (#​454)
  • Turn off pprof default features (#​491)
  • Change session update logic to follow the spec (#​477)
  • Extract public event_from_error fn in sentry-anyhow (#​476)

Thank you:

Features, fixes and improvements in this release have been contributed by:

v0.27.0

Compare Source

Breaking Changes:

  • The minimum supported Rust version was bumped to 1.57.0 due to requirements from dependencies. (#​472)
  • Add the rust-version field to the manifest. (#​473)
  • Update to edition 2021. (#​473)

Features:

  • Implement Envelope::from_path and Envelope::from_slice. (#​456)
  • Add basic attachment support. (#​466)

Internal:

  • Replace ancient lazy_static crate with once_cell or const slices. (#​471)

Thank you:

Features, fixes and improvements in this release have been contributed by:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from auguwu as a code owner June 20, 2022 12:00
@renovate renovate bot changed the title fix(deps): update rust crate sentry to 0.27.0 fix(deps): update Rust crate sentry to 0.27.0 Jun 27, 2022
@renovate renovate bot changed the title fix(deps): update Rust crate sentry to 0.27.0 fix(deps): update rust crate sentry to 0.27.0 Jun 28, 2022
@renovate renovate bot changed the title fix(deps): update rust crate sentry to 0.27.0 fix(deps): update rust crate sentry to 0.29.0 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update rust crate sentry to 0.29.0 fix(deps): update rust crate sentry to 0.30.0 Mar 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants