Skip to content

Releases: oliyh/pedestal-api

Updated swagger-ui

22 Jan 14:50
Compare
Choose a tag to compare

This release updates the project dependencies, most notably ring-swagger and swagger-ui.

Compatibility with pedestal 0.5.3

22 Jan 14:34
Compare
Choose a tag to compare

This release fixes:

  • Compatibility with pedestal 0.5.3+ as per #20

Compatibility with pedestal 0.5.2

20 Jan 19:00
Compare
Choose a tag to compare

The 0.5.2 release of pedestal incorporates ring 0.5.1 which has a security update which broke route-swagger.

route-swagger is now fixed and this release is compatible with pedestal 0.5.2. Thanks to @lerouxrgd for reporting and @frankiesardo for merging the fix.

Swagger compliance

12 Jul 19:20
Compare
Choose a tag to compare

This release contains improvements to compliance of the Swagger spec, including:

Pedestal 0.5.0 support

09 Jun 18:27
Compare
Choose a tag to compare

Pedestal 0.5.0 introduced some breaking changes which are catered for in this release.

It also contains:

Initial release

08 Mar 22:15
Compare
Choose a tag to compare
  • Content deserialisation, including:
    • application/json
    • application/edn
    • application/transit+json
    • application/transit+msgpack
    • application/x-www-form-urlencoded
  • Content negotiation, including:
    • application/json
    • application/edn
    • application/transit+json
    • application/transit+msgpack
  • Human-friendly error messages when schema validation fails
    • e.g. {:error {:body-params {:age "(not (integer? abc))"}}}
  • Convenience functions for annotating routes and interceptors