Version 1.6.0

Other Changes

  • :clamp: WebSocket compression is now disabled by default, which will improve CPU and latency performance for large dataframes. You can use the server.enableWebsocketCompression
    configuration option to re-enable it if you find the increased network traffic more impactful.
  • :ballot_box_with_check: :radio_button: Radio and checkboxes improve focus on Keyboard navigation (#4308)
5 Likes

The disabling of websocket-compression fixed an issue we had with large dataframes in aggrid.
We were trying to find a workaround that did not require the disable of websocket-compression since it was not recommended before.
But now it is the default setting, we just upgraded and saved the hours :wink:

so tl/dr:
Great job ! <3

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.