Skip to content

Commit

Permalink
chore(main): release mimir-proxies 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 28, 2023
1 parent 5807bcd commit 9de8eb1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.2"
".": "1.1.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.0](https://github.com/grafana/mimir-proxies/compare/mimir-proxies-v1.0.2...mimir-proxies-v1.1.0) (2023-07-28)


### Features

* add otel support for ExtractSampledTraceID ([#46](https://github.com/grafana/mimir-proxies/issues/46)) ([fe211cd](https://github.com/grafana/mimir-proxies/commit/fe211cd3587c29d42ce74245fe7a175b863aa494))


### Bug Fixes

* handle timeout and unexpected eof error by returning 408 or 499 ([#64](https://github.com/grafana/mimir-proxies/issues/64)) ([5807bcd](https://github.com/grafana/mimir-proxies/commit/5807bcd690d5ca291d7d3306c90caeeab85f083d))
* make requestLimitsMiddleware return 400 instead of 500 ([52de8c3](https://github.com/grafana/mimir-proxies/commit/52de8c3a217484194e51c7da080c7f74ca6a9d80))
* return 500 in case of reading body failed ([6a1b562](https://github.com/grafana/mimir-proxies/commit/6a1b562e061465e484dd81345d4b45bb6cb3f6d0))

## [1.0.2](https://github.com/grafana/mimir-proxies/compare/mimir-proxies-v1.0.0...mimir-proxies-v1.0.2) (2023-06-23)


Expand Down

0 comments on commit 9de8eb1

Please sign in to comment.