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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,34 @@
1
+
# 0.26.0 (Aug 12, 2024)
2
+
3
+
NOTES:
4
+
5
+
This release deprecates `r/msteams_recipient` in favor of the new `r/msteams_workflow_recipient` in line with Microsoft's deprecation of O365 Connectors.
6
+
New instances of `r/msteams_recipient` can no longer be created and we recommend you migrate your integration to the Workflow-based solution as soon as possible.
7
+
8
+
ENHANCEMENTS:
9
+
10
+
* feat(client): V2 API client ratelimit improvements (#519)
11
+
* chore(r/query): add doc note about using latest derived column definition (#521)
12
+
* r/msteams_workflow_recipient: new resource for managing MS Teams Workflow integrations (#524)
13
+
* chore(client): improve V2 API error reporting (#526)
14
+
15
+
BUGFIXES:
16
+
17
+
* fix: temporarily disable broken r/query test (#510)
18
+
* fix: allow auto ('0') granularity (#514)
19
+
* fix(limits): separately test min-max vs header+jitter cases (#520)
20
+
* fix: environments data source test flake (#525)
21
+
22
+
HOUSEKEEPING:
23
+
24
+
* chore(ci): limit integration test concurrency (#513)
25
+
* maint(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#515)
26
+
* chore(ci): add recipients sweeper (#516)
27
+
* chore(ci): display test summary output (#517)
28
+
* chore(ci): add environment sweeper (#522)
29
+
* maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.10.0 to 1.11.0 (#523)
30
+
* maint(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.9.0 to 1.10.0 (#527)
0 commit comments