Open github-actions[bot] opened 2 years ago
Bumps ring:ring from 1.8.1 to 1.9.4.
Sourced from ring:ring's changelog.
1.9.4 (2021-07-17) Updated Jetty to 9.4.42.v20210604 (#442) Updated Commons-IO to 2.10.0 Updated Crypto-Random to 1.2.1 1.9.3 (2021-04-26) Fixed missing arity on async OutputStream (#436) Updated Jetty to 9.4.40.v20210413 1.9.2 (2021-03-20) Updated Jetty to 9.4.38.v20210224 (#433) Fixed reflection warning (#432) 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)
OutputStream
font/woff
font/ttf
ring.middleware.stacktrace
:exclude-ciphers
:exclude-protocols
:ssl-context
:async-timeout-handler
:keystore-scan-interval
844a814
aa37ace
5ea0846
8878376
bf6661e
99ece0b
7aac615
a04213b
24c5fa0
bb98e6a
Bumps ring:ring from 1.8.1 to 1.9.4.
Changelog
Sourced from ring:ring's changelog.
Commits
844a814
Release 1.9.4aa37ace
Update dependencies5ea0846
Update Clojure 1.10.2 test profile to 1.10.38878376
Merge pull request #442 from Juholei/update-jettybf6661e
Update Jetty to 9.4.4299ece0b
Release 1.9.37aac615
Update Jetty to 9.4.40a04213b
Merge pull request #438 from audriu/patch-124c5fa0
Fix API docs locationbb98e6a
Fix missing arity on async OutputStream