MPL-2.0 licensed by Raghu Kaippully
Maintained by [email protected]
This version can be pinned in stack with:webgear-swagger-1.4.0@sha256:e489e2e046bcfe67fd6d10061caecbdea304a082c8f76f11cb58b90a4041d8b8,3586

WebGear - HTTP API server

Hackage

WebGear is a Haskell library for building composable, type-safe HTTP APIs. This package helps to generate Swagger 2.0 specifications from WebGear API specifications.

Changes

Changelog for webgear-swagger

Unreleased

1.4.0 - 2025-05-19

Added

  • Support GHC-9.12

Removed

  • Support GHC-9.0, GHC-9.2

1.3.1 - 2024-11-24

Added

  • Support GHC-9.10

1.3.0 - 2024-06-13

Changed

  • Simplify core API (breaking change) (#47)
  • Reimplement Swagger/OpenAPI internals (#45)

1.2.0 - 2024-03-18

Added

  • Prerequisite traits (#37)

1.1.1 - 2024-01-01

Changed

  • Updated dependency bounds and GHC versions (#35)

1.1.0 - 2023-12-29

Added

  • Streaming responses support (#26)
  • Support for cookies (#29)
  • Support file uploads (#32)
  • First version of webgear-swagger