Skip to content

Commit 0a9da19

Browse files
committed
release: 2.1.1
1 parent b36abc9 commit 0a9da19

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Kafka topics and schemas for Sentry"
55
repository = "https://github.com/getsentry/sentry-kafka-schemas"
66
license-file = "./LICENSE.md"
7-
version = "2.1.0"
7+
version = "2.1.1"
88
edition = "2021"
99

1010
build = "rust/build.rs"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]:
99

1010
setup(
1111
name="sentry-kafka-schemas",
12-
version="2.1.0",
12+
version="2.1.1",
1313
author="Sentry",
1414
author_email="[email protected]",
1515
url="https://github.com/getsentry/sentry-kafka-schemas",

0 commit comments

Comments
 (0)