v0.2.0
Upgrading Notes
This provider now requires at least a NATS Server running version 2.11, all previous versions are unsupported, use a earlier version of the provider to manage those environments.
In order to support latest versions of Terraform we've had to upgrade various Hashicorp dependencies that brought some increased correctness checks and stricter validation on some values. You must test your terraform code in a development environment. We've tried to keep as much old code working as possible but there might be some issues we have not yet discovered.
Enhancements
- Allow setting max_waiting for pull consumers
- Updated Terraform Client libraries in order to support latest versions of Terraform
- Use Pedantic Mode API calls and require server 2.11 and newer
- Support 2.11 server-set metadata and asset versioning
- Support Per-Msg TTLs
- Document possible retention policy values to README
Bug Fixes
- Fix ability to set subject_transform on streams
- Fix SampleFrequency parsing in update function
- Fix changing
max_waitingvalue whendelivery_subjectis set - Fix consumer imports that would flip flop between states
New Contributors
- @brinnjoyce made their first contribution in #111
- @ianbbqzy made their first contribution in #115
- @ploubser made their first contribution in #117
- @karsov made their first contribution in #135
Full Changelog: v0.1.1...v0.2.0