2.3.1 #328
guoshiqiufeng
announced in
Releases
2.3.1
#328
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Release Notes - Version 2.3.1
Overview
Version 2.3.1 is a maintenance release that addresses critical bugs in Spring integration and DTO serialization, improving stability and reliability of the framework.
Bug Fixes
1. File Byte Handling in Spring Integration (PR #327)
ResponseConverterwith improved byte array handling and content type detection.RestClientExecutorandWebClientExecutorfor better binary data processing.DifyRestLoggingInterceptorto properly handle file content in logging.ResponseConverter- Enhanced binary response handlingRestClientExecutor- Fixed file upload/download byte processingWebClientExecutor- Improved reactive stream byte handlingDifyRestLoggingInterceptor- Better logging for binary content2. DTO toString Method Issues (PR #324)
toString()method implementations across multiple DTO classes to prevent serialization errors.MultiValueMap.toString()implementations for:ChatMessageSendCompletionResponseParallelBranchFinishedData(both chat and workflow packages)ChatMessagePipelineModelSegmentUpdateParamAppsResponseResultLoginResultResponseImprovements
ResponseConverterandDifyRestLoggingInterceptor.Tests
ResponseConverterTest.WebClientExecutorTest.DifyRestLoggingInterceptorTestfor binary content logging.This discussion was created from the release 2.3.1.
All reactions