Skip to content
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

Bump sentry from 0.27.0 to 0.28.0 #383

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2022

Bumps sentry from 0.27.0 to 0.28.0.

Release notes

Sourced from sentry's releases.

0.28.0

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:

Changelog

Sourced from sentry's changelog.

0.28.0

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:

Commits
  • dc048f5 release: 0.28.0
  • d390b64 meta: 0.28 changelog (#511)
  • 0e021ba sentry-core: Add traces_sampler client option (#510)
  • 8e8f7c3 Take advantage of weak features in Rust 1.60 for TLS enablement (#454)
  • 89b31f8 ref: Improve Hub concurrency docs (#509)
  • e11ab3b feat(transport): Add option to disable SSL verification (#508)
  • af1b255 feat(profiling): Update to new standard Profile format (#504)
  • a433f63 feat(contexts): Add Windows OS version to OS context (#499)
  • bb81c88 feat(profiling): Use frame-pointer for stack unwinding and update to pprof 0....
  • a9f81cb doc: add few verbs and punctuation (#496)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 8, 2022
@codecov
Copy link

codecov bot commented Nov 8, 2022

Codecov Report

Base: 81.35% // Head: 81.35% // No change to project coverage 👍

Coverage data is based on head (5a7ac0c) compared to base (7946b28).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #383   +/-   ##
=======================================
  Coverage   81.35%   81.35%           
=======================================
  Files          32       32           
  Lines        8578     8578           
=======================================
  Hits         6979     6979           
  Misses       1599     1599           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@folkertdev
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/sentry-0.28.0 branch from 6d76d2f to 2ab0124 Compare November 8, 2022 13:20
@folkertdev
Copy link
Contributor

folkertdev commented Nov 10, 2022

@dependabot rebase

Bumps [sentry](https://github.com/getsentry/sentry-rust) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/getsentry/sentry-rust/releases)
- [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-rust@0.27.0...0.28.0)

---
updated-dependencies:
- dependency-name: sentry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@davidv1992
Copy link
Member

Closed because of issue with sentry 0.28

@davidv1992 davidv1992 closed this Nov 13, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/sentry-0.28.0 branch November 13, 2022 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants