Skip to content

v4.0.3

Compare
Choose a tag to compare
@nmiyake nmiyake released this 16 Jul 21:26
· 556 commits to develop since this release
24cd98b
Type Description Link
Fix Fixes generated client code to properly handle omitted optional header parameters.

Fixes #66
#67
Fix Update Go to 1.12.7 and godel to 2.16.0 #69
Fix Add String() function for text alias types

Make it so that any alias type that defines a MarshalText function
also defines a String function that delegates to the String() function
of the type being aliased.

Fixes #68
#70