v0.15.0 of the Pipes SDK Go is now available.
Enhancements
- Added extra attributes to
Connectionto supportStatus,LastErrorAt,LastErrorProcessId,LastSuccessfulUpdateAt,LastSuccessfulUpdateProcessId,LastUpdateAttemptAtandLastUpdateAttemptProcessIdto track the connection status and last update attempts. - Added extra attributes to
WorkspaceConnectionto supportStatus,LastErrorAt,LastErrorProcessId,LastSuccessfulUpdateAt,LastSuccessfulUpdateProcessId,LastUpdateAttemptAtandLastUpdateAttemptProcessIdto track the connection status and last update attempts. - Added
ConnectionIdattribute toSpProcessto track the connection associated with a process. - Added
TokenMinIssuedAtattribute toTenantto determine the time after which tokens will be accepted for this tenant. - Added extra attributes to
TenantSettingsto supportMaxTokenExpiration,CliSessionTimeout,ConsoleSessionTimeoutandPostgresEnabledto manage tenant settings around timeouts, tokens and direct database access. - Added extra attributes to
Tokento supportCreatedBy,CreatedById,UpdatedBy,UpdatedById,ExpiresAt,Title,DescriptionandTokenTypeto provide more context and control over tokens. - Added
BillingModeattribute toUsageMetricto denote the billing mode for the metric.
What's new?
- Added
ConnectionStatusenum to represent the status of a connection. - Added
PostgresEndpointStateenum to represent the state of the Postgres endpoint. - Added
UsageBillingModeTypeenum to represent the billing mode for usage metrics.