Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.1.0](https://github.com/grafana/mimir-proxies/compare/v1.0.0...v1.1.0) (2024-03-14)


### 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

* actually add release-please-config ([#30](https://github.com/grafana/mimir-proxies/issues/30)) ([9f8f881](https://github.com/grafana/mimir-proxies/commit/9f8f88136925aed525a31ffd658531277ae8ec57))
* add release-please manifest ([#31](https://github.com/grafana/mimir-proxies/issues/31)) ([d4a563f](https://github.com/grafana/mimir-proxies/commit/d4a563fef54f577e69bb819dbdba7bfaaa68fa70))
* adjust date ranges for UTC and remove debug cruft ([#84](https://github.com/grafana/mimir-proxies/issues/84)) ([867f4a8](https://github.com/grafana/mimir-proxies/commit/867f4a8fe691cb3c6b663c8a264c9a0b2f55d66e))
* go version in release-please.yml ([21ac5c4](https://github.com/grafana/mimir-proxies/commit/21ac5c4c6d0e18bcf31a1ccb48729c29dee7e319))
* 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))
* manifest format ([#34](https://github.com/grafana/mimir-proxies/issues/34)) ([7c78521](https://github.com/grafana/mimir-proxies/commit/7c78521cb7f6c2212b0586fe93104fc0475eb2eb))
* return 500 in case of reading body failed ([6a1b562](https://github.com/grafana/mimir-proxies/commit/6a1b562e061465e484dd81345d4b45bb6cb3f6d0))
* skip points outside of archive retention on first pass ([#82](https://github.com/grafana/mimir-proxies/issues/82)) ([b4b782c](https://github.com/grafana/mimir-proxies/commit/b4b782c385f0d4ff9db59970c4c95de6b62a7924))
* try to do building inside release-please ([#29](https://github.com/grafana/mimir-proxies/issues/29)) ([b8a50db](https://github.com/grafana/mimir-proxies/commit/b8a50db44d27bf57c2f8d9e44bd5c559d63981c2))
* try to fix tag naming in gh release ([#39](https://github.com/grafana/mimir-proxies/issues/39)) ([5301c71](https://github.com/grafana/mimir-proxies/commit/5301c713f8bbeddcfbf87d109ecd91d14239d317))
* trying to get release-please to see my packages ([#32](https://github.com/grafana/mimir-proxies/issues/32)) ([b8c258c](https://github.com/grafana/mimir-proxies/commit/b8c258c9dd6bc548064a67a6eb5200812242a6de))
* use goreleaser to build archives ([#37](https://github.com/grafana/mimir-proxies/issues/37)) ([19b6cfe](https://github.com/grafana/mimir-proxies/commit/19b6cfed323e48bbac31e9aca5a85540c3710ebd))
* use NewWithLogger in request_limits middleware ([#66](https://github.com/grafana/mimir-proxies/issues/66)) ([5656112](https://github.com/grafana/mimir-proxies/commit/56561125064cfca5221811f6ce6e94f390b9370c))

## [1.1.1](https://github.com/grafana/mimir-proxies/compare/mimir-proxies-v1.0.2...mimir-proxies-v1.1.0) (2024-03-14)


Expand Down