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
@@ -4,6 +4,13 @@
4
4
5
5
* Allow managing workspace and organization data retention policies by @mwudka[#801](https://github.com/hashicorp/go-tfe/pull/817)
6
6
7
+
## Deprecations
8
+
* 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)
9
+
10
+
## Features
11
+
* Adds `LockedBy` relationship field to `Workspace` by @brandonc[#816](https://github.com/hashicorp/go-tfe/pull/816)
12
+
* Adds `CreatedBy` relationship field to `TeamToken`, `UserToken`, and `OrganizationToken` by @brandonc[#816](https://github.com/hashicorp/go-tfe/pull/816)
13
+
7
14
# v1.40.0
8
15
9
16
## Bug Fixes
@@ -13,7 +20,7 @@
13
20
* Add organization scope field for oauth clients by @Netra2104[#812](https://github.com/hashicorp/go-tfe/pull/812)
14
21
* Added BETA support for including `projects` relationship to oauth_client on create by @Netra2104[#806](https://github.com/hashicorp/go-tfe/pull/806)
15
22
* Added BETA method `AddProjects` and `RemoveProjects` for attaching/detaching oauth_client to projects by Netra2104 [#806](https://github.com/hashicorp/go-tfe/pull/806)
16
-
* Adds a missing interface `WorkspaceResources` and the `List` method by @stefan-kiss[Issue#754](https://github.com/hashicorp/go-tfe/issues/754)
23
+
* 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