Skip to content

Commit

Permalink
Update changelog for v0.8.5 (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev authored Jul 22, 2024
1 parent 956c8b5 commit 94599c2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 0.8.5 - 2024-07-22

### Features

* Change cluster option from `REHYDRATION TIME ESTIMATE` to `HYDRATION TIME ESTIMATE` [#603](https://github.com/MaterializeInc/terraform-provider-materialize/pull/603)
* Add support for upsert options error decoding alias [#612](https://github.com/MaterializeInc/terraform-provider-materialize/pull/612):
```hcl
envelope {
upsert = true
upsert_options {
value_decoding_errors {
inline {
enabled = true
alias = "my_error_col"
}
}
}
}
```

### Misc

* Update Terraform docs examples [#613](https://github.com/MaterializeInc/terraform-provider-materialize/pull/613)

## 0.8.4 - 2024-07-15

### Features
Expand Down

0 comments on commit 94599c2

Please sign in to comment.