We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ca2cd commit c402e59Copy full SHA for c402e59
1 file changed
fern/products/sdks/overview/go/changelog/2026-03-13.mdx
@@ -0,0 +1,7 @@
1
+## 1.30.1
2
+**`(fix):`** Fix non-deterministic ordering in generated requests.go and requests_test.go.
3
+Go maps randomize iteration order, causing type ordering to vary across runs
4
+when exportAllRequestsAtRoot is enabled. Map keys are now sorted before
5
+iteration to ensure deterministic output.
6
+
7
0 commit comments