Releases: LumeWeb/httputil
Releases · LumeWeb/httputil
v0.5.4
What's Changed
- refactor: update validation error handling for zog v0.22 by @pcfreak30 in #24
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- refactor: instead of fetching the body, use the validator as-is and assume its already been decoded via r.Decode by @pcfreak30 in #23
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- feat(http): add file upload handling with size validation by @pcfreak30 in #22
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- refactor: improve request body handling and test organization by @pcfreak30 in #21
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- refactor(http)!: improve JSON encoding with error handling and test coverage by @pcfreak30 in #19
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- feat: migrate from Gorilla mux to Echo framework by @pcfreak30 in #17
- chore: cleanup - move OpenAPI/Swagger code to portal-router by @pcfreak30 in #18
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- refactor(route): move middleware options to middleware package by @pcfreak30 in #16
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- feat: add OpenAPI route registration and documentation support by @pcfreak30 in #8
- refactor(router): simplify route registration by removing direct mux.Router dependency by @pcfreak30 in #9
- refactor: implement builder pattern for route configuration by @pcfreak30 in #10
- fix: add missing operator descriptions by @pcfreak30 in #11
- refactor(router): simplify router type usage and function signatures by @pcfreak30 in #12
- feat: add APIInfoDefinition interface for OpenAPI metadata by @pcfreak30 in #13
- feat: add getter methods to APIInfo interface by @pcfreak30 in #14
- chore: update go.lumeweb.com/gswagger to v0.11.0 by @pcfreak30 in #15
Full Changelog: v0.3.4...v0.4.0
v0.3.4
What's Changed
- feat: add error handler support to EncodeResponse by @pcfreak30 in #7
Full Changelog: v0.3.3...v0.3.4