You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increase the package's default Salesforce API version to 54.0 (Spring '22)
Added a deprecation warning that using basic authentication (password and
security token) will no longer work since Salesforce announced that all
customers will be migrated to MFA beginning February 1st, 2022
(link). Many thanks to @klaw2 for highlighting in #113.
Remove deprecated use of dplyr::across() and add logic to circumvent a
new warning emitted by readr::type_convert() when no character columns
are present
Bug fixes
Changed the naming convention for dashboard-related functions to contain the
action verb first (e.g., sf_copy_dashboard instead of sf_dashboard_copy)