Nathan Wallace
5c11d66574
Fix #4699 : Add bounds check to isValidDatabaseName ( #4733 )
2025-11-11 19:25:44 +08:00
Nathan Wallace
5e1d316759
Fix #4710 : Return empty slice instead of nil in getTableAndConnectionSuggestions ( #4734 )
2025-11-11 19:25:03 +08:00
Nathan Wallace
8baad08f41
Fix #4718 : Use atomic write to prevent partial files ( #4740 )
2025-11-11 19:06:13 +08:00
Nathan Wallace
a7cb5caa02
Fix #4715 : Add mutex protection to export.Manager ( #4738 )
2025-11-11 18:54:52 +08:00
Nathan Wallace
7996d3c878
Fix #4712 : Make Result.Close() idempotent ( #4741 )
2025-11-11 18:53:18 +08:00
Nathan Wallace
99fd81ccf6
Fix memory leak in DatabaseSession management (issue #3737 ) ( #4742 )
2025-11-11 18:35:16 +08:00
Nathan Wallace
6ebc0e5040
Fix #4744 : Race condition on spinner.Suffix field ( #4772 )
2025-11-11 18:01:56 +08:00
Nathan Wallace
da0c9ddc0e
Fix #4750 : Nil pointer panic in RegisterExporters ( #4769 )
2025-11-11 17:58:06 +08:00
Nathan Wallace
28fb1d5237
Fix #4767 : GetDbClient error handling ( #4770 )
2025-11-11 17:54:56 +08:00
Nathan Wallace
1472e96e74
Fix #4748 : SQL injection vulnerability in GetSetConnectionStateSql ( #4773 )
2025-11-11 17:39:46 +08:00
Nathan Wallace
ca32de335c
Fix #4757 : Race condition in exemplarSchemaMap ( #4774 )
2025-11-11 17:31:58 +08:00
Nathan Wallace
aa696c9da3
Fix #4756 : Race condition in Viper global state ( #4775 )
2025-11-11 17:29:59 +08:00
Nathan Wallace
13a24f840f
Fix #4768 : Goroutine leak in snapshot ( #4776 )
2025-11-11 17:26:33 +08:00
Nathan Wallace
4281ad3f10
Add comprehensive tests for pkg/{task,snapshot,cmdconfig,statushooks,introspection,initialisation,ociinstaller} ( #4765 )
2025-11-11 17:02:49 +08:00
Puskar Basu
603ae82e6e
Fix glibc errors in linux builds ( #4692 )
2025-11-03 13:49:19 +05:30
Puskar Basu
6367945009
Fix issue where macOS binaries failed to run due to absolute openssl paths and too-new min OS ( #4687 )
2025-10-31 16:20:33 +05:30
Puskar Basu
2fa696b2db
Update embedded postgresql version to 14.19 ( #4671 )
2025-10-29 22:00:25 +05:30
Puskar Basu
1670b1b264
FDW v2.1.3
2025-09-24 13:01:48 +05:30
Priyanka Chatterjee
a5ba443c6a
Enhance StartServices function to include warning for existing Steampipe service connection on the same port ( #4625 )
2025-09-24 11:33:27 +05:30
Priyanka Chatterjee
7e73bd40fe
Add support for using function calls in config ( #4639 )
2025-09-24 11:30:32 +05:30
Priyanka Chatterjee
d5de83fa1c
Update plugin removal message for clarity on unneeded connections and associated plugins ( #4624 )
2025-08-13 15:10:31 +05:30
Priyanka Chatterjee
86628e56ce
Fix issue where steampipe login was not respecting PIPES_INSTALL_DIR env var ( #4616 )
2025-07-22 13:29:41 +05:30
Puskar Basu
b4bc8771c0
Update FDW to v2.1.0 ( #4607 )
2025-07-09 12:50:01 +01:00
Puskar Basu
f3e685e9ae
Fix versioning in task pkg
2025-07-07 22:26:19 +05:30
Puskar Basu
269d98ecd6
Fix versioning ( #4603 )
2025-07-07 21:21:31 +05:30
Puskar Basu
e19d35c457
chore: update module to v2 and bump Go version to 1.24 ( #4597 )
2025-07-07 16:03:56 +05:30
Puskar Basu
1c9f3ac9fc
Merge branch 'v2.0.x' into develop
2025-07-07 13:06:15 +05:30
Puskar Basu
ae106141a7
Fix 'unused' linting errors
2025-06-17 12:20:12 +05:30
kaidaguerre
51c5022e96
Fix pluginmanager not running error when starting steampipe via a symlink. Closes #4573 ( #4574 )
2025-06-12 00:01:59 +05:30
Puskar Basu
c8a6479e4d
FDW v2.0.0
2025-06-11 18:38:53 +05:30
Puskar Basu
141b7607e8
v2.0.0
2025-06-11 18:15:24 +05:30
Puskar Basu
4ac7bf8919
v1.2.0 ( #4566 )
2025-06-11 16:11:03 +05:30
Puskar Basu
097ef2c1a0
Update FDW to v1.13.0 to fix the issue where Steampipe did not correctly provide planning cost information for key-columns with an any-of requirement ( #4565 )
2025-06-11 15:46:37 +05:30
kaidaguerre
d97cacab4a
Improve logging for verifyRunning ( #4562 )
2025-06-11 15:00:08 +05:30
Puskar Basu
25b80b2f3e
v1.1.4
2025-06-04 21:49:09 +05:30
Puskar Basu
3488d95174
Upgrade FDW to v1.12.7 and SDK to v5.11.7
2025-06-04 17:07:07 +01:00
Puskar Basu
219c049eae
Fix issue where steampipe was returning 0 exit code for API failures. Closes #4551
2025-06-04 15:25:26 +01:00
Puskar Basu
74aacfc3a6
v1.1.3
2025-05-15 14:49:23 +05:30
kaidaguerre
30c344a4f8
Fix plugin manager verifyRunning function to avoid false positives, which lead to failure to start the plugin manager. Fixes #4507
...
* pluginmanager.State.verifyRunning() now checks the process corresponding to the pid is a plugin manager process
pluginmanager.State.kill() deletes the plugin manager state file even if the process is not found
2025-05-14 09:46:42 +01:00
Puskar Basu
f21ecc8213
v1.1.2
2025-05-06 19:57:54 +05:30
Puskar Basu
2e1d51bd07
v1.1.1
2025-04-25 20:05:51 +05:30
kai
a312d91d97
v1.1.0
2025-04-10 13:11:48 +01:00
Puskar Basu
11968dd40c
update fdw
2025-03-31 17:35:06 +05:30
Puskar Basu
b951ef8086
fix fdw version
2025-03-31 17:35:06 +05:30
Puskar Basu
39cd8a1a48
new fdw and new db
2025-03-31 17:35:06 +05:30
Puskar Basu
ef17de7320
db 14.17.0-dev.10
2025-03-31 17:35:06 +05:30
Puskar Basu
f6d704e3ff
upgrade pipe-fittings
2025-03-31 17:35:06 +05:30
Puskar Basu
ca1ac76ed8
14.17.0-dev.8 and also test on darwin amd
2025-03-31 17:35:06 +05:30
Puskar Basu
fdbbaa1538
14.17.0-dev.7 and also test on linux arm
2025-03-31 17:35:06 +05:30
Puskar Basu
0d45f44ec8
14.17.0-dev.6
2025-03-31 17:35:06 +05:30