Skip to content

v1.16.0

Choose a tag to compare

@cludden cludden released this 12 Mar 05:17
· 73 commits to main since this release

⚠ BREAKING CHANGES

  • The existing usage of the iancoleman/strcase third-party library has been
    replaced with a first-party implementation with better acronym handling. This
    may lead to changes in generated cli command and flag names. To compensate for
    any potential issues, the protobuf options for workflows, queries, signals,
    updates, and message fields have been expanded to support user-defined
    overrides.

Added

  • #89 add option to ignore camel case renames for specific acronyms
  • #94 improve acronym behavior, expand cli options
  • #95 add support for opaque, hybrid apis

Changed

  • #97 prevent unnecessary code generation for activity only services

Fixed

  • #95 fix unmarshal cli flag prefixing