Skip to content

Commit

Permalink
update changelog for 2.9x
Browse files Browse the repository at this point in the history
  • Loading branch information
poyzannur committed Jan 24, 2024
1 parent c9a0bd2 commit baca6f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
## Unreleased
## 2.9.4 (2024-01-24)

### All Changes

#### Loki

##### Fixes

* [11606](https://github.com/grafana/loki/pull/11606) **dannykopping** Fixed regression adding newlines to HTTP error response bodies which may break client integrations.
* [11601](https://github.com/grafana/loki/pull/11601) **dannykopping** Ruler: Fixed a panic that can be caused by concurrent read-write access of tenant configs when there are a large amount of rules.
* [11612](https://github.com/grafana/loki/pull/11612) **dannykopping** Ruler: catering for another data race in tenant config.
* [11657](https://github.com/grafana/loki/pull/11657) **ashwanthgoli** Log results cache: compose empty response based on the request being served to avoid returning incorrect limit or direction.
* [11654](https://github.com/grafana/loki/pull/11654) **dannykopping** Cache: atomically check background cache size limit correctly.
* [11587](https://github.com/grafana/loki/pull/11587) **trevorwhitney** Fix semantics of label parsing logic of metrics and logs queries. Both only parse the first label if multiple extractions into the same label are requested.

##### Security
* [11745](https://github.com/grafana/loki/pull/11745) Update `golang.org/x/crypto` to `v0.18.0`

## 2.9.3 (2023-10-16)
## 2.9.3 (2023-12-11)

### All Changes

Expand Down

0 comments on commit baca6f1

Please sign in to comment.