There are no significant changes in this plugin version; it has been released to align with Steampipe's v1.0.0 release. This plugin adheres to semantic versioning, ensuring backward compatibility within each major version.
Dependencies
- Recompiled plugin with Go version
1.22
. (#110) - Recompiled plugin with steampipe-plugin-sdk v5.10.4 that fixes logging in the plugin export tool. (#110)
What's new?
- The plugin can now be downloaded and used with the Steampipe CLI, as a Postgres FDW, as a SQLite extension and as a standalone exporter. (#100)
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. (#100)
- Docs license updated to match Steampipe CC BY-NC-ND license. (#100)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.8.0 that includes plugin server encapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to
_ctx
column, and fixing connection and potential divide-by-zero bugs. (#99)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#87)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#85)
- Recompiled plugin with Go version
1.21
. (#85)
Bug fixes
- Updated the
bitbucket.spc
andindex.md
files to include details ofBITBUCKET_USERNAME
,BITBUCKET_PASSWORD
, andBITBUCKET_API_BASE_URL
environment variables. (#77)
Enhancements
- Added the
default_reviewers
column tobitbucket_repository
andbitbucket_my_repository
tables. (#64)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.5.0 which significantly reduces API calls and boosts query performance, resulting in faster data retrieval. (#72)
Enhancements
- Added columns
account_status
,created_on
,is_staff
andnickname
tobitbucket_workspace_member
table. (#71) (Thanks @pdecat for the contribution!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.3.0 which includes fixes for query cache pending item mechanism and aggregator connections not working for dynamic tables. (#69)
Bug fixes
- Fixed the
docs/index.md
and theconfig/bitbucket.spc
files to include the correct permission scope to query the tables. (#66)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.7 which includes several caching and memory management improvements. (#60)
- Recompiled plugin with Go version
1.19
. (#60)
Bug fixes
- Added pagination support to
bitbucket_branch
table to allow more than 10 results to be returned. (#58)
Bug fixes
- Fixed the Slack community links in README and docs/index.md files. (#53)
Enhancements
- Added support for native Linux ARM and Mac M1 builds. (#50)
- Recompiled plugin with steampipe-plugin-sdk v3.1.0 and Go version
1.18
. (#51)
Enhancements
- Recompiled plugin with Go version 1.17 (#47)
- Recompiled plugin with steampipe-plugin-sdk v1.8.2 (#46)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.6.1 (#43)
What's new?
- New tables added
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.3.1
What's new?