This beta rolls up every change merged from the 1.x line since v2.0.0-beta3 — see the 1.290.0 section of CHANGELOG.md — plus the v2-only changes below.
BREAKING CHANGES:
- resource/alicloud_amqp_exchange:
create_timechanged fromTypeInttoTypeString, fixing a provider panic on 32-bit builds. No configuration or state migration is needed; expressions that consumed it as a number now needtonumber. (#10254) - resource/alicloud_amqp_instance:
create_timechanged fromTypeInttoTypeString, fixing a provider panic on 32-bit builds. No configuration or state migration is needed; expressions that consumed it as a number now needtonumber. (#10254) - resource/alicloud_amqp_static_account:
create_timechanged fromTypeInttoTypeString, fixing a provider panic on 32-bit builds. No configuration or state migration is needed; expressions that consumed it as a number now needtonumber. (#10254)
ENHANCEMENTS:
- provider: move ProtoV5ProviderServerFactory from package framework into the provider subpackage, resolving a cyclic import between the
alicloudroot andframeworkpackages. (#10269) - provider: migrate
helper/resourceretry helpers to thehelper/retrysubpackage, removing the last SDK v1 retry dependency from the provider. (#10255, #10266)