1.13.17
(fix): - expose raw paginated response
- fix server-sent events streaming functionality
1.13.16
(chore): Refactor wire test generation to use the new mock utils.
1.13.15
(fix): Fix for regression to streaming endpoints call
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.