From b68be202340095568ed5388f672302c9622924b0 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Thu, 13 Feb 2025 22:12:55 +0530 Subject: [PATCH 1/2] Downgrade tcnative version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4cca02ff0..44048eb6f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ ballerinaLangVersion=2201.11.0 ballerinaTomlParserVersion=1.2.2 commonsLang3Version=3.12.0 nettyVersion=4.1.118.Final -nettyTcnativeVersion=2.0.70.Final +nettyTcnativeVersion=2.0.66.Final bouncycastleVersion=1.78 slf4jVersion=1.7.30 jakartaXmlBindVersion=4.0.0 From ce913ef2115cad11cec3865ffec036f5bd6afdc2 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Thu, 13 Feb 2025 22:13:27 +0530 Subject: [PATCH 2/2] Update changelog --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 8b21c6b3e..f4db33f40 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,12 @@ This file contains all the notable changes done to the Ballerina HTTP package th The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Changed + +- [Downgrade netty tcnative version](https://github.com/ballerina-platform/ballerina-library/issues/7584) + ## [2.13.1] - 2025-02-11 ### Fixed