Skip to content

Releases: cludden/protoc-gen-go-temporal

v1.2.1

13 Dec 03:11
Compare
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
Compare
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

v1.1.0

13 Nov 17:16
Compare
Choose a tag to compare

Changelog

  • 7c9aebe Merge pull request #28 from cludden/cludden/v1.1.0
  • 47f016d feat: enables additional supported method option combinations
  • 384ad77 fix: bumps release workflow to go1.21

v1.0.2

22 Oct 21:40
Compare
Choose a tag to compare

Changelog

  • 51b472a chore: adds generateed code documentation
  • c288077 chore: adds homebrew support
  • 3da86b1 chore: removes unused code
  • 35b5372 chore: updates generated code
  • 4e0fd36 chore: updates justfile to support aarch64
  • a8acc8b chore: upgrades dependencies
  • ba60038 fix: fixes client StartWorkflowOptions timeouts
  • ee3c446 fix: includes additional detail in id expression errors
  • 87ae612 fix: passes WorkflowChildRun by reference to select callbacks
  • 130eb90 fix: unused arg in testClient update handler

v1.0.1

17 Sep 23:54
v1.0.1
8b7930e
Compare
Choose a tag to compare

Changelog

  • 8b7930e chore: upgrades temporal dependencies (#26)

v1.0.0

13 Sep 07:21
e98275d
Compare
Choose a tag to compare

Changelog

v1.0.0-beta.3

29 Jul 19:32
Compare
Choose a tag to compare

Changelog

  • ca8d05d fix: fixes child workflow options

v1.0.0-beta.2

28 Jul 14:14
5039511
Compare
Choose a tag to compare

Changelog

  • 5039511 Merge pull request #23 from adrianlop/adrianlop/cancel_terminate_wfRun
  • 135a6a3 Merge pull request #7 from cludden/cludden/v1
  • b476b18 chore: updates README
  • 2b54787 chore: updates README
  • 6e753c2 feat(workflow/wfRun): implement Cancel and Terminate methods

v1.0.0-beta.1

17 Jul 04:17
v1.0.0-beta.1
db9f856
Compare
Choose a tag to compare

Changelog

  • 59a8c0e Merge pull request #21 from cludden/cludden/child-signal-fix
  • db9f856 chore: v1.0.0-beta.1
  • 4986581 feat: adds test client support (#22)
  • b7b27d4 fix: refactors child workflow run signals to use sync/async pattern

v1.0.0-alpha.1

10 Jul 03:38
Compare
Choose a tag to compare

Changelog

  • 75867f5 Merge pull request #19 from cludden/cludden/17-2
  • 07486ac Merge pull request #20 from cludden/cludden/v1-options
  • 52f3052 chore: updates generated example/test code
  • d61a196 feat: adds cli feature
  • 5874a3e feat: adds cli, workflow_update features
  • 3558f81 feat: adds support for multiple services in single proto package
  • bbf38c3 feat: adds support for search attributes, child workflow async
  • fdfca38 feat: refactor to sync/async methods
  • 5b41442 feat: refactors options
  • 1aca448 feat: removes type suffix from name constants
  • 8a05299 feat: unnests default_options, makes opts optional
  • 5222144 fixup! feat: adds cli, workflow_update features
  • 36f14a7 fixup! feat: unnests default_options, makes opts optional
  • 6abcc9f fixup! fixup! feat: adds cli, workflow_update features
  • b7d9a25 fixup! wip: adds experimental update workflow support
  • 63698ee wip: adds experimental update workflow support