File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.38.0 (Aug 15, 2025)
2+
3+ NOTES:
4+
5+ * This release introduces provider-level Feature Toggles which were heavily influenced by the Azure Provider.
6+ The first two toggles allow users to opt-in to the previous "import on conflict" behavior of both ` r/column ` and ` r/dataset ` .
7+ * This release removes the long-deprecated ` key_name ` attribute from ` r/column ` .
8+
9+ ENHANCEMENTS:
10+
11+ * fix(client): add missing Dataset field to QueryPanel (#724 )
12+ * feat(features): add features support with column import override (#731 )
13+ * feat(r/dataset): add import_on_conflict feature (#732 )
14+
15+ HOUSEKEEPING:
16+
17+ * chore(r/column): migrate to Plugin Framework (#730 )
18+ * maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.0 to 1.15.1 (#727 )
19+ * maint(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 (#728 )
20+ * maint(deps): bump actions/checkout from 4 to 5 (#729 )
21+ * maint(deps): bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 (#734 )
22+ * chore(build): bump Go to 1.24 (#735 )
23+ * chore(docs,dataset): add note about feature toggle to r/dataset docs (#736 )
24+
125# 0.37.1 (July 23, 2025)
226
327ENHANCEMENTS:
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ terraform {
2424 required_providers {
2525 honeycombio = {
2626 source = "honeycombio/honeycombio"
27- version = "~> 0.37 .0"
27+ version = "~> 0.38 .0"
2828 }
2929 }
3030}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ terraform {
1414 required_providers {
1515 honeycombio = {
1616 source = "honeycombio/honeycombio"
17- version = "~> 0.37 .0"
17+ version = "~> 0.38 .0"
1818 }
1919 }
2020}
You can’t perform that action at this time.
0 commit comments