Releases: nats-io/terraform-provider-jetstream
Releases · nats-io/terraform-provider-jetstream
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
,memory
andbackoff
to consumers - Support
max_bytes
on consumers - Support Stream Republish
Full Changelog: v0.0.31...v0.0.34