From 1780512c8ca6646eff4d901a0f04c52106004498 Mon Sep 17 00:00:00 2001 From: Jing Tao Date: Tue, 18 Aug 2026 15:29:20 -0700 Subject: [PATCH] Added the release note for 2.5.1. --- RELEASE-NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index db67576..0ba85d7 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,9 @@ # d1_common_java Release Notes +## 2.5.1 (2026-08-18) +- Intent: Deliver a bug-fixed patch release following 2.5.0. +- Bug fixes: Fixed an encoding issue that prevented content containing special characters from being correctly retrieved from HTTP multipart requests (issue #13, PR #14). + ## 2.5.0 (2026-07-06) - Intent: Deliver a modernization and maintenance release focused on Java 17/21/25 compatibility, security hardening, and release pipeline updates.