|
1 |
| -# 2.4.0 (Unreleased) |
| 1 | +# 2.4.0 (December 19, 2020) |
2 | 2 |
|
3 | 3 | ENHANCEMENTS
|
4 | 4 |
|
5 |
| -* Support `Unwrap` on SDK errors [GH-647] |
6 |
| -* Allow for `nil` errors in `diag.FromErr` [GH-623] |
7 |
| -* Added `validation.ToDiagFunc` helper to translate legacy validation functions into Diagnostics-aware validation functions. [GH-611] |
8 |
| -* Disable Checkpoint network connections during acceptance testing unless a Terraform binary needs to be installed. [GH-663] |
| 5 | +* Support `Unwrap` on SDK errors ([#647](https://github.com/hashicorp/terraform-plugin-sdk/issues/647)) |
| 6 | +* Allow for `nil` errors in `diag.FromErr` ([#623](https://github.com/hashicorp/terraform-plugin-sdk/issues/623)) |
| 7 | +* Added `validation.ToDiagFunc` helper to translate legacy validation functions into Diagnostics-aware validation functions. ([#611](https://github.com/hashicorp/terraform-plugin-sdk/issues/611)) |
| 8 | +* Disable Checkpoint network connections during acceptance testing unless a Terraform binary needs to be installed. ([#663](https://github.com/hashicorp/terraform-plugin-sdk/issues/663)) |
9 | 9 |
|
10 | 10 | BUG FIXES
|
11 | 11 |
|
12 |
| -* Check for `nil` errors prior to invoking `ErrorCheck` [GH-646] |
13 |
| -* More reliable handling of logging [GH-639] |
14 |
| -* Modified error text to make golint and go vet happy when a non-empty plan is found in testing and an empty plan was expected [GH-596] |
15 |
| -* Add `UseJSONNumber` to `helper/schema.Resource` to make it possible to represent large numbers precisely. Setting to `true` will make numbers appear as `json.Number` in `StateUpgrader`s instead of as `float64`. [GH-662] |
16 |
| -* Fix logs sometimes appearing in test output when running acceptance tests. [GH-665] |
| 12 | +* Check for `nil` errors prior to invoking `ErrorCheck` ([#646](https://github.com/hashicorp/terraform-plugin-sdk/issues/646)) |
| 13 | +* More reliable handling of logging ([#639](https://github.com/hashicorp/terraform-plugin-sdk/issues/639)) |
| 14 | +* Modified error text to make golint and go vet happy when a non-empty plan is found in testing and an empty plan was expected ([#596](https://github.com/hashicorp/terraform-plugin-sdk/issues/596)) |
| 15 | +* Add `UseJSONNumber` to `helper/schema.Resource` to make it possible to represent large numbers precisely. Setting to `true` will make numbers appear as `json.Number` in `StateUpgrader`s instead of as `float64`. ([#662](https://github.com/hashicorp/terraform-plugin-sdk/issues/662)) |
| 16 | +* Fix logs sometimes appearing in test output when running acceptance tests. ([#665](https://github.com/hashicorp/terraform-plugin-sdk/issues/665)) |
17 | 17 |
|
18 | 18 | NOTES
|
19 | 19 |
|
|
0 commit comments