File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog and versioning
22
3+ ## 2.1.1
4+
5+ ### Various fixes & improvements
6+
7+ - feat(preprod): add requested_features field to PreprodArtifact event schema (#437 ) by @trevor-e
8+ - chore(preprod): Create DLQ for preprod kafka topic (#436 ) by @NicoHinderling
9+ - ref(schemas-diff): Expand details by default (#435 ) by @untitaker
10+ - feat: Add key_id as required field to ingest-spans and buffered-segments (#420 ) by @jan-auer
11+ - feat(ingest-spans): Add segment_id to spans (#433 ) by @jan-auer
12+
313## 2.1.0
414
515### Various fixes & improvements
Original file line number Diff line number Diff line change 44description = " Kafka topics and schemas for Sentry"
55repository = " https://github.com/getsentry/sentry-kafka-schemas"
66license-file = " ./LICENSE.md"
7- version = " 2.1.0 "
7+ version = " 2.1.1 "
88edition = " 2021"
99
1010build = " rust/build.rs"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]:
99
1010setup (
1111 name = "sentry-kafka-schemas" ,
12- version = "2.1.0 " ,
12+ version = "2.1.1 " ,
1313 author = "Sentry" ,
14141515 url = "https://github.com/getsentry/sentry-kafka-schemas" ,
You can’t perform that action at this time.
0 commit comments