Skip to content

Commit

Permalink
Bump io.netty:netty-bom from 4.1.97.Final to 4.1.98.Final (kroxylicio…
Browse files Browse the repository at this point in the history
…us#626)

* Bump io.netty:netty-bom from 4.1.97.Final to 4.1.98.Final

Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.97.Final to 4.1.98.Final.
- [Commits](netty/netty@netty-4.1.97.Final...netty-4.1.98.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Keith Wall <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Keith Wall <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Keith Wall <[email protected]>
  • Loading branch information
dependabot[bot] and k-wall authored Sep 25, 2023
1 parent 8df3d1c commit 889fae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Please enumerate **all user-facing** changes using format `<githib issue/pr numb

## 0.3.0

* [#626](https://github.com/kroxylicious/kroxylicious/pull/626): Bump io.netty:netty-bom from 4.1.97.Final to 4.1.98.Final (#626)
* [#537](https://github.com/kroxylicious/kroxylicious/issues/537): Computation stages chained to the CompletionStage return by #sendRequest using the default executor async methods now run on the Netty Event Loop.
* [#612](https://github.com/kroxylicious/kroxylicious/pull/612): [Breaking] Allow filter authors to declare when their filter requires configuration. Note this includes a backwards incompatible change to the contract of the `Contributor`. `getInstance` will now throw exceptions rather than returning `null` to mean there was a problem or this contributor does not know about the requested type.
* [#608](https://github.com/kroxylicious/kroxylicious/pull/608): Improve the contributor API to allow it to express more properties about the configuration. This release deprecates `Contributor.getConfigType` in favour of `Contributor.getConfigDefinition`. It also removes the proliferation of ContributorManager classes by providing a single type which can handle all Contributors.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<kroxy.extension.version>0.5.0</kroxy.extension.version>
<log4j.version>2.20.0</log4j.version>
<picocli.version>4.7.5</picocli.version>
<netty.version>4.1.97.Final</netty.version>
<netty.version>4.1.98.Final</netty.version>
<netty.io_uring.version>0.0.22.Final</netty.io_uring.version>
<netty.epoll.classifier>linux-x86_64</netty.epoll.classifier>
<netty.io_uring.classifier>linux-x86_64</netty.io_uring.classifier>
Expand Down

0 comments on commit 889fae2

Please sign in to comment.