Install
Works with Drupal: ^10.3 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
194.12 KB
MD5: 938e7d025271ae6ce6318c337018ca4f
SHA-1: 63babd8731c8a0560820869e9065540e642dd554
SHA-256: 41f32da295e6b2f9442463007ae844997cc11e164885cd22b11218cdb4d72bb4
Download zip
365.22 KB
MD5: 7b50808758fcae9a61bbd9c9c1d549f1
SHA-1: f24cb2c2ffe682e33a9b34864bcd7bf1601e7f73
SHA-256: cf81e414a56cfe926588bd5e2f572cd213a6d982ff00cb18fe8f4971c649943d
Security issues fixed
Release notes
Biggest change is deprecation warnings and some refactoring to prepare for deprecation of salesforce_oauth module, and eliminate dependency on lusitanian/oauth.
If you've been putting off updating to salesforce_jwt, it's time to do it now.
Contributors (10)
Dishvola, aaronbauman, amitaibu, balazswmann, bkosborne, colinstillwell88, gcb, johnny5th, sabrina.liman, scotteuser
Changelog
Issues: 15 issues resolved.
Changes since 5.1.2 (compare):
Bug
- #3519451: PHP 8.3 compatibility warning
- fix: #3562234 Warning: foreach() argument must be of type array|object, null given when parameters option is not defined.
- #3250853: Browse available tokens is not working due to 'csrf_token' URL...
- Resolve #3516158 "Mapped object"
- Fix #3563593 - TokenNotFoundException in SalesforceLinkItemList crashes user salesforce page when not connected
- #3560287: Handle missing composite keys when building Webform mapping options
- #3515337 by aaronbauman: Smarter handling for reference fields
Feature
- Resolve #3529230 "Push upsert allowed event"
- #3276564: Allow RelatedID mapped fields to disallow pulls
- Resolve #3543350 "Add reason tracking"
- feat: #3231850 Bulk Operation for SF Push/Pull of entities
Misc
- Fix tests
- Fix cspell
- Allow firebase/php-jwt 7.0
- Add node body field storage, which was removed from core
- Switch from OAuth to Bearer in Authorization header
- Missed the php-jwt in jwt submodule
- Service aliases
- implode() - Argument 2 must be of type array
- Fix implicit nullable deprecation
Task
- [#3556277] fix: Use "main property" for related property name instead of hardcoded 'value'
- Fix deprecated use of implicit nullability declaration. #3547031.
- Resolve #3551878 "Php 8.4 deprecations"
- #3514383 by aaronbauman: Implement new #config_target framework for config forms