Skip to content

Releases: cludden/protoc-gen-go-temporal

v1.7.0

12 Jan 23:44
8e5cffd

Choose a tag to compare

Changelog

  • 8e5cffd Merge pull request #34 from cludden/cludden/codec
  • 640d317 feat: adds experimental codec server support
  • 3a8f11b fix: fixes enum cli flags

v1.6.0

02 Jan 22:20

Choose a tag to compare

Changelog

  • 0bf71e7 chore: updates generated code
  • 88e739b feat: adds ReceiveWithTimeout method to signal structs
  • 0320a7f fix: fixes spelling errors
  • 771cd7b fix: wraps nondeterministic xns logic with side effect

v1.5.3

27 Dec 19:25

Choose a tag to compare

Changelog

  • 3d1d101 fix: removes replace with direct dependency on cludden/benthos

v1.5.2

27 Dec 18:52

Choose a tag to compare

Changelog

  • 85c9aae chore: updates README.md
  • 8a307c2 fix: allows filtering xns activity registrations
  • 5813e60 fix: removes indirect otel dependencies

v1.5.1

27 Dec 01:02

Choose a tag to compare

Changelog

  • ecaf765 fix: fixes xns retry policy

v1.5.0

26 Dec 23:57

Choose a tag to compare

Changelog

  • 4c06ef9 Merge branch 'main' into cludden/workflow-client
  • c041e56 Merge pull request #33 from cludden/cludden/workflow-client
  • dc85b47 chore: fixes typo in comment
  • 930f935 feat: adds Get client method
  • d6baf84 feat: adds experimental cross-namespace support
  • 4987b47 feat: adds xns proto options for specifying defaults

v1.4.0

21 Dec 19:55

Choose a tag to compare

Changelog

  • 287d308 chore: updates generated code
  • 9962989 feat: adds WorkflowRun.Run() client.WorkflowRun method

v1.3.0

20 Dec 05:31

Choose a tag to compare

Changelog

  • cf20c51 chore: updates README.md, generated code
  • 9e7e4b4 feat: adds patch support, updates workflow input suffix (#32)
  • 72bc0e1 fix: fixes whitespace in README.md

v1.2.1

13 Dec 03:11

Choose a tag to compare

Changelog

  • 90b298f chore: updates generated code
  • 76eb8fa fix: adds signal prefix for duplicate signal-with-start flags

v1.2.0

26 Nov 19:15
87ba167

Choose a tag to compare

Changelog

  • 87ba167 Merge pull request #30 from cludden/cludden/workflow-initialize
  • 8b71f06 chore: updates generated code
  • a0ce009 chore: upgrades dependencies
  • f9cf692 feat: adds -f/--input-file command flag, fixes duration and timestamp flags
  • f6b15c5 feat: adds support for ignoring targetted cli generation
  • b2187cb feat: adds support for workflow initializers
  • 2f15aa6 fix: fixes unmarshal logic for oneof fields