Skip to content

Commit

Permalink
Merge pull request #333 from hashicorp/1.x-changelog
Browse files Browse the repository at this point in the history
1.x changelog
  • Loading branch information
sebasslash committed Mar 1, 2022
2 parents 1b40f4a + ff5dc45 commit 60f2ca6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,19 @@
# v1.0.0

## Breaking Changes
* Renamed methods named Generate to Create for `AgentTokens`, `OrganizationTokens`, `TeamTokens`, `UserTokens` [#327](https://github.com/hashicorp/go-tfe/pull/327)
* Methods that express an action on a relationship have been prefixed with a verb, e.g `Current()` is now `ReadCurrent()` [#327](https://github.com/hashicorp/go-tfe/pull/327)
* All list option structs are now pointers [#309](https://github.com/hashicorp/go-tfe/pull/309)
* All errors have been refactored into constants in `errors.go` [#310](https://github.com/hashicorp/go-tfe/pull/310)
* The `ID` field in Create/Update option structs has been renamed to `Type` in accordance with the JSON:API spec [#190](https://github.com/hashicorp/go-tfe/pull/190), [#323](https://github.com/hashicorp/go-tfe/pull/323), [#332](https://github.com/hashicorp/go-tfe/pull/332)
* ID tuples (of 3 IDs or more) used to identify a resource have been refactored into a struct [#337](https://github.com/hashicorp/go-tfe/pull/337)


## Enhancements
* Added missing include fields for `AdminRuns`, `AgentPools`, `ConfigurationVersions`, `OAuthClients`, `Organizations`, `PolicyChecks`, `PolicySets`, `Policies` and `RunTriggers` [#334](https://github.com/hashicorp/go-tfe/pull/334)
* Cleanup documentation and improve consistency [#331](https://github.com/hashicorp/go-tfe/pull/331)
* Add more linters to our CI pipeline [#326](https://github.com/hashicorp/go-tfe/pull/326)

## Bug Fixes
* Fixed invalid memory address error when `AdminSMTPSettingsUpdateOptions.Auth` field is empty and accessed [#335](https://github.com/hashicorp/go-tfe/pull/335)

0 comments on commit 60f2ca6

Please sign in to comment.