Closed github-actions[bot] closed 3 years ago
Bumps ring:ring from 1.8.1 to 1.9.1.
Sourced from ring:ring's changelog.
1.9.1 (2021-02-17) Updated Ring-Codec dependency to 1.1.3 Updated Jetty to 9.4.36.v20210114 1.9.0 (2021-02-03) Fixed automatic closing of response stream on exception (#420) Changed woff media type to font/woff & added woff2 media type (#421) Changed TTF media type to font/ttf (#426) Improved formatting in ring.middleware.stacktrace (#391) Improved performance of async responses (#428) Added :exclude-ciphers option to Jetty adapter (#405) Added :exclude-protocols option to Jetty adapter (#405) Added :ssl-context option to Jetty adapter (#412) Added :async-timeout-handler option to Jetty adapter (#410) Added :keystore-scan-interval option to Jetty adapter (#417) 1.8.2 (2020-10-06) Updated Jetty to 9.4.31.v20200723 (#411)
font/woff
font/ttf
ring.middleware.stacktrace
:exclude-ciphers
:exclude-protocols
:ssl-context
:async-timeout-handler
:keystore-scan-interval
eb73b9d
71f022d
eb09ff1
4998baa
2ba9779
1ee170e
2bbefc0
34bcc55
ae72f28
ebce6f5
Bumps ring:ring from 1.8.1 to 1.9.1.
Changelog
Sourced from ring:ring's changelog.
Commits
eb73b9d
Release 1.9.171f022d
Update Jetty dependency to 9.4.36.v20210114eb09ff1
Update Clojure 1.10 dependency to 1.10.24998baa
Update Ring-Codec dependency to 1.1.32ba9779
Update Codox to 0.10.71ee170e
Release 1.9.02bbefc0
Update copyright year in README34bcc55
Merge pull request #428 from alexanderkiel/async-response-perf-fixae72f28
Fix performance issue with async responsesebce6f5
Merge pull request #426 from nivekuil/master