Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Releases: MulliganFunding/simple-salesforce

1.12.6a2

30 Aug 14:44
58bb804
Compare
Choose a tag to compare

Relax version bounds for requests and aiofiles.

Incorporate fix from upstream PR simple-salesforce#733.

1.12.6a1

29 Jul 23:06
feca2e5
Compare
Choose a tag to compare

Support v1.12.6 sync client changes in async clients and fix metadata

From PR #15 , this release includes the following:

  • Add support for query_all in bulk2
  • Pass through params in api get
  • Allow Non-Standard Domain in JWT for GovCloud
  • Add type annotations

In addition, we have fixed a major issue with the metadata client which was preventing the metadata url from being passed in properly the zeep AsyncClient and ServiceProxy.

1.12.5a1

23 Jul 22:21
0fc9c28
Compare
Choose a tag to compare

This is an alpha release of some new async features adapted from upstream:

  • Async Bulk 2.0 support
  • Oauth2 Login