Remove unnecessary envelope properties from `get*` and `list*` functions.
0.3.3
Upgrade pulumi-provider-framework to fix a bug with validating response codes for DELETE calls.
0.3.2
Fix resource name for Redis.
0.3.0
Updated the OpenAPI spec to the latest which adds many new resources including Postgres, Redis, environment groups.
0.2.1
- Fix request validation error when updating `EnvVarsForService` resource. - Check for all service types in OnPostUpdate to trigger a service deployment.
0.2.0
Switch to Render's official OpenAPI spec. See the [migration guide](./MIGRATION.md) for more details. For the most part some resources require an alias to avoid a replacement.
Upgrade `pulumi-provider-framework` to the latest which now allows importing resources that are children of other resources.