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
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,44 @@
1
1
# Unreleased
2
2
3
+
# v0.1.3
4
+
5
+
## Enhancements
6
+
7
+
### Iterator Pattern Migration
8
+
* Migrated Run resource list operations to iterator pattern by @NimishaShrivastava-dev[#91](https://github.com/hashicorp/python-tfe/pull/91)
9
+
* Migrated Policy resource list operations to iterator pattern by @TanyaSingh369-svg[#92](https://github.com/hashicorp/python-tfe/pull/92)
10
+
* Migrated Policy Set resource list operations to iterator pattern by @TanyaSingh369-svg[#95](https://github.com/hashicorp/python-tfe/pull/95)
11
+
* Migrated Run Event resource list operations to iterator pattern by @NimishaShrivastava-dev[#97](https://github.com/hashicorp/python-tfe/pull/97)
12
+
* Migrated SSH Keys resource list operations to iterator pattern by @NimishaShrivastava-dev[#101](https://github.com/hashicorp/python-tfe/pull/101)
13
+
* Migrated Notification Configuration resource list operations to iterator pattern by @TanyaSingh369-svg[#109](https://github.com/hashicorp/python-tfe/pull/109)
14
+
* Migrated Variable Set list operations to iterator pattern by @isivaselvan[#113](https://github.com/hashicorp/python-tfe/pull/113)
15
+
* Migrated Variable Set Variables list operations to iterator pattern by @isivaselvan[#113](https://github.com/hashicorp/python-tfe/pull/113)
16
+
* Migrated State Version list operations to iterator pattern by @isivaselvan[#113](https://github.com/hashicorp/python-tfe/pull/113)
17
+
* Migrated State Version Output list operations to iterator pattern by @isivaselvan[#113](https://github.com/hashicorp/python-tfe/pull/113)
18
+
* Migrated Policy Check list operations to iterator pattern by @isivaselvan[#113](https://github.com/hashicorp/python-tfe/pull/113)
19
+
* Refreshed examples and unit tests to align with iterator pattern updates by @NimishaShrivastava-dev, @TanyaSingh369-svg, @isivaselvan[#91](https://github.com/hashicorp/python-tfe/pull/91)[#92](https://github.com/hashicorp/python-tfe/pull/92)[#95](https://github.com/hashicorp/python-tfe/pull/95)[#97](https://github.com/hashicorp/python-tfe/pull/97)[#101](https://github.com/hashicorp/python-tfe/pull/101)[#109](https://github.com/hashicorp/python-tfe/pull/109)[#113](https://github.com/hashicorp/python-tfe/pull/113)
20
+
21
+
### Project and Workspace Management
22
+
* Updated Project create and update models, including Project model refinements by @isivaselvan[#120](https://github.com/hashicorp/python-tfe/pull/120)
23
+
* Updated Project endpoints for list-effective-tag-bindings and delete-tag-bindings by @isivaselvan[#120](https://github.com/hashicorp/python-tfe/pull/120)
24
+
* Refactored Workspace models to improve validation with Pydantic by @isivaselvan[#106](https://github.com/hashicorp/python-tfe/pull/106)
25
+
26
+
## Breaking Change
27
+
28
+
### List Method Behavior
29
+
* Standardized list methods across multiple resources to iterator-based behavior, replacing legacy list response patterns by @NimishaShrivastava-dev, @TanyaSingh369-svg, @isivaselvan[#91](https://github.com/hashicorp/python-tfe/pull/91)[#92](https://github.com/hashicorp/python-tfe/pull/92)[#95](https://github.com/hashicorp/python-tfe/pull/95)[#97](https://github.com/hashicorp/python-tfe/pull/97)[#101](https://github.com/hashicorp/python-tfe/pull/101)[#109](https://github.com/hashicorp/python-tfe/pull/109)[#113](https://github.com/hashicorp/python-tfe/pull/113)
30
+
31
+
## Bug Fixes
32
+
* Fixed pagination parameter handling across iterator-based page traversal by @isivaselvan[#111](https://github.com/hashicorp/python-tfe/pull/111)
33
+
* Fixed state version and state version output model import/export registration by @isivaselvan[#105](https://github.com/hashicorp/python-tfe/pull/105)
34
+
* Fixed the tag based filtering of workspace in list operation by @isivaselvan[#106](https://github.com/hashicorp/python-tfe/pull/106)
35
+
* Fixed the project response of workspace relationship by @isivaselvan[#106](https://github.com/hashicorp/python-tfe/pull/106)
36
+
* Fixed configuration version examples and added terraform+cloud support for ConfigurationSource usage by @isivaselvan[#107](https://github.com/hashicorp/python-tfe/pull/107)
37
+
* Fixed configuration upload packaging flow (tarfile-based handling) by @isivaselvan[#107](https://github.com/hashicorp/python-tfe/pull/107)
38
+
* Updated agent pool workspace assign/remove operations to consistently return AgentPool objects by @KshitijaChoudhari[#110](https://github.com/hashicorp/python-tfe/pull/110)
39
+
* Updated Run relationships handling for improved model consistency by @ibm-richard[#119](https://github.com/hashicorp/python-tfe/pull/119)
40
+
* Updated additional Run Source attributes by @isivaselvan[#123](https://github.com/hashicorp/python-tfe/pull/123)
0 commit comments