v0.15.0 of the Pipes SDK Go is now available.
Enhancements
- Added extra attributes to
Connection
to supportStatus
,LastErrorAt
,LastErrorProcessId
,LastSuccessfulUpdateAt
,LastSuccessfulUpdateProcessId
,LastUpdateAttemptAt
andLastUpdateAttemptProcessId
to track the connection status and last update attempts. - Added extra attributes to
WorkspaceConnection
to supportStatus
,LastErrorAt
,LastErrorProcessId
,LastSuccessfulUpdateAt
,LastSuccessfulUpdateProcessId
,LastUpdateAttemptAt
andLastUpdateAttemptProcessId
to track the connection status and last update attempts. - Added
ConnectionId
attribute toSpProcess
to track the connection associated with a process. - Added
TokenMinIssuedAt
attribute toTenant
to determine the time after which tokens will be accepted for this tenant. - Added extra attributes to
TenantSettings
to supportMaxTokenExpiration
,CliSessionTimeout
,ConsoleSessionTimeout
andPostgresEnabled
to manage tenant settings around timeouts, tokens and direct database access. - Added extra attributes to
Token
to supportCreatedBy
,CreatedById
,UpdatedBy
,UpdatedById
,ExpiresAt
,Title
,Description
andTokenType
to provide more context and control over tokens. - Added
BillingMode
attribute toUsageMetric
to denote the billing mode for the metric.
What's new?
- Added
ConnectionStatus
enum to represent the status of a connection. - Added
PostgresEndpointState
enum to represent the state of the Postgres endpoint. - Added
UsageBillingModeType
enum to represent the billing mode for usage metrics.