Changes since 24.8.0.alpha5
New features
-
Add feature flag for Master Detail Layout
Commit · Pull requestAdds a feature flag for the Master Detail Layout component. Note that we want to release the component as a preview feature in 24.7, so that people can try it out sooner. So let's cherry-pick the flag to that branch as well.
Fixes
-
Prevent resending message when request is in progress
Commit · Pull request · IssueWhen a request takes longer to respond than the configured
maxMessageSuspendTimeout
, the Flow client still attempts to resend the last message to the server, causing inconsistencies with the connection state indicator in subsequent requests. This change prevents messages from being resent while a request is in progress. It also updates the reconnection mechanism to properly attempt an HTTP request, instead of merely re-adding the unsent message to the client queue. -
Add native hint for feature flags file
Commit · Pull request · Issue