Skip to content

Releases: PADAS/smart-integrate-sdk

v1.5.4 Fix validator for job partitioning settings

20 Aug 01:18
Compare
Choose a tag to compare

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

09 Aug 23:25
0d2de3d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.3

v1.5.1

01 Aug 04:53
Compare
Choose a tag to compare

Add TRACING_ENABLED environment flag.

Add Task Support

13 May 19:54
Compare
Choose a tag to compare
v1.5.0

Add task support in legacy connector.

Extract gundi dependencies

07 Jul 21:15
22c8157
Compare
Choose a tag to compare

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

29 Jun 17:32
Compare
Choose a tag to compare
Pre-release

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.

Update default logging configuration.

02 May 23:20
Compare
Choose a tag to compare
v1.3.2

Update default logging.

Reduce superfluous calls to update state.

02 May 23:10
Compare
Choose a tag to compare

This release includes a logic fix to eliminate extra calls to update state.

Bugfix in AbstractConnector

07 Apr 19:51
Compare
Choose a tag to compare
v.1.3.0

Bump version.

Bug fix for concurrency

22 Mar 00:42
Compare
Choose a tag to compare

Long ago I introduced a bug whereby the AbstractConnector would run several integrations async but with the same instance of a Connector. This causes unpredictable errors as the Connector class references self.* and so some reference data would have been shared between integrations.

This fix lets the Abstract Connector create instances of itself to be run concurrently.