Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Snuba
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Synced
Snuba
Commits
ee36ba71
Commit
ee36ba71
authored
1 year ago
by
getsentry-bot
Browse files
Options
Downloads
Patches
Plain Diff
release: 23.12.1
parent
4e64eada
No related branches found
Branches containing commit
Tags
23.12.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+27
-0
27 additions, 0 deletions
CHANGELOG.md
docs/source/conf.py
+1
-1
1 addition, 1 deletion
docs/source/conf.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
29 additions
and
2 deletions
CHANGELOG.md
+
27
−
0
View file @
ee36ba71
# Changelog
## 23.12.1
### Various fixes & improvements
-
perm(cardinality-analyzer): Replace team-ingestion-pipeline with team-ingest (#5240) by @Dav1dde
-
ref(profiling): add profiles to admin and web (#5234) by @MeredithAnya
-
feat(replays): Add react_component_name column (#5232) by @cmanallen
-
feat(cardinality): Add clickhouse host and port parameters (#5237) by @nikhars
-
feat(replays): Add react_component_name column migration (#5231) by @cmanallen
-
chore(deps): bump @sentry/react from 7.56.0 to 7.88.0 in /snuba/admin (#5224) by @dependabot
-
Optimize ConsumerState (#5236) by @Swatinem
-
fix(rust): Handle rebalancing ourselves, remove usage of pre/post-rebalance callbacks (#5229) by @untitaker
-
Unify Timeout/Deadline operations (#5230) by @Swatinem
-
feat(rust): Port arroyo.consumer.latency metric (#5214) by @loewenheim
-
feat(metrics) Add a MQL endpoint to Snuba API (#5193) by @evanh
-
fix(rust): Fix consumer deadlock on strategy panic (#5216) by @lynnagara
-
ref(migrations): add experimental readiness state to policies (#5206) by @MeredithAnya
-
Use jemalloc unconditionally (#5228) by @Swatinem
-
feat(replays): Add rust-based message processor (#5215) by @cmanallen
-
Use jemalloc in Docker image (#5227) by @Swatinem
-
fix(rust): Fix
`self.consumer_offsets`
(#5220) by @lynnagara
-
build(rust): Update maturin and add to requirements.txt (#5218) by @lynnagara
-
feat(metrics-summaries): Deploy metrics-summaries consumer automatically (#5221) by @phacops
-
feat(metrics-summaries): Enable metrics-summaries for SaaS (#5219) by @phacops
-
feat(rust): Port run_task_in_threads test (#5213) by @loewenheim
-
meta: Bump new development version (b18bf981)
## 23.12.0
### Various fixes & improvements
...
...
This diff is collapsed.
Click to expand it.
docs/source/conf.py
+
1
−
1
View file @
ee36ba71
...
...
@@ -7,7 +7,7 @@ project = "Snuba"
copyright
=
"
2021, Sentry Team and Contributors
"
author
=
"
Sentry Team and Contributors
"
release
=
"
2
4
.1
.0.dev0
"
release
=
"
2
3
.1
2.1
"
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
ee36ba71
...
...
@@ -2,7 +2,7 @@ from typing import Sequence
from
setuptools
import
find_packages
,
setup
VERSION
=
"
2
4
.1
.0.dev0
"
VERSION
=
"
2
3
.1
2.1
"
def
get_requirements
()
->
Sequence
[
str
]:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment