Skip to content

Releases: cludden/protoc-gen-go-temporal

v1.1.0

13 Nov 17:16

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

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

Choose a tag to compare

Changelog

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

v1.0.0

13 Sep 07:21
e98275d

Choose a tag to compare

Changelog

v1.0.0-beta.3

29 Jul 19:32

Choose a tag to compare

Changelog

  • ca8d05d fix: fixes child workflow options

v1.0.0-beta.2

28 Jul 14:14
5039511

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

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

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

v0.8.0

23 Jun 23:11
v0.8.0
85d262d

Choose a tag to compare

Changelog

  • f9fa858 Add custom names for activity\workflows
  • aff23bc Merge pull request #4 from ZloyDyadka/add-custom-names
  • 85d262d chore: updates tests, example

v0.7.5

04 Jun 20:27
e266923

Choose a tag to compare

Changelog

  • e266923 Merge pull request #3 from cludden/cludden/workflow-retry-policy
  • 163f6ab chore: updates dependencies
  • fb61541 fix: adds missing retry_polciy to workflow default_options
  • 401e42a fix: removes obsolete use of docker-compose in tests