Memory and Resource Management
- Fix query history memory leak due to unbounded growth. (#4811)
- Fix unbounded growth in autocomplete suggestions maps. (#4812)
- Fix goroutine leak in snapshot functionality. (#4768)
Context and Synchronization
- Fix RunBatchSession blocking when initData.Loaded never closes. (#4781)
File Operations and Installation
- Fix atomic write to prevent partial files during export. (#4718)
- Fix atomic OCI installations to prevent inconsistent states. (#4758)
- Fix atomic FDW binary replacement. (#4753)
- Fix disk space validation before OCI installation. (#4754)
General Fixes
- Improved SQL query parameterization in connection state management to prevent SQL injections. (#4748)
- Increase snapshot row streaming timeout from 5s to 30s. (#4866)
Dependencies
- Updated
containerdandcryptopackages to remediate vulnerabilities.