1.28.0 (2026-03-31)
Full Changelog: v1.27.1...v1.28.0
Features
- internal: support comma format in multipart form encoding (97ed8a1)
Bug Fixes
- bump buger/jsonparser to v1.1.2 (GO-2026-4514) (#665) (96565eb)
- prevent duplicate ? in query params (0afa75c)
- types: generate shared enum types that are not referenced by other schemas (5dc86f2)
Chores
- ci: run builds on CI even if only spec metadata changed (010a16f)
- ci: skip lint on metadata-only changes (8cc7cec)
- ci: support opting out of skipping builds on metadata-only commits (adc7184)
- client: fix multipart serialisation of Default() fields (3fc3613)
- internal: bump go toolchain to go1.25.8 to address std lib vulnerabilities (e3feecb)
- internal: support default value struct tag (fc68556)
- internal: update gitignore (e2a5dd1)
- remove unnecessary error check for url parsing (6d42216)
- tests: bump steady to v0.19.4 (3ca1569)
- tests: bump steady to v0.19.5 (7364e49)
- tests: bump steady to v0.19.6 (28ebd01)
- tests: bump steady to v0.19.7 (77fc869)
- tests: bump steady to v0.20.1 (e52beb5)
- tests: bump steady to v0.20.2 (3a20191)
- update docs for api:"required" (aa0a03a)