What's Changed
- chore(deps): bump cryptography from 42.0.4 to 43.0.1 by @dependabot in #43
- feat: Implement parent-child sync for all accessible customers by @tobiascadee in #45
- chore(deps-dev): bump black from 23.12.1 to 24.3.0 by @dependabot in #47
- chore(deps-dev): bump pytest from 7.4.4 to 8.3.3 by @dependabot in #49
- chore(deps-dev): bump tox from 3.28.0 to 4.21.2 by @dependabot in #52
- chore(deps-dev): bump black from 24.3.0 to 24.8.0 by @dependabot in #48
- chore(deps-dev): bump responses from 0.23.3 to 0.25.3 by @dependabot in #51
- chore(deps): bump singer-sdk from 0.40.0 to 0.41.0 by @dependabot in #50
- chore(deps-dev): bump mypy from 1.11.2 to 1.12.0 by @dependabot in #53
- fix: Determine customers already encountered from any previous context during runtime only by @ReubenFrankel in #57
- fix: Treat
customer_ids
as an override rather than a value mask by @ReubenFrankel in #58 - chore(deps-dev): bump tox from 4.21.2 to 4.23.0 by @dependabot in #56
- docs: Improve descriptions of customer ID-related settings by @ReubenFrankel in #60
- chore(deps-dev): bump mypy from 1.12.0 to 1.12.1 by @dependabot in #61
- feat: Update to
v18
API by @ReubenFrankel in #62 - refactor: Click view report stream state by @ReubenFrankel in #59
- fix: Ineligible customers are now skipped properly by @ReubenFrankel in #64
- chore(deps-dev): bump tox from 4.23.0 to 4.23.1 by @dependabot in #63
⚠️ BREAKING CHANGES ⚠️
comma_separated_string_of_customer_ids
setting renamed tocustomer_ids
New Contributors
- @tobiascadee made their first contribution in #45
Full Changelog: v0.7.0...v0.8.0