0.4.0 (2023-01-12)
Features Added
- Added
TimeInterval
type with constructor to aid with timespan creation - Added
NewBatchQueryRequest
constructor to aid with logs batch requests - Added
LogsQueryOptions
model for easier setting of logs options
Breaking Changes
- Changed type of
Body.Timespan
,MetricsClientQueryResourceOptions.Timespan
,Response.Timespan
from *string to *TimeInterval - Remove
ColumnIndexLookup
field from Table struct - Renamed
Body.Workspaces
toBody.AdditionalWorkspaces
- Renamed
Results.Render
andBatchResponse.Render
toResults.Visualization
andBatchResponse.Visualization
Other Changes
- Doc and example updates