Skip to content

Commit d7df905

Browse files
authored
Update changelog for v0.3.1 (#379)
1 parent f2629f8 commit d7df905

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@
22

33
## Unreleased
44

5+
## 0.3.1 - 2023-11-21
6+
7+
### Features
8+
* Add `security_protocol` to `materialize_connection_kafka` [#365](https://github.com/MaterializeInc/terraform-provider-materialize/pull/365)
9+
510
### BugFixes
611

712
* Handle `user` values that contain special characters, without requiring manual
8-
URL escaping (e.g., escaping `you@corp.com` as `you%40corp.com`).
13+
URL escaping (e.g., escaping `you@corp.com` as `you%40corp.com`) [#372](https://github.com/MaterializeInc/terraform-provider-materialize/pull/372)
14+
* Load generator source `TPCH` requires `ALL TABLES` [#377](https://github.com/MaterializeInc/terraform-provider-materialize/pull/377)
15+
* Improve grant reads [#378](https://github.com/MaterializeInc/terraform-provider-materialize/pull/378)
16+
17+
### Misc
18+
* `materialize_cluster_replica` is deprecated [#370](https://github.com/MaterializeInc/terraform-provider-materialize/pull/370)
19+
* Raise `max_clusters` for testing [#371](https://github.com/MaterializeInc/terraform-provider-materialize/pull/371)
920

1021
## 0.3.0 - 2023-11-16
1122

@@ -34,7 +45,6 @@
3445
```
3546
The Postgres connection would have the schema name of `my_schema` and database name `my_database`. Now, if `schema_name` or `database_name` are not set, they will use the same defaults as top level attributes (`public` for schema and `materialize` for database) [#353](https://github.com/MaterializeInc/terraform-provider-materialize/pull/353)
3647

37-
3848
## 0.2.2 - 2023-11-10
3949

4050
### Features

0 commit comments

Comments
 (0)