Skip to content

v6.4.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 01 Jul 20:39
· 453 commits to develop since this release
cf73aeb
Type Description Link
Fix Fixes issue where operation to determine module for Conjure
output would sometimes fails.

Adds the "-mod=readonly" flag to the "go list" operation used to
determine the module for the code generated by Conjure.
This makes the operation more resilient and is the proper approach for
this operation, as it is only used to determine the module name.
#200
Improvement Add errorName as safe param to generated errors, bringing conjure-go
to parity with conjure-java.
#211