Simple Salesforce Versions Save

A very simple Salesforce.com REST API client for Python

v1.11.3

2 years ago

bug fixes for time zone handling

v1.11.2

2 years ago

v1.11.2: Fix bulk call results (#474) Update api.py Fix Trailing Whitespace Travis CI Update version.py Update CHANGES Update bulk.py Update version.py Update test_bulk.py Refactor bulk thread pool ("with concurrent.futures.ThreadPoolExecutor() as pool:")

v1.11.1

3 years ago

Features

  • [445] Added wrapper for Tooling API
  • [451] Support JWT without file for private key

Bugs

  • [454] Fixed typo in metadata file
  • [443] Fix to prevent silent failure by preventing NaN in payload

v1.11.0

3 years ago

Added file based metadata API deploy/retrieve

v1.10.1

3 years ago

Update readme for JWT authentication, removal of python 3.3/3.4 Add format_soql and format_external_id functions

v1.10.0

3 years ago

Added batch size and concurrency mode for bulk operations Added lazy loading for query operation Updated readme dropping python 2.x and 3.3,3.4 support and additional updates for new bulk function.

v1.0.0

4 years ago

1.0.0 release of library

  • Bumps version to 1.0 and changes from "Beta" to "Production"
  • Removes support for 2.6, 2.7, 3.3, and 3.4
  • Increases default API version to 42.0
  • Removes depreciated interfaces
  • Ran isort on library to clean up imports
  • Replace requests[security] with requests above 2.22.0
  • Fixes an issue with Travis's config not being formatted correctly

v0.75.2

4 years ago

PyPi bump

v0.75.0

4 years ago

Adds JWT Bearer Token Adds requests kwargs for describe

v0.74.2

6 years ago