- Update
bounce_logs
schema #42
- Update replication key for
contacts
stream #41
- Remove integer type for forms style.button.padding #39
- Add phone to list of supported fields #26
- Add string type for forms style.button.padding #28
- Load data with same datetime as last bookmark #34
- Handle ChunkEncodingError & JSONDecodeError #36
- Fix Nonetype error for no records #37
- Fix existing integration tests and add interrupted sync test #35
- Changes in doc links in README #33
- Added after param for activities stream #24
- Fix the transformation error of forms stream #22
- Breakdown of Sync method for better readability of code#16
- Refactor code to class based #8
- Update all schemas #10
- Refactor Error Handling [#8] (#8)
- Check best practices and make replication key with automatic inclusion #11
- Updated Documentation
- Official Beta Release
- Fixed issue where a Connection Reset Error was not being retried #4
- Fixing issue that was causing duplication of records to be emitted and updated stream with correct replication key and created at timestamp. #5
- Fix response message being truncated. Change
client.py
to requeststream=True
and error message to includeresponse.content
. Decreasesync.py
batch size topg_size = 100
.
- Upgrade
singer-python
andrequests
libraries. Reduce batch sizes. Better error logging inclient.py
to logunterminated string
error results.
- Fix bookmarking. Data is not sorted; need to write bookmark after ALL pages.
- Initial commit