Skip to content

Releases: cludden/protoc-gen-go-temporal

v1.13.0

03 May 20:20
Compare
Choose a tag to compare

Added

  • #62 add individual option override methods

Fixed

  • #65 wrap expression evaluation in local activities inside workflow contexts (Patch Version 64)
  • #66 fix cancellation propagation in xns activities

v1.12.0

19 Apr 22:12
Compare
Choose a tag to compare

Added

  • 0182d7b add generated WorkflowFunction helpers
  • #57 add missing WaitForCancellation for activity options

Changed

  • #60 add additional details to expression evaluation errors

Fixed

  • 84342c6 support brackets in bloblang expressions

v1.11.0

12 Apr 23:22
Compare
Choose a tag to compare

Changelog

  • bf0aace chore: adds documentation links to README
  • eaac5f2 feat: adds workflow aliasing support
  • 9d5c270 fix: falls back to service task queue as activity default

v1.10.4

09 Apr 18:39
Compare
Choose a tag to compare

Changelog

  • 7304ecf fix(codec): fixes nested messages
  • 657a197 fix(xns): wraps workflow execution errors with application errors
  • 38d49e8 fix: fixes activity option task queue behavior

v1.10.3

05 Apr 17:14
Compare
Choose a tag to compare

Changelog

  • 793743c chore: adds workflow initializers docs
  • e9ca99e fix: fixes default child workflow options
  • 339639f fix: fixes xns comments

v1.10.2

04 Apr 16:54
Compare
Choose a tag to compare

Changelog

  • 609aea7 chore: adds additional examples
  • c65be9f chore: adds additional examples
  • 616d99a chore: doc fixes
  • 0b994cb chore: removes protoc-gen-doc
  • 080bd4c chore: supports windows artifacts
  • fd0a7a8 feat: add support for cross-service queries, signals, and upates
  • 6a0f89a feat: adds initial gh pages site
  • 41c03e8 fix(expression): uses protojson for unstructured conversions
  • edd6b89 fix(testclient): allows constructor workflows to be nil
  • f01e575 fix(update): fixes Async for those that exceed default grpc poll timeout
  • 4116735 fix: fixes cli usage
  • a2b1d79 fix: fixes non_retryable_error_types
  • b7db6b6 fix: minor comment fixes
  • 40aeee1 fix: minor comment fixes
  • b79dbf4 fix: prevents deadline exceed on xns update
  • cf7bb8a fix: registers extended codec types

v1.10.1

21 Mar 00:14
Compare
Choose a tag to compare

Changelog

  • 123ef7f chore: revert go.mod ugprade

v1.10.0

20 Mar 22:29
b3025b5
Compare
Choose a tag to compare

Changelog

  • 1b90dc6 Merge pull request #42 from cludden/dependabot/go_modules/google.golang.org/protobuf-1.33.0
  • b3025b5 Merge pull request #43 from cludden/cludden/cli-task-queue
  • 44741e6 chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0
  • 5068ee9 chore: bumps github.com/golang/protobuf
  • e78f972 feat: adds --task-queue,-t cli workflow flag

v1.9.0

14 Mar 18:58
07e1a1f
Compare
Choose a tag to compare

Changelog

  • 07e1a1f Merge pull request #41 from cludden/cludden/minor-go-doc-improvements
  • c95290a feat: adds support for native deprecated option
  • a3a4f30 fix: uses fqn for generated workflow comments, adds metadata

v1.8.2

02 Mar 05:16
47651d4
Compare
Choose a tag to compare

Changelog

  • ceffc40 Merge pull request #39 from cludden/cludden/37
  • 47651d4 Merge pull request #40 from cludden/cludden/38
  • 7021869 chore: adds tests for service with only activities
  • 268b455 fix: use activity task_queue if defined