File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog and versioning
2
2
3
+ ## 0.1.8
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - ref: Bump json-schema-diff (#142 ) by @untitaker
8
+ - fix(transactions): Remove properties incorrectly set to required in trace context (#139 ) by @lynnagara
9
+ - fix(ingest-replay-recordings): Fix consumer service (#141 ) by @lynnagara
10
+ - fix(transactions): measurement.unit is not required (#140 ) by @lynnagara
11
+ - fix(transactions): Fix parent-span-id (#138 ) by @lynnagara
12
+ - fix: Update jsonschema-gentypes (#136 ) by @untitaker
13
+ - ref: reference SENTRY_INTERNAL_APP_ID from vars (#137 ) by @asottile-sentry
14
+
3
15
## 0.1.7
4
16
5
17
### Various fixes & improvements
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Kafka topics and schemas for Sentry"
5
5
repository = " https://github.com/getsentry/sentry-kafka-schemas"
6
6
license-file = " ./LICENSE"
7
- version = " 0.1.7 "
7
+ version = " 0.1.8 "
8
8
edition = " 2021"
9
9
10
10
build = " rust/build.rs"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]:
9
9
10
10
setup (
11
11
name = "sentry-kafka-schemas" ,
12
- version = "0.1.7 " ,
12
+ version = "0.1.8 " ,
13
13
author = "Sentry" ,
14
14
author_email = "oss@sentry.io" ,
15
15
url = "https://github.com/getsentry/sentry-kafka-schemas" ,
You can’t perform that action at this time.
0 commit comments