Skip to content

v1.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@uturunku1 uturunku1 released this 07 Mar 18:44
fc4c887

v1.0.0-rc1 (Unreleased)

Breaking Changes

  • Renamed methods named Generate to Create for AgentTokens, OrganizationTokens, TeamTokens, UserTokens #327
  • Methods that express an action on a relationship have been prefixed with a verb, e.g Current() is now ReadCurrent() #327
  • All list option structs are now pointers #309
  • All errors have been refactored into constants in errors.go #310
  • The ID field in Create/Update option structs has been renamed to Type in accordance with the JSON:API spec #190, #323, #332
  • Nested URL params (consisting of an organization, module and provider name) used to identify a RegistryModule have been refactored into a struct RegistryModuleID. #337

Enhancements

  • Added missing include fields for AdminRuns, AgentPools, ConfigurationVersions, OAuthClients, Organizations, PolicyChecks, PolicySets, Policies and RunTriggers #334
  • Cleanup documentation and improve consistency #331
  • Add more linters to our CI pipeline #326
  • Resolve TFE_HOSTNAME as fallback for TFE_ADDRESS #340

Bug Fixes

  • Fixed invalid memory address error when AdminSMTPSettingsUpdateOptions.Auth field is empty and accessed #335