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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# UNRELEASED
2
2
3
+
## Deprecations
4
+
* The `Sourceable` field has been deprecated on `RunTrigger`. Instead, use `SourceableChoice` to locate the non-empty field representing the actual sourceable value by @brandonc[#816](https://github.com/hashicorp/go-tfe/pull/816)
5
+
6
+
## Features
7
+
* Adds `LockedBy` relationship field to `Workspace` by @brandonc[#816](https://github.com/hashicorp/go-tfe/pull/816)
8
+
* Adds `CreatedBy` relationship field to `TeamToken`, `UserToken`, and `OrganizationToken` by @brandonc[#816](https://github.com/hashicorp/go-tfe/pull/816)
9
+
3
10
# v1.40.0
4
11
5
12
## Bug Fixes
@@ -9,7 +16,7 @@
9
16
* Add organization scope field for oauth clients by @Netra2104[#812](https://github.com/hashicorp/go-tfe/pull/812)
10
17
* Added BETA support for including `projects` relationship to oauth_client on create by @Netra2104[#806](https://github.com/hashicorp/go-tfe/pull/806)
11
18
* Added BETA method `AddProjects` and `RemoveProjects` for attaching/detaching oauth_client to projects by Netra2104 [#806](https://github.com/hashicorp/go-tfe/pull/806)
12
-
* Adds a missing interface `WorkspaceResources` and the `List` method by @stefan-kiss[Issue#754](https://github.com/hashicorp/go-tfe/issues/754)
19
+
* Adds a missing interface `WorkspaceResources` and the `List` method by @stefan-kiss[Issue#754](https://github.com/hashicorp/go-tfe/issues/754)
0 commit comments