Releases: PADAS/smart-integrate-sdk
fix: coding error in 1.5.6 where partitioning logic is broken.
What's Changed
- fix: resilience in main function, remove kafka deps. by @chrisdoehring in #47
Full Changelog: v1.5.5...v1.5.7
v1.6.0-alpha
Support python 3.11
v1.5.6
Full Changelog: v1.5.5...v1.5.6
Remove Kafka dependencies
Add resilience in AbstractConnector.main() to avoid early termination.
v1.5.5
What's Changed
- Requirements update and new portal configurable timeout by @vgarcia13 in #46
Full Changelog: v1.5.3...v1.5.5
v1.5.4 Fix validator for job partitioning settings
The validation logic in cdip_settings was not allowing running in Cloud Run Tasks if task-count is 1.
Full Changelog: v1.5.3...v1.5.4
v1.5.3 Job Partitioning
What's Changed
- Add task support in legacy connector. by @chrisdoehring in #44
- Tracing enable flag by @chrisdoehring in #45
Full Changelog: v1.5.0...v1.5.3
v1.5.1
Add TRACING_ENABLED environment flag.
Add Task Support
v1.5.0 Add task support in legacy connector.
Extract gundi dependencies
Schemas are moved to the gundi-core package but keep backward compatibility for imports.
Replace the local implementation of the portal API with the client from the gundi-client package.
Extract gundi dependencies
Schemas are moved to the gundi-core package but keep backward compatibility for imports.
Replace the local implementation of the portal API with the client from the gundi-client package.