Avatar for the go-fuego user
go-fuego
fuego
BlogDocsChangelog

Branches performance

Pull requests

fix: do not set trailer header when no content#701
last run
10 days ago
fix: do not set trailer header when no content
10 days ago
40723ff
fix/trailer-when-no-content
CodSpeed Performance Gauge
0%
chore(deps): bump svgo from 3.3.2 to 3.3.3 in /documentation Bumps [svgo](https://github.com/svg/svgo) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/svg/svgo/releases) - [Commits](https://github.com/svg/svgo/compare/v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: svgo dependency-version: 3.3.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
11 days ago
c63bcf4
dependabot/npm_and_yarn/documentation/svgo-3.3.3
CodSpeed Performance Gauge
-12%
Merge branch 'main' into fix/example-tag-parsing
11 days ago
10b526c
0-don:fix/example-tag-parsing
CodSpeed Performance Gauge
0%
fix: sanitize all invalid characters in transformTypeName schema names The previous fix (PR #696) handled []T slice type parameters but left *T (pointer), map[K]V, and nested generics producing invalid OpenAPI 3 schema identifiers. For example: Response[*model.User] -> Response_*model.User (invalid) Response[map[string]model.User] -> Response_map[string]model.User (invalid) Outer[Inner[model.User]] -> Outer_Inner[model.User] (invalid) Replace the single []->Array- substitution with a general sanitizer that handles all Go type syntax characters: [] -> Array-, [ -> -, ] -> -, * -> (removed). Also replace the manual package path stripping with a regex that correctly handles import paths appearing after type modifiers. Add petstore example endpoint with nested generics to exercise the nested case in the golden spec CI check. Fixes remaining cases from #560.
13 days ago
eca1f42
0-don:fix/transform-type-name-sanitize
CodSpeed Performance Gauge
-13%
© 2026 CodSpeed Technology
Home Terms Privacy Docs