1.13.14
(fix):
Fix for default request values and nullable types.
1.13.13
(fix):
final fix for embedded local packages
1.13.12
(fix):
must pin wiremock indirect dependencies to later fixed versions
1.13.11
(fix):
must pin wiremock dependencies to versions that still support go 1.23
1.13.10
(fix):
fix regression - v2 should not produce go.mod files for embedded local packages (use of importPath option)
1.13.9
(fix):
Fix code snippets in the README to alias root imports with the configured package name.
1.13.8
(fix):
use correct port for wire tests in containerized environments (seed and CI)
1.13.7
(fix):
Fix to allow wire tests to run in containerized environments (seed and CI)
1.13.6
(fix):
Remove occasional double-running of a build step.
1.13.5
(fix):
Restructure wire tests into separate per-service packages.
1.13.4
(fix):
Upgrade generator-cli dependency to fix local generation handling of .fernignore files.
1.13.3
(fix):
Add reserved keywords alias anti-collision to v2 generator logic.
1.13.2
(fix):
Added functionality to generated wire tests.
1.13.1
(fix):
Stop generating go.mod file in go-v2 sdk generation.
1.13.0
(feat):
Add support for PR mode for self-hosted/local sdk generation
1.12.6
(fix):
Fix name collision between receiver and parameter.
1.12.5
(chore):
Internal cleaning, cosmetic changes in dynamic snippet output.
1.12.4
(chore):
Upgrade to IRv60.
1.12.3
(fix):
Handle error codes using a shared error decoder.
1.12.2
(fix):
Fix small inconsistencies in dynamic snippets logic blocking wire test generation