Skip to content

Releases: cludden/protoc-gen-go-temporal

v0.7.4

24 May 20:51

Choose a tag to compare

Changelog

  • 3c3743d chore: upgrades to go@1.20.4
  • 05ff63d fix: errors if ExecuteWorkflow returns nil run

v0.7.3

24 Apr 15:59

Choose a tag to compare

Changelog

  • aa4cb64 chore: minor README updates
  • a8dceb4 chore: updates examples
  • ddbb4dc fix: fixes child workflow execution methods
  • aa2a6dc fix: supports signal options on workflows, activities

v0.7.2

21 Apr 00:22

Choose a tag to compare

Changelog

  • 76d9822 chore: includes id expression in error to aid in troubleshooting
  • 4c80354 fix: fixes example, justfile, updates README
  • 71c8ba1 fix: uses proto comments for workflow methods

v0.7.1

18 Apr 18:45
v0.7.1
f0b828c

Choose a tag to compare

Changelog

  • f0b828c fix: allows methods to support all options

v0.7.0

11 Apr 13:59
v0.7.0
74d1c70

Choose a tag to compare

Changelog

  • 74d1c70 feat: replaces id_* options with id option that supports bloblang expressions

v0.6.1

06 Apr 12:40

Choose a tag to compare

Changelog

  • 3c1311e fix: fixes go install by renaming cmd directory

v0.6.0

30 Mar 17:53

Choose a tag to compare

Changelog

  • 0921bd1 feat: adds NewClientWithOptions function

v0.5.1

24 Mar 18:31

Choose a tag to compare

Changelog

  • 88e0fb8 fix: supports workflow id_prefix without id_fields

v0.5.0

21 Mar 01:45

Choose a tag to compare

Changelog

  • 3dc2c9f feat: adds namespace service option, additional validation

v0.4.0

20 Mar 02:00
v0.4.0
c36771c

Choose a tag to compare

Changelog

  • c36771c Merge pull request #2 from cludden/cludden/rpc-as-workflow-and-activity
  • e93bfab feat!: supports multiple method option types