| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2025-12-15 | 744 Bytes | |
| steampipe_linux_amd64.deb | 2025-12-15 | 19.8 MB | |
| steampipe_linux_amd64.rpm | 2025-12-15 | 20.6 MB | |
| steampipe_linux_arm64.deb | 2025-12-15 | 18.2 MB | |
| steampipe_linux_arm64.rpm | 2025-12-15 | 18.9 MB | |
| steampipe_darwin_amd64.zip | 2025-12-15 | 20.2 MB | |
| steampipe_darwin_arm64.zip | 2025-12-15 | 19.1 MB | |
| steampipe_linux_amd64.tar.gz | 2025-12-15 | 19.7 MB | |
| steampipe_linux_arm64.tar.gz | 2025-12-15 | 18.1 MB | |
| README.md | 2025-12-15 | 1.4 kB | |
| v2.3.3 source code.tar.gz | 2025-12-15 | 578.2 kB | |
| v2.3.3 source code.zip | 2025-12-15 | 1.0 MB | |
| Totals: 12 Items | 156.2 MB | 0 | |
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.