You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added response header hook support to IPRanges. Previously, it was not possible to encounter an HTTP status error on IPRanges because this condition could never be met:
`if resp.StatusCode < 200 && resp.StatusCode >= 400 {`
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
* Adds `RunPreApplyRunning` and `RunQueuingApply` run statuses by @uk1288[#712](https://github.com/hashicorp/go-tfe/pull/712)
7
7
* Update `Workspaces` to include associated `project` resource by @glennsarti[#714](https://github.com/hashicorp/go-tfe/pull/714)
8
8
* Adds BETA method `Upload` method to `StateVersions` and support for pending state versions by @brandonc[#717](https://github.com/hashicorp/go-tfe/pull/717)
9
+
* Added ContextWithResponseHeaderHook support to `IPRanges` by @brandonc[#717](https://github.com/hashicorp/go-tfe/pull/717)
9
10
10
11
## Bug Fixes
11
12
* AgentPool `Update` is not able to remove all allowed workspaces from an agent pool. That operation is now handled by a separate `UpdateAllowedWorkspaces` method using `AgentPoolAllowedWorkspacesUpdateOptions` by @hs26gill[#701](https://github.com/hashicorp/go-tfe/pull/701)
0 commit comments