Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 0.23 -> main #6250

Merged
merged 57 commits into from Apr 5, 2022
Merged

Commits on Mar 27, 2022

  1. Configuration menu
    Copy the full SHA
    82cab4b View commit details
    Browse the repository at this point in the history
  2. Cleanup site config

    armanbilge committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    737c00c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Use tryScheduling within IdleTimeoutStage

    To avoid nasty stacktraces when shutting down blaze.
    hamnis committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    c8b39eb View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Use in the Http1Connection

    danicheg committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    7b6ba1d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Merge pull request http4s#6197 from scala-steward/update/series/0.22/…

    …sbt-http4s-org-0.13.1
    
    Update sbt-http4s-org to 0.13.1 in series/0.22
    rossabaker committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    c79654b View commit details
    Browse the repository at this point in the history
  2. Merge pull request http4s#6198 from hamnis/0-22/blaze-idletimeout-fix

    Use tryScheduling within IdleTimeoutStage
    rossabaker committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    49ad2c2 View commit details
    Browse the repository at this point in the history
  3. Create optimization target

    armanbilge committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    31841da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8da371c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8ca12e View commit details
    Browse the repository at this point in the history
  6. Revert "lazy val -> def for mime constants"

    This reverts commit e8ca12e.
    armanbilge committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    064b0f3 View commit details
    Browse the repository at this point in the history
  7. DRY

    armanbilge committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    d52a9a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e9540e View commit details
    Browse the repository at this point in the history
  9. Don't link MimeDB on JS

    armanbilge committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    6e167bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d70be7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    1327969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb505f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b86bb23 View commit details
    Browse the repository at this point in the history
  4. Merge pull request http4s#6218 from http4s/0.22-pin-crypto

    Pin http4s-crypto to 0.1.x in 0.22
    rossabaker committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    2d1dcaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99f6f49 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Merge pull request http4s#6214 from scala-steward/update/series/0.22/…

    …tomcat-catalina-9.0.62
    
    Update tomcat-catalina, tomcat-coyote, ... to 9.0.62 in series/0.22
    rossabaker committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    d48681d View commit details
    Browse the repository at this point in the history
  2. Merge pull request http4s#6220 from scala-steward/update/series/0.22/…

    …jetty-server-9.4.46.v20220331
    
    Update jetty-client, jetty-http, ... to 9.4.46.v20220331 in series/0.22
    rossabaker committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    894b755 View commit details
    Browse the repository at this point in the history
  3. Revert "Temporarily publish snapshots from PR"

    This reverts commit 6d70be7.
    armanbilge committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    47ee693 View commit details
    Browse the repository at this point in the history
  4. Revert "Create optimization target"

    This reverts commit 31841da.
    armanbilge committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    3d15b80 View commit details
    Browse the repository at this point in the history
  5. Add/improve comments

    armanbilge committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    fea209f View commit details
    Browse the repository at this point in the history
  6. Revert "Revert "Create optimization target""

    This reverts commit 3d15b80.
    armanbilge committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    a6c6d60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    128f141 View commit details
    Browse the repository at this point in the history
  8. Test gzip size instead

    armanbilge committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    0c9c431 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    73752aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8789200 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    57e0980 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7f0e937 View commit details
    Browse the repository at this point in the history
  13. Regenerate workflow

    armanbilge committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    b127da5 View commit details
    Browse the repository at this point in the history
  14. scalafix

    armanbilge committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    b162f65 View commit details
    Browse the repository at this point in the history
  15. Merge pull request http4s#6224 from scala-steward/update/series/0.22/…

    …cats-parse-0.3.7
    
    Update cats-parse to 0.3.7 in series/0.22
    rossabaker committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    eb8e13a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cc2b033 View commit details
    Browse the repository at this point in the history
  17. Merge pull request http4s#6223 from scala-steward/update/series/0.22/…

    …scalafmt-core-3.5.0
    
    Update scalafmt-core to 3.5.0 in series/0.22
    rossabaker committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    dfb064a View commit details
    Browse the repository at this point in the history
  18. Merge pull request http4s#6226 from rossabaker/cats-parse-from-0.22

    Update cats-parse from 0.22
    armanbilge committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    4689d0a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ceafc2d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    75acde9 View commit details
    Browse the repository at this point in the history
  21. Merge pull request http4s#6208 from danicheg/blaze-client-async-tweak

    Tweak `async` usage in `Http1Connection`
    danicheg committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    930ca15 View commit details
    Browse the repository at this point in the history
  22. Merge pull request http4s#6211 from http4s/issue/5273

    Make MimeDB go away on JS
    armanbilge committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    7ca6dc1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    461e462 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c11218 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Merge pull request http4s#6231 from scala-steward/update/series/0.23/…

    …cats-effect-3.3.10
    
    Update cats-effect, cats-effect-laws, ... to 3.3.10 in series/0.23
    armanbilge committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    3eecd71 View commit details
    Browse the repository at this point in the history
  2. Ignore scala-xml updates

    danicheg committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    01f2fd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request http4s#6236 from danicheg/scala-steward-conf

    Ignore `scala-xml` updates
    danicheg committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    27cc8cd View commit details
    Browse the repository at this point in the history
  4. Remove war example

    rossabaker committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    038a95e View commit details
    Browse the repository at this point in the history
  5. Regenerate workflow

    rossabaker committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    3d5c83b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Merge pull request http4s#6238 from rossabaker/remove-war

    Remove war example
    rossabaker committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    433ecc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3e1c82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d05a57 View commit details
    Browse the repository at this point in the history
  4. Hush MiMa

    armanbilge committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    9358286 View commit details
    Browse the repository at this point in the history
  5. Don't play with fire

    armanbilge committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    c70e401 View commit details
    Browse the repository at this point in the history
  6. Scala 3 filters ...

    armanbilge committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    17bd355 View commit details
    Browse the repository at this point in the history
  7. Merge pull request http4s#6248 from armanbilge/issue/6242

    Use thread unsafe "lazy val"s to avoid deadlocks initializing MimeDB
    rossabaker committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    23c8936 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    86844fa View commit details
    Browse the repository at this point in the history
  9. Update MimeDB

    armanbilge committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    db39966 View commit details
    Browse the repository at this point in the history