hi folks. What is the recommended version of pedestal to use? Is 0.8.0 ready or should we stick to 0.7.2?
0.8 is in an early alpha stage; stick with 0.7.2 for production usage currently.
Thank you. Great software btw! ⭐
Big updates to the documentation, including a completely rewritten https://pedestal.io/pedestal/0.8/guides/pedestal-with-component.html
I've also pushed alpha-4 to clojars.
(alpha-3 had a deployment glitch)
To be honest, the component guide is fine, it's just not quite the way I'd prefer to see Component used; it relies on the big-bag-of-mud pattern (the :components component). I'd rather see interceptors and handlers be (derived from) Components, such that they had specific dependencies. Leveraging the IntoInterceptor protocol could make that nicer.
Meanwhile, I think some kind of over-aggresive caching in S3/CloudFront is causing issue with some of the API files. Just a file not checked into Git.