| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.6.0.tar.gz | 2023-06-12 | 556.0 kB | |
| 0.6.0.zip | 2023-06-12 | 782.5 kB | |
| README.md | 2023-06-12 | 2.4 kB | |
| Totals: 3 Items | 1.3 MB | 0 | |
Full release notes in the [CHANGELOG](https://github.com/pedestal/pedestal/blob/master/CHANGELOG.md#060; this covers some minor breaking changes.
The emphasis for this release was primarily about addressing CVEs in dependencies; internally, we also shifted the build from Leiningen to Clojure CLI (aka deps.edn). Finally, documentation and examples were updated and refreshed.
What's Changed
- The leading slash results in 404 Not Found by @umair-symplr in https://github.com/pedestal/pedestal/pull/705
- [#696]: Remove sync io from go blocks by @aredington in https://github.com/pedestal/pedestal/pull/706
- Improve log overriding by @aredington in https://github.com/pedestal/pedestal/pull/715
- replace some uses of deprecated defroutes, fix sample 'chain-providers' by @tbcs in https://github.com/pedestal/pedestal/pull/531
- improve csrf interceptor by @lucywang000 in https://github.com/pedestal/pedestal/pull/648
- URL Decode path parameters by default by @hlship in https://github.com/pedestal/pedestal/pull/733
- Fix reflection warnings in io.pedestal.http.route by @hlship in https://github.com/pedestal/pedestal/pull/731
- Mark io.pedestal.interceptor.helpers as deprecated by @hlship in https://github.com/pedestal/pedestal/pull/742
- [#610]: Regression: url-for for routes with an url-param as the first path part by @bonkydog in https://github.com/pedestal/pedestal/pull/746
New Contributors
- @phmeier-nubank made their first contribution in https://github.com/pedestal/pedestal/pull/707
- @umair-symplr made their first contribution in https://github.com/pedestal/pedestal/pull/705
- @stonedz made their first contribution in https://github.com/pedestal/pedestal/pull/690
- @lucywang000 made their first contribution in https://github.com/pedestal/pedestal/pull/648
- @hlship made their first contribution in https://github.com/pedestal/pedestal/pull/723
- @mtsbarbosa made their first contribution in https://github.com/pedestal/pedestal/pull/716
- @claj made their first contribution in https://github.com/pedestal/pedestal/pull/691
- @NazarDunets made their first contribution in https://github.com/pedestal/pedestal/pull/747
Full Changelog: https://github.com/pedestal/pedestal/compare/0.5.10...0.6.0