v0.7.0
What's Changed
The release incorporates the up-to-date API contract as of 2024-10-20 11:15:00 GMT.
Added
-
Added the attributes to reflect when and who created, or revoked API keys:
- Added
CreatedBy
toApiKeyCreateResponse
andApiKeysListResponseItem
; - Added
CreatedAt
andCreatedBy
toApiKeyRevokeResponse
.
- Added
-
Added the attribute
StateChangedAt
to the typeBranch
to reflect when the "current_state" began.
Removed
- [BREAKING] Removed the method to list projects consumption
ListProjectsConsumption
.
Full Changelog: v0.6.2...v0.7.0