Releases: nats-io/terraform-provider-jetstream
v0.2.1
Enhancements
- Add
limit_marker_ttlfield to kv resource
Bug Fixes
- Update max_ack_pending validation to include -1 (unlimited)
- Improve setup docs
New Contributors
- @RaphaelColman made their first contribution in #149
Full Changelog: v0.2.0...v0.2.1
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
Release v0.1.1
DEPRECATION NOTICE: This project is deprecated and will not receive further feature work
Enhancements
- Improve documentation for KV permissions
- Support
deliver_last_per_subject - Document resource imports
- Support Stream and Consumer metadata
- Support for client certificates
- Add
jetstream_kv_entry - Support stream compression
- Support subject transforms on streams
- Support
filter_subjects
Bug Fixes
- improve consumer import
- Bug fixes when updating consumers
- Require inactive and max ack pending to be set on streams with limits
New Contributors
- @maxarndt made their first contribution in #81
- @ioanluca made their first contribution in #84
- @sepbot made their first contribution in #70
- @alxyng made their first contribution in #92
- @bruth made their first contribution in #94
- @iapain made their first contribution in #104
Full Changelog: v0.0.35...v0.1.1
v0.0.35
v0.0.34
Enhancements
- Allow filter subject of consumers to be updated without recreate
- Restore support for duplicate windows and filters on stream mirrors
- Support several new stream permission properties
- Support
inactive_threshold,replicas,memoryandbackoffto consumers - Support
max_byteson consumers - Support Stream Republish
Full Changelog: v0.0.31...v0.0.34