Skip to content

Commit de64077

Browse files
author
getsentry-bot
committed
Merge branch 'release-library/0.9.14'
2 parents 7ac48f0 + fb0730e commit de64077

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
- Introduces a project scope sampling rule type. ([#5077](https://github.com/getsentry/relay/pull/5077)))
66
- Add InstallableBuild and SizeAnalysis data categories. ([#5084](https://github.com/getsentry/relay/pull/5084))
77

8+
## 0.9.14
9+
10+
### Various fixes & improvements
11+
12+
- feat(preprod): Add SizeAnalysis, InstallableBuild data categories (#5084) by @chromy
13+
- feat(ds): Introduce a project dynamic sampling rule type (#5077) by @Dav1dde
14+
- release: 0.9.13 (b9906104) by @getsentry-bot
15+
- fix(ourlogs): Improve PII Scrubbing for attributes (#5061) by @k-fish
16+
817
## 0.9.13
918

1019
### Various fixes & improvements

relay-cabi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "relay-cabi"
3-
version = "0.9.13"
3+
version = "0.9.14"
44
authors = ["Sentry <[email protected]>"]
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"

0 commit comments

Comments
 (0)