Skip to content

Commit

Permalink
docs(changelog): add 2.8.2-2.8.5 changelog entries (#13392)
Browse files Browse the repository at this point in the history
* docs(changelog): add 2.8.2-2.8.5 changelog entries

* remove release date
  • Loading branch information
AndyZhang0707 authored Jul 27, 2024
1 parent 5a2f2d5 commit 61e2c76
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG-OLD.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Looking for recent releases? Please see [CHANGELOG.md](CHANGELOG.md) instead.

- [2.8.5](#285)
- [2.8.4](#284)
- [2.8.3](#283)
- [2.8.2](#282)
- [2.8.1](#281)
- [2.8.0](#280)
- [2.7.1](#271)
Expand Down Expand Up @@ -65,6 +69,55 @@ Looking for recent releases? Please see [CHANGELOG.md](CHANGELOG.md) instead.
- [0.10.0](#0100---20170307)
- [0.9.9 and prior](#099---20170202)

## [2.8.5]

### Kong

#### Performance
##### Performance

- Fixed an inefficiency issue in the Luajit hashing algorithm
[#13269](https://github.com/Kong/kong/issues/13269)


#### Fixes
##### Default

- Added zlib1g-dev dependency to Ubuntu packages.
[#13269](https://github.com/Kong/kong/issues/13269)


## [2.8.4]

### Fixes

- Fixed a bug where internal redirects (i.e. those produced by the error_page directive) could interfere with worker process handling the request when buffered proxying is being used.

## [2.8.3]

### Fixes

##### Plugins

- **HTTP Log**: fix internal error during validating the schema if http_endpoint contains
userinfo but headers is empty [#9574](https://github.com/Kong/kong/pull/9574)
- Update the batch queues module so that queues no longer grow without bounds if
their consumers fail to process the entries. Instead, old batches are now dropped
and an error is logged.
[#10247](https://github.com/Kong/kong/pull/10247)

##### CLI

- Fixed a packaging problem affecting a subset of releases where the `kong version`
command was incorrect

## [2.8.2]

### Dependencies

- Bumped `OpenSSL` from 1.1.1n to 1.1.1o
[#8635](https://github.com/Kong/kong/pull/8809)

## [2.8.1]

### Dependencies
Expand Down

1 comment on commit 61e2c76

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:61e2c761d7ec7757552b54851a992b5a8740f4be
Artifacts available https://github.com/Kong/kong/actions/runs/10120081678

Please sign in to comment.