Skip to content

Releases: simple-salesforce/simple-salesforce

1.12.6

02 Apr 15:01
1d28fa1
Compare
Choose a tag to compare

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: v1.12.5...v1.12.6

v1.12.5

06 Sep 15:11
cc27cca
Compare
Choose a tag to compare

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

1.12.4

17 May 16:41
e3393bb
Compare
Choose a tag to compare

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

1.12.3

18 Jan 14:15
6e0ab81
Compare
Choose a tag to compare

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: v1.12.2...v1.12.3

1.12.2

15 Sep 13:36
1250479
Compare
Choose a tag to compare

Remove leftover reference to Python 3.5 support (#563)
Support for Python 3.5 was dropped in #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 (#575)

add waits as arguments to exposed bulk api methods (#565)

add ability to bypass results being returned

Avoid a ZeroDivisionError in bulk.py (#568)

Raise an error if no data provided in bulk queries

1.12.1

18 Jul 17:55
819781c
Compare
Choose a tag to compare

#560 Fixed argument position in SFType caused by #507

1.12.0

13 Jul 17:52
45f21e6
Compare
Choose a tag to compare

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

1.11.6

28 Feb 17:05
cfd191c
Compare
Choose a tag to compare

Hotfix for missing metadata.wsdl file

1.11.5

01 Feb 19:14
871ffd8
Compare
Choose a tag to compare

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

1.11.4

09 Sep 16:51
30ad772
Compare
Choose a tag to compare

Other

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