getsentry/sentry-rust
### [`v0.27.0`](https://togithub.com/getsentry/sentry-rust/blob/HEAD/CHANGELOG.md#0270)
[Compare Source](https://togithub.com/getsentry/sentry-rust/compare/0.26.0...0.27.0)
**Breaking Changes**:
- The minium supported Rust version was bumped to **1.57.0** due to requirements from dependencies. ([#472](https://togithub.com/getsentry/sentry-rust/pull/472))
- Add the `rust-version` field to the manifest. ([#473](https://togithub.com/getsentry/sentry-rust/pull/473))
- Update to edition 2021. ([#473](https://togithub.com/getsentry/sentry-rust/pull/473))
**Features**:
- Implement `Envelope::from_path` and `Envelope::from_slice`. ([#456](https://togithub.com/getsentry/sentry-rust/pull/456))
- Add basic `attachment` support. ([#466](https://togithub.com/getsentry/sentry-rust/pull/466))
**Internal**:
- Replace ancient `lazy_static` crate with `once_cell` or `const` slices. ([#471](https://togithub.com/getsentry/sentry-rust/pull/471))
**Thank you**:
Features, fixes and improvements in this release have been contributed by:
- [@MarijnS95](https://togithub.com/MarijnS95)
- [@timfish](https://togithub.com/timfish)
### [`v0.26.0`](https://togithub.com/getsentry/sentry-rust/blob/HEAD/CHANGELOG.md#0260)
[Compare Source](https://togithub.com/getsentry/sentry-rust/compare/0.25.0...0.26.0)
**Breaking Changes**:
- Updated the `debugid` and `uuid` dependencies to versions `0.8.0` and `1.0.0` respectively.
**Features**:
- Request data can now be attached to Transactions and Spans via `set_transaction`. ([#439](https://togithub.com/getsentry/sentry-rust/pull/439))
- macOS versions are now reported instead of the Darwin kernel version. ([#451](https://togithub.com/getsentry/sentry-rust/pull/451))
- Support capturing the error of functions instrumented with `#[instrument(err)]`. ([#453](https://togithub.com/getsentry/sentry-rust/pull/453))
- Support capturing span data of instrumented functions. ([#445](https://togithub.com/getsentry/sentry-rust/pull/445))
- Expose the `debug_images` function from `sentry-debug-images`.
**Fixes**:
- Generate a more correct request URL in the `sentry-tower` integration. ([#460](https://togithub.com/getsentry/sentry-rust/pull/460))
- Do not `panic` on invalid `HTTP(S)_PROXY` env. ([#450](https://togithub.com/getsentry/sentry-rust/pull/450))
**Internal**:
- Project Ids in DSN are treated as opaque strings. ([#452](https://togithub.com/getsentry/sentry-rust/pull/452))
**Thank you**:
Features, fixes and improvements in this release have been contributed by:
- [@jessfraz](https://togithub.com/jessfraz)
- [@hannes-vernooij](https://togithub.com/hannes-vernooij)
- [@rajivshah3](https://togithub.com/rajivshah3)
- [@MarijnS95](https://togithub.com/MarijnS95)
- [@kvnvelasco](https://togithub.com/kvnvelasco)
- [@poliorcetics](https://togithub.com/poliorcetics)
- [@pbzweihander](https://togithub.com/pbzweihander)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
0.25
->0.27
Release Notes
getsentry/sentry-rust
### [`v0.27.0`](https://togithub.com/getsentry/sentry-rust/blob/HEAD/CHANGELOG.md#0270) [Compare Source](https://togithub.com/getsentry/sentry-rust/compare/0.26.0...0.27.0) **Breaking Changes**: - The minium supported Rust version was bumped to **1.57.0** due to requirements from dependencies. ([#472](https://togithub.com/getsentry/sentry-rust/pull/472)) - Add the `rust-version` field to the manifest. ([#473](https://togithub.com/getsentry/sentry-rust/pull/473)) - Update to edition 2021. ([#473](https://togithub.com/getsentry/sentry-rust/pull/473)) **Features**: - Implement `Envelope::from_path` and `Envelope::from_slice`. ([#456](https://togithub.com/getsentry/sentry-rust/pull/456)) - Add basic `attachment` support. ([#466](https://togithub.com/getsentry/sentry-rust/pull/466)) **Internal**: - Replace ancient `lazy_static` crate with `once_cell` or `const` slices. ([#471](https://togithub.com/getsentry/sentry-rust/pull/471)) **Thank you**: Features, fixes and improvements in this release have been contributed by: - [@MarijnS95](https://togithub.com/MarijnS95) - [@timfish](https://togithub.com/timfish) ### [`v0.26.0`](https://togithub.com/getsentry/sentry-rust/blob/HEAD/CHANGELOG.md#0260) [Compare Source](https://togithub.com/getsentry/sentry-rust/compare/0.25.0...0.26.0) **Breaking Changes**: - Updated the `debugid` and `uuid` dependencies to versions `0.8.0` and `1.0.0` respectively. **Features**: - Request data can now be attached to Transactions and Spans via `set_transaction`. ([#439](https://togithub.com/getsentry/sentry-rust/pull/439)) - macOS versions are now reported instead of the Darwin kernel version. ([#451](https://togithub.com/getsentry/sentry-rust/pull/451)) - Support capturing the error of functions instrumented with `#[instrument(err)]`. ([#453](https://togithub.com/getsentry/sentry-rust/pull/453)) - Support capturing span data of instrumented functions. ([#445](https://togithub.com/getsentry/sentry-rust/pull/445)) - Expose the `debug_images` function from `sentry-debug-images`. **Fixes**: - Generate a more correct request URL in the `sentry-tower` integration. ([#460](https://togithub.com/getsentry/sentry-rust/pull/460)) - Do not `panic` on invalid `HTTP(S)_PROXY` env. ([#450](https://togithub.com/getsentry/sentry-rust/pull/450)) **Internal**: - Project Ids in DSN are treated as opaque strings. ([#452](https://togithub.com/getsentry/sentry-rust/pull/452)) **Thank you**: Features, fixes and improvements in this release have been contributed by: - [@jessfraz](https://togithub.com/jessfraz) - [@hannes-vernooij](https://togithub.com/hannes-vernooij) - [@rajivshah3](https://togithub.com/rajivshah3) - [@MarijnS95](https://togithub.com/MarijnS95) - [@kvnvelasco](https://togithub.com/kvnvelasco) - [@poliorcetics](https://togithub.com/poliorcetics) - [@pbzweihander](https://togithub.com/pbzweihander)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.