|
1 | | -# 0.29.0 (Jan 10, 2024) |
| 1 | +# 0.30.0 (Feb 24, 2025) |
| 2 | + |
| 3 | +NOTES: this release adds support for syntax validation of Derived Columns. |
| 4 | + |
| 5 | +ENHANCEMENTS: |
| 6 | + |
| 7 | +* feat(r/derived_column): expression syntax validation (#622) |
| 8 | + |
| 9 | +BUGFIXES: |
| 10 | + |
| 11 | +* fix(r/query_annotation): update name and description max length (#601) |
| 12 | +* fix(r/dataset): changing a dataset's name requires replacement (#618) |
| 13 | +* fix(r/derived_column): don't run validation parser in debug mode (#623) |
| 14 | + |
| 15 | +HOUSEKEEPING: |
| 16 | + |
| 17 | +* fix(ci): extend 'go test' timeout to 20 min (#599) |
| 18 | +* maint(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 (#600) |
| 19 | +* build(deps): bump github.com/hashicorp/yamux from 0.1.1 to 0.1.2 (#606) |
| 20 | +* maint(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.0 (#608) |
| 21 | +* maint(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.3.1 (#610) |
| 22 | +* maint(deps): bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 (#613) |
| 23 | +* maint(deps): bump golangci/golangci-lint-action from 6.3.1 to 6.3.2 (#612) |
| 24 | +* maint(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 (#611) |
| 25 | +* maint(deps): bump github.com/hashicorp/jsonapi from 1.3.2 to 1.4.2 (#609) |
| 26 | +* maint(deps): bump github.com/hashicorp/terraform-plugin-go from 0.25.0 to 0.26.0 (#609) |
| 27 | +* maint(deps): bump github.com/hashicorp/terraform-plugin-mux from 0.17.0 to 0.18.0 (#609) |
| 28 | +* maint(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.35.0 to 2.36.0 (#609) |
| 29 | +* chore(ci): adjust linter config. after golangci-lint update (#615) |
| 30 | +* chore(build): bump Go to 1.23 (#617) |
| 31 | +* maint(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.4.1 (#616) |
| 32 | +* maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.13.0 to 1.14.1 (#621) |
| 33 | +* maint(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.0 to 2.36.1 (#621) |
| 34 | +* maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.13.0 to 1.14.1 (#621) |
| 35 | +* maint(deps): bump golangci/golangci-lint-action from 6.4.1 to 6.5.0 (#619) |
| 36 | + |
| 37 | +# 0.29.0 (Jan 10, 2025) |
2 | 38 |
|
3 | 39 | NOTES: this release contains support for managing Customizable Webhook Recipients. |
4 | 40 | To learn more about the feature check out the [provider documentation](https://registry.terraform.io/providers/honeycombio/honeycombio/latest/docs/resources/webhook_recipient) |
5 | 41 | or the [Honeycomb documentation](https://docs.honeycomb.io/integrations/webhooks/#customize-your-webhook). |
6 | 42 |
|
7 | | -ENHANCEMENTS |
| 43 | +ENHANCEMENTS: |
8 | 44 |
|
9 | 45 | * feat(r/webhook_recipient): support for templates, custom headers, and template variables (#580, #582, #583, #586) |
10 | 46 | * feat(r/board): bump up max number of SLOs on a board to 24 (#585) |
11 | 47 | * feat(r/trigger, r/burn_alert): notification variable support (#594) |
12 | 48 |
|
13 | | -HOUSEKEEPING |
| 49 | +HOUSEKEEPING: |
14 | 50 |
|
15 | 51 | * chore(ci): tidy up lint config (#577) |
16 | 52 | * maint(deps): bump slackapi/slack-github-action from 1.27.0 to 2.0.0 (#570) |
|
0 commit comments