- Fixes a bug where bookmark state would not get set after resuming a PK Chunked Bulk Sync #24
- Adds additional logging and state management during a PK Chunked Bulk Sync
- Fixes a bad variable name
- Uses the correct datetime to string function for chunked bookmarks
- Adds a feature for resuming a PK-Chunked Bulk API job #22
- Fixes an issue where a Salesforce's field data containing NULL bytes would cause an error reading the CSV response #21
- Fixes an issue where the timed
login()
thread could die and never call a new login #20
- Fixes a bug with with yield records when the Bulk job is successful #19
- Fixes a bug with a missing pk_chunking attribute
- Adds support for Bulk API jobs which time out to be retried with Salesforce's PK Chunking feature enabled
- Allows compound fields to be supported with the exception of "address" types
- Adds additional unsupported Bulk API Objects
- Support for time_extracted property on Singer messages
- Initial release