Skip to content

Releases: streamnative/terraform-provider-pulsar

v0.3.1

01 May 12:39
9f30205
Compare
Choose a tag to compare

What's Changed

  • feat: add of offload threshold property in namespace configuration by @shodo in #109

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

20 Apr 15:45
969d5ef
Compare
Choose a tag to compare

What's Changed

  • make input topics and subscription forcenew by @freeznet in #120
  • feat: add subscription dispatch rate to namespace resource by @efcasado in #118

New Contributors

Full Changelog: v0.2.4...v0.3.0

v0.2.4

01 Feb 18:46
3e0e204
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

22 Jan 19:05
60223d9
Compare
Choose a tag to compare

What's Changed

  • bug: fix sink retain ordering and ignore custom runtime options server set vals by @freeznet in #112
  • build(deps): bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0 by @dependabot in #114

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

11 Jan 04:45
9d28584
Compare
Choose a tag to compare
fix(ci): gpg key in the release action (#113)

v0.2.1

14 Dec 03:07
fc080a8
Compare
Choose a tag to compare

What's Changed

  • Migrate pulsar-admin-go to apache pulsar client go by @tisonkun in #103
  • add function example and doc by @nlu90 in #102
  • build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #104
  • build(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #105
  • support user_config when creating function by @nlu90 in #107

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

28 Jul 04:54
cc29897
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @geomagilles in #93
  • Add retries to permission grant updates on Pulsar topics by @ckreiling in #91
  • build(deps): bump google.golang.org/grpc from 1.45.0 to 1.53.0 by @dependabot in #92
  • fix source/sink connector archive/packageURL support by @nlu90 in #95
  • add sink create & update arguments by @nlu90 in #96
  • ci: add tmate session for acctest debug by @maxsxu in #99
  • upgrade pulsar to 2.10.4 for test by @nlu90 in #100
  • add CustomRuntimeOption,Secrets,SchemaType to Source by @nlu90 in #97
  • add pulsar_function resource by @nlu90 in #98
  • docs: add version compatibility by @maxsxu in #101

New Contributors

Full Changelog: v0.1.4...v0.2.0

v0.1.4

22 May 10:36
7167ed6
Compare
Choose a tag to compare
ci(release): migrate to terraform-provider-release action (#88)

Signed-off-by: Max Xu <xuhuan@live.cn>

v0.1.3

23 Feb 11:53
5cdea94
Compare
Choose a tag to compare
Fix importing nonexist topics (#75)

Fix importing topics

v0.1.2

17 Oct 03:01
ed259bc
Compare
Choose a tag to compare
Add MessageTTL option to namespace (#65)

* Add MessageTTL option to namespace

* Readme updates

* Style fix

Error: ST1003: struct field MessageTtlInSeconds should be MessageTTLInSeconds (stylecheck)

* Add field description