v0.0.477
·
1506 commits
to main
since this release
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 (sandbox→test.salesforce.com), reference fields become foreign keys in the schema, and SOQL results are capped at 10,000 rows.