diff --git a/CHANGELOG.md b/CHANGELOG.md index 416f6ec..a586d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +## 0.1.27 + +### Various fixes & improvements + +- try to fix imports (#46) by @evanh +- add orderby, use enum for item name (#46) by @evanh +- add event filter to page token (#46) by @evanh +- add event filter to page token (#46) by @evanh +- Deprecate FUNCTION_AVERAGE (#50) by @volokluev +- fix filters (#46) by @evanh +- comment fixes (#46) by @evanh +- Cleanup (#49) by @markstory +- Try local secret (#49) by @markstory +- Debug build files (#49) by @markstory +- fix(docs) Need to install protoc for docs build (#48) by @markstory +- Move docs off release build path (#45) by @markstory +- Add an error proto to be returned by snuba RPc (#47) by @colin-sentry +- feat(eap): Add an endpoint to find traces (#46) by @evanh +- fix(docs) Update python used to build docs (#45) by @markstory +- feat: Publish documentation on each release (#44) by @markstory +- feat(filtering): Add float array (#43) by @wmak +- 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 + +_Plus 27 more_ + ## 0.1.22 ### Various fixes & improvements diff --git a/VERSION b/VERSION index 7e72641..a2e1aa9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.22 +0.1.27 diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 78c3cf3..af7a112 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sentry_protos" -version = "0.1.22" +version = "0.1.27" edition = "2021" readme = "README.md" description = "Rust bindings for sentry-protos"