Simple Salesforce Versions Save

A very simple Salesforce.com REST API client for Python

v1.12.6

1 month ago

v1.12.6

Features

  • [#771] Add support for Non-Standrad Domain in JWT Token
  • [#705] Allow parameters passed through to _call_salesforce using kwargs
  • [#697] Add support for query_all in bulk2
  • [#660] Add typing annotations

Bug Fixes

  • [#680] Remove unused dependency crytography
  • [#683] Fix utf-8 encoding in bulk2

What's Changed

Full Changelog: https://github.com/simple-salesforce/simple-salesforce/compare/v1.12.5...v1.12.6

v1.12.5

8 months ago

#648 Add support for bulk2.0 #662 Add OAuth 2.0 client credentials login

v1.12.4

1 year ago

v1.12.4

Bug Fixes

  • [#612] Fix unescaped username for JWT claim

Other

  • [#636] Fix README typos
  • [#634] Added object_pairs_hook to SFType
  • [#618] Fixed indentation in setup.py
  • [#614] Updated README with tutorial video
  • [#607] Fixed misspellings

v1.12.3

1 year ago

v1.12.3

Bug Fixes

  • [#594] Fix infinite refresh session issue
  • [#603] Fix upsert metadata
  • [#604] Fix escaped username and password in connected app

Other

  • [#585] Additional documentation (README) on using package with Process Approvals rest API
  • [#597] Use f-strings
  • [#599] Use replace os.path with pathlib

What's Changed

New Contributors

Full Changelog: https://github.com/simple-salesforce/simple-salesforce/compare/v1.12.2...v1.12.3

v1.12.2

1 year ago

Remove leftover reference to Python 3.5 support (https://github.com/simple-salesforce/simple-salesforce/pull/563) Support for Python 3.5 was dropped in https://github.com/simple-salesforce/simple-salesforce/pull/556, so it should not be listed as a supported version in the README.

add connected app support

Bug/v1.12.2/bulk autosize batch (https://github.com/simple-salesforce/simple-salesforce/pull/575)

add waits as arguments to exposed bulk api methods (https://github.com/simple-salesforce/simple-salesforce/pull/565)

add ability to bypass results being returned

Avoid a ZeroDivisionError in bulk.py (https://github.com/simple-salesforce/simple-salesforce/pull/568)

Raise an error if no data provided in bulk queries

v1.12.1

1 year ago

#560 Fixed argument position in SFType caused by #507

v1.12.0

1 year ago

v1.12.0

Drop support for Python 3.5

Features

  • [#507] Added automatic session refresh
  • [#546] Added dynamic sized batches to respect bulk api limits
  • [#548] Added optional dict flag for results returned in queries
  • [#550] Added support for OAuth2 endpoints

v1.11.6

2 years ago

Hotfix for missing metadata.wsdl file

v1.11.5

2 years ago

v1.11.5 Changes as of 2022-01-05

Bugs #518 Fix hanging batch results in bulk api Features #475 Added support for all metadata api operations #485 Added base64 function to support upload, update, and get Other #495 Add parse_float to allow parsing of floats to decimal.Decimal #512 Updated README information for JWT Token Remove pypy3 from Travis-ci build

v1.11.4

2 years ago

Other

  • [#494] Raise exception when bulk query returns a failure status
  • [#503] Fix lint warnings
  • [#497] Support non-standard https port number