Releases: AutoIDM/tap-clickup
Releases · AutoIDM/tap-clickup
v0.0.13
What's Changed
- Fixed url param error by @LucasZielke in #84
- 0.0.13 release by @visch in #85
Full Changelog: v0.0.12...v0.0.13
v0.0.12
v0.0.11
v0.0.10
v0.0.9
What's Changed
- Changed default Python runner for CI to python 3.9 by @visch in #63
- Followed Stich documentation guidelines by @visch in #66
- Remove unused lists stream by @visch in #67
- Added PyPi to ReadMe, and added additional information on the pypi di… by @visch in #68
- Cleanup unused code, removed file that's not needed by @visch in #69
- Added Folder Lists for Custom Fields, changing the output tables for … by @visch in #70
- Bump version to 0.0.9 by @visch in #71
Full Changelog: v0.0.8...v0.0.9
v0.0.8
Fixed Shared Hierarchy bug that was caught by target-stitch. Two issues solved
- Upgraded SingerSDK as https://gitlab.com/meltano/sdk/-/blob/main/CHANGELOG.md#changes-3 was causing key-properties to be null for shared hierarchy
- Updated the Shared Hirerarchy json to match the data we have been able to see so far. The API docs don't give a lot of insight into what that data is going to look like
v0.0.7 (not released to pypi)
Fixed Shared Hierarchy bug that was caught by target-stitch. Two issues solved
- Upgraded SingerSDK as https://gitlab.com/meltano/sdk/-/blob/main/CHANGELOG.md#changes-3 was causing key-properties to be null for shared hierarchy
- Updated the Shared Hirerarchy json to match the data we have been able to see so far. The API docs don't give a lot of insight into what that data is going to look like
v0.0.6
Removed date-time format! Thank you @LucasZielke