Skip to content

Releases: LumeWeb/httputil

v0.5.4

30 Dec 20:46
f7a237f

Choose a tag to compare

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

10 Jul 18:20

Choose a tag to compare

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

08 Jul 20:40

Choose a tag to compare

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

28 May 04:12

Choose a tag to compare

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

27 May 10:01

Choose a tag to compare

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

26 May 18:56

Choose a tag to compare

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

25 May 08:20

Choose a tag to compare

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

25 May 07:37

Choose a tag to compare

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

28 Mar 00:10

Choose a tag to compare

What's Changed

  • feat: add error handler support to EncodeResponse by @pcfreak30 in #7

Full Changelog: v0.3.3...v0.3.4

v0.3.3

27 Mar 23:53

Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3