3 Commits

Author SHA1 Message Date
Nathan Wallace
a23583dd91 Query history memory leak - unbounded growth closes #4811 (#4859)
* Add test for #4811: query history should have bounded size

* Fix #4811: Enforce bounded size for query history

Add enforceLimit() helper that ensures history never exceeds HistorySize.
Call it from Get(), Push(), and load() to prevent unbounded memory growth
even when history is pre-populated from file or direct manipulation.
2025-11-15 11:22:31 -05:00
Puskar Basu
e19d35c457 chore: update module to v2 and bump Go version to 1.24 (#4597) 2025-07-07 16:03:56 +05:30
kaidaguerre
5193c70395 Restructure steampipe repo to use pkg folder. Closes #2204 2022-06-27 11:36:03 +01:00