From 0fd8cb617bb5ebcc971db09e221740585efcd229 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 9 Oct 2024 17:24:41 +0000 Subject: [PATCH] release: 0.1.26 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ VERSION | 2 +- rust/Cargo.toml | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 416f6ec..dcfea87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +## 0.1.26 + +### Various fixes & improvements + +- Move docs off release build path (#45) by @markstory +- Add an error proto to be returned by snuba RPc (#47) by @colin-sentry +- fix(docs) Update python used to build docs (#45) by @markstory +- feat: Publish documentation on each release (#44) by @markstory +- feat(extrapolation): Add an option to enable extrapolation (#39) by @wmak +- account for sparse time series (#28) by @volokluev +- add a table query with aggregate (#28) by @volokluev +- add table example (#28) by @volokluev +- make table endpoint more complete (#28) by @volokluev +- rename to TraceItemTableRequest (#28) by @volokluev +- include buckets in timeseries response (#28) by @volokluev +- add example (#28) by @volokluev +- make groupby attributes a map (#28) by @volokluev +- OP_IN, OP_NOT_IN (#28) by @volokluev +- Improve build output (#27) by @markstory +- endpoint (#28) by @volokluev +- aggregate_bucket -> timeseries (#28) by @volokluev +- more consistent attribute endpoint naming (#28) by @volokluev +- add null value possibility to AttributeValue (#28) by @volokluev +- add NotFilter (#28) by @volokluev +- address comments (#28) by @volokluev +- v3 is deprecated (#35) by @joshuarli +- add number of events and sampling rate to the TimeSeries response (#28) by @volokluev +- typo (#28) by @volokluev + +_Plus 14 more_ + ## 0.1.22 ### Various fixes & improvements diff --git a/VERSION b/VERSION index 7e72641..7db2672 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.22 +0.1.26 diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 78c3cf3..0157134 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sentry_protos" -version = "0.1.22" +version = "0.1.26" edition = "2021" readme = "README.md" description = "Rust bindings for sentry-protos"