diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d92eaad731..3f26deb1b3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -49,7 +49,7 @@ body: options: - "SNAPSHOT" - "7.0.1" - - "6.13.4" + - "6.13.5" - "6.12.1" - "6.11.0" - "6.10.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index fa813bd565..840a583b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,6 @@ ### 7.1-SNAPSHOT #### Bugs - * Fix #6747: Preventing websocket error logs when the client is closed * Fix #6781: Allowing ipv6 entries to work in NO_PROXY * Fix #6725: CRD generator missing type for GenericKubernetesResource @@ -20,6 +19,13 @@ #### _**Note**_: Breaking changes +### 6.13.5 (2025-01-18) + +#### Bugs +* Fix #6781: Allowing ipv6 entries to work in NO_PROXY +* Fix #6709: VertxHttpClientFactory reuses the same Vertx instance for each VertxHttpClient instance +* Fix #6792: VertxHttpClient uses exclusive Vert.x instance by default + ### 7.0.1 (2024-12-18) #### Bugs