- singer-python version upgrade to 5.13.0
- Code changes to make code compatible with the latest singer-python version#17
- Support for api token v2
- Dependabot update #43
- Add organic installations#20
- Add Helper Function to remove whitespaces from config and respective unittest#29
- Added data restrictions of no more than 90 days from Current date#30
- Adds safety try/catch to bookmarking logic for when
attributed_touch_time
does not exist oninstalls
stream rows #24
- Updates
requests
to version2.20.0
in response to CVE 2018-18074 #13
- Remove
"format": "uri"
from in_app_events schema #12
- Fixes infinite loop on
in_app_events
stream #11
- Allow booleans to be
None
in traqnsform code #9
- Fix syntax error in
installations.json
schema from 0.0.6
- Remove the
"format": "uri"
elements from installations json schema
- Syncing in-app-events would take too long so cut the window down and iterate forward #7
- Updated the schema for installations to set 'customer_user_id' to allow a string value #5
- Updated the schema for in_app_events to set
customer_user_id
to allow a string value #4