Skip to content

Commit 8b64304

Browse files
committed
release: 23.1.1
1 parent cd7fa7d commit 8b64304

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## 23.1.1
4+
5+
### Various fixes & improvements
6+
7+
- ref(DC): Remove Generic Metrics Python (#3650) by @rahul-kumar-saini
8+
- ref(config): Create Replays Entity yaml file (#3643) by @enochtangg
9+
- ref(config) Create Profiles Entity yaml file (#3642) by @enochtangg
10+
- feat(DC): create events entity, expand testing, fix transactions yaml (#3645) by @volokluev
11+
- refDC): Extract session translation mappers (#3636) by @volokluev
12+
- ref: remove yarn apt list after installation (#3648) by @asottile-sentry
13+
- feat(api-abuse): Add triggered rate limiter name to Querylog stats (#3625) by @enochtangg
14+
- migrations: make querylog match SaaS (#3611) by @dbanda
15+
- build: Arroyo 2.5.0 (#3635) by @lynnagara
16+
- feat: Clean up unused topic (#3634) by @lynnagara
17+
- ref(DC): Add FixedString field to configuration (#3630) by @volokluev
18+
- feat(config): Migrate GroupedMessage and GroupAssignee Entities to YAML (#3616) by @evanh
19+
- ref(migrations): Simplfy policies and status checks (#3606) by @MeredithAnya
20+
- fix(outcomes): Add TTL to outcomes dataset (#3615) by @nikhars
21+
- ref(copy-tables): fix regex (#3631) by @MeredithAnya
22+
- feat(profiling): Add profile id to transactions table (#3607) by @Zylphrex
23+
- ref(config) Migrate Outcomes and OutcomesRaw entities to YAML (#3632) by @evanh
24+
- feat: Tag invalid messages for DLQ with `invalid_message`: `true` (#3633) by @lynnagara
25+
- ref: Remove invalid TODO (#3624) by @lynnagara
26+
- feat: Remove ability to override scheduling mode (#3623) by @lynnagara
27+
- feat(api-abuse): Add timing metrics for table_concurrent (#3628) by @enochtangg
28+
- ref: Remove debugging code (#3621) by @lynnagara
29+
- add settings for codecov (#3627) by @volokluev
30+
- migrations: make errors schema match SaaS (#3604) by @dbanda
31+
32+
_Plus 18 more_
33+
334
## 23.1.0
435

536
### Various fixes & improvements

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
1616
error-reporting or application monitoring features of the
1717
Licensed Work.
1818

19-
Change Date: 2026-01-17
19+
Change Date: 2026-01-26
2020

2121
Change License: Apache License, Version 2.0
2222

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
copyright = "2021, Sentry Team and Contributors"
88
author = "Sentry Team and Contributors"
99

10-
release = "23.2.0.dev0"
10+
release = "23.1.1"
1111

1212

1313
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
VERSION = "23.2.0.dev0"
5+
VERSION = "23.1.1"
66

77

88
def get_requirements() -> Sequence[str]:

0 commit comments

Comments
 (0)