Skip to content

RSQL v1.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 19:06
28a7c89

Highlights

  • Major performance work across the query pipeline: zero-copy simple-query flow, packed binary IPC, faster virtual pagination with server-side cursors, dual connection pooling, WebGL grid improvements, SIMD JSON serialization with sonic-rs, and parallel page packing for very large results.
  • SSL/TLS groundwork, SSH support, and backend pool handling improvements.
  • Distribution and product polish: built-in self-updater, signed updater artifacts in the release workflow, Windows and Linux signing work, release pipeline cleanup, and a new website with an in-browser PostgreSQL sandbox at https://rsql.rust-dd.com.

Fixes and polish

  • Multiple rendering and memory fixes
  • Query execution and virtual grid speedups
  • Better release and versioning automation
  • General UI cleanup and workflow fixes

Notes

  • macOS signing and notarization are still in progress. If macOS blocks the app, run:
    xattr -dr com.apple.quarantine /Applications/RSQL.app

Full Changelog: v.1.0.1...v1.1.0