compojure-api
compojure-api copied to clipboard
Bump ring:ring-core from 1.8.0 to 1.13.0 in /dependabot
Bumps ring:ring-core from 1.8.0 to 1.13.0.
Changelog
Sourced from ring:ring-core's changelog.
1.13.0 (2024-10-19)
- Added support for Unix domain sockets to Jetty adapter (#511)
- Added support for file response bodies to
wrap-content-type(#452)- Added docx extension to mimetypes (#510)
- Fixed wrap-not-modified to remove
Content-Lengthheader (#509)- Improved session cookie secret key deprecation warning (#413)
- Updated ns-tracker to 1.0.0 (#507)
- Updated Jetty to 11.0.24
- Updated Apache Commons IO to 2.17.0
1.12.2 (2024-06-13)
- Updated Jetty to 11.0.21
- Updated Apache Commons IO to 2.16.1
1.12.1 (2024-03-23)
- Fixed Jetty adapter hanging with websockets when :async? set (#499)
1.12.0 (2024-03-11)
- Moved ring.core.protocols into its own library
- Added support for Partitioned/CHIPS cookies (#493)
- Added ring.util.async/raising function (#403)
- Updated minimum Clojure version to 1.9.0
- Updated Jetty to 11.0.20
- Fixed cookie date timezone format (#349)
- Fixed reflection warning in temp-file multipart store (#498)
1.11.0 (2023-12-25)
- Functionally the same as 1.11.0-RC2
1.11.0-RC2 (2023-12-07)
- Fixed
ring.websocket/upgrade-request?header parsing (#489)1.11.0-RC1 (2023-11-06)
- Fixed default
:on-pingbehavior of websocket listener maps1.11.0-beta2 (2023-10-18)
- Removed automatic text/binary coercion from
ring.websocket/send1.11.0-beta1 (2023-10-17)
- Fixed reflection warnings
- Updated Commons-IO to 2.14.0
... (truncated)
Commits
f7dfe7cRelease 1.13.0a915a44Improve session cookie key deprecation warningaaa27d0Make guessing content type from files more robust9f0268bUpdate dependencies1bb3119Change wrap-not-modified to remove Content-Lengtheca2462Fix some more formatting with cljfmt15563ccMove byte array impl of StreamableResponseBodyd7d0378Fix clj-kondo warnings in src directories3ef0481Fix inconsistent formatting with cljfmta66fe9eAdd file response support to wrap-content-type- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)