Skip to content

v0.9.2

Compare
Choose a tag to compare
@bczoma bczoma released this 26 Jan 15:24
· 2 commits to main since this release
5fa1c94

Beta release v0.9.2 of the Solace PubSub+ Appliance (solacebrokerappliance) Provider. Semp version: 2.39.

Improvements

  • Updated SEMP schema to 2.39
  • Upgrade Terraform provider to Go v1.21
  • Improved retry mechanism in provider SEMP client
  • Updated module versions
  • Removed id attribute from all objects as it is no longer required by the Terraform test framework v1.5

Bug Fixes

  • Objects that dont have dependancies dont follow the 'request_min_interval' provider attribute
  • The request_min_interval attribute seems to wait before the first SEMP request is sent
  • Improved retry mechanism in provider SEMP client
  • Generator needs to escape certain charaters in attribute names
  • broker provider makes API calls at configure time
  • Generator needs to handle terraform interpolation in string outputs

Misc