Changelog
This release introduces pre-release upstream f3a69cbc0904 built against the Plugin Framework. The upgrade should include all of the upstream features for 3.4.0, 3.4.1, 3.4.2 and 3.4.3. Upgrading existing stacks should be a transparent no-change operation as the Plugin Framework [State Upgrade](https://developer.hashicorp.com/terraform/plugin/framework/resources/state-upgrade) feature is now supported and will migrate state to the latest schema.
There is one minor change in the API: the `keepers` property across all resources is changing the type from `Map<string,any>` to `Map<string,string>`. The change is coming from updated upstream.