compojure-api icon indicating copy to clipboard operation
compojure-api copied to clipboard

Bump ring:ring-core from 1.8.0 to 1.13.0 in /dependabot

Open dependabot[bot] opened this issue 1 year ago • 0 comments

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-Length header (#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-ping behavior of websocket listener maps

1.11.0-beta2 (2023-10-18)

  • Removed automatic text/binary coercion from ring.websocket/send

1.11.0-beta1 (2023-10-17)

  • Fixed reflection warnings
  • Updated Commons-IO to 2.14.0

... (truncated)

Commits
  • f7dfe7c Release 1.13.0
  • a915a44 Improve session cookie key deprecation warning
  • aaa27d0 Make guessing content type from files more robust
  • 9f0268b Update dependencies
  • 1bb3119 Change wrap-not-modified to remove Content-Length
  • eca2462 Fix some more formatting with cljfmt
  • 15563cc Move byte array impl of StreamableResponseBody
  • d7d0378 Fix clj-kondo warnings in src directories
  • 3ef0481 Fix inconsistent formatting with cljfmt
  • a66fe9e Add file response support to wrap-content-type
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Oct 21 '24 20:10 dependabot[bot]