Salesforce plugin v1.3.0 - Added 9 new tables including salesforce_login_history, salesforce_organization, and others

Jul 28, 2026steampipe

What's new?

Bug fixes

  • Removed the hardcoded account_id column from the salesforce_user table to prevent query errors in orgs without Customer or Partner portals enabled. The column is still added automatically in orgs where the User.AccountId field exists. (#100) (Thanks @vthiery for the contribution!)

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v6.0.0 which fixes a data race on connection config access.
  • Recompiled plugin with Go version 1.26.0. (#91)