Releases: route1io/route1io-python-connectors
Releases · route1io/route1io-python-connectors
v0.17.1
What's Changed
- Add list_objects function by @chris-greening in #54
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
- Add connector for the new SA360 API by @chris-greening in #53
Full Changelog: v0.16.0...v0.17.0
v0.16.0
Update the DCM connector to v4 and fix error in credentials reading for downloading report
Full Changelog: v0.15.3...v0.16.0
v0.15.3
What's Changed
- UPDATE: Change google add referrence by @Kendiroute1 in #51
New Contributors
- @Kendiroute1 made their first contribution in #51
Full Changelog: v0.15.2...v0.15.3
v0.15.2
Fix broken google.utils
missing import
Full Changelog: v0.15.1...v0.15.2
v0.15.1
What's Changed
- Add warning to Google Analytics connector that ga4=True will become the default behavior in a future update by @chris-greening in #47
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
- Setup pylint GitHub Action by @chris-greening in #41
- Add GA4 compatibility to Google Analytics connector by @chris-greening in #45
Full Changelog: v0.14.1...v0.15.0
v0.14.1
Fixed OneDrive <-> AWS S3 convenience connectors
The OneDrive upload/download functions changed recently to accept a drive_id
and remote_fpath
instead of just url
but these changes were not reflected in some of the convenience functions
What's Changed
- Fix OneDrive <-> AWS S3 connectors by @chris-greening in #40
Full Changelog: v0.14.0...v0.14.1
v0.14.0
OneDrive Features/Changes
- Added chunking to filenames by default to handle arbitrarily large files (previously only files <4MB could be uploaded)
- Reconfigured the argument var names on the upload and download functions to be more consistent across one another
- Refactored internal code in the OneDrive script to be cleaner
What's Changed
- OneDrive large file upload with chunking by @chris-greening in #36
- FEATURE: improve OneDrive upload/download API by @chris-greening in #38
Full Changelog: v0.13.0...v0.14.0
v0.13.0
S3 to OneDrive connector
Convenience function for copying file from S3 to OneDrive
What's Changed
- Feature s3 to OneDrive by @chris-greening in #33
Full Changelog: v0.12.2...v0.13.0