Skip to content

Dependency Update and bug fixes

Latest
Compare
Choose a tag to compare
@ddeaguiar ddeaguiar released this 21 Dec 20:18
· 8 commits to master since this release

This release updates pedestal.ions to the latest Pedestal and Datomic Ion versions.

  • Pedestal 0.5.5
  • ion-dev 0.9.186
  • ion 0.9.28

Since tools.deps.alpha is used for Datomic Ion deployment, deployed artifacts will no longer be available on Clojars. The Git coordinates in the Getting Started section of the README will always refer the latest, stable release.

Git Coordinates

{io.pedestal/pedestal.ions {:git/url "https://github.com/pedestal/pedestal.ions.git"
                                              :sha "ac9a0ddc11521c31e4d617dc10cb912f181e7cae"
                                              :tag "0.1.1"}}

Bug Fixes

  • response-for now supports the :body key.