Skip to content

v0.0.477

Choose a tag to compare

@github-actions github-actions released this 21 Jul 19:07
· 1506 commits to main since this release
3de4fa2

Version 0.0.477 (July 21, 2026)

  • Salesforce JWT Bearer OAuth + full object discovery (#751) — the Salesforce connector authenticates a Connected App via the OAuth 2.0 JWT Bearer flow (consumer key + certificate private key + username, no stored password or interactive login), and indexes every queryable standard and custom (__c) object instead of a fixed five. Sandbox and My-Domain logins now route correctly (sandboxtest.salesforce.com), reference fields become foreign keys in the schema, and SOQL results are capped at 10,000 rows.