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 to main #712

Merged
merged 99 commits into from
Oct 4, 2024
Merged

Merge to main #712

merged 99 commits into from
Oct 4, 2024

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    272726d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Really fix idle timeout.

    Dequeue all and handle them in the flatMap of future
    hamnis committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    36d53a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #641 from http4s/timeout-fix

    Really fix idle timeout.
    hamnis authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6d5bd9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b44868 View commit details
    Browse the repository at this point in the history
  4. Add per request timeout

    Store the current in flight callback in a variable.
    
    When the timeout handler reaches timeout, we kill the current request.
    
    If the idle timeout triggers, we kill all requests, including the current in-flight request.
    hamnis committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b08ee2e View commit details
    Browse the repository at this point in the history
  5. Make sure we start the next request

    ensure we call ctx.read() when killing current request to start the next request
    hamnis committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e907127 View commit details
    Browse the repository at this point in the history
  6. use logger instead of println

    hamnis committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4d0b094 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #642 from http4s/update/series/0.5/netty-codec-htt…

    …p-4.1.108.Final
    
    Update netty-codec-http, ... to 4.1.108.Final in series/0.5
    hamnis authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f17456c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #639 from http4s/update/series/0.5/fs2-reactive-st…

    …reams-3.10.0
    
    Update fs2-reactive-streams to 3.10.0 in series/0.5
    hamnis authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    15c2bc0 View commit details
    Browse the repository at this point in the history
  9. read only if autoread is off

    hamnis committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7a5ce4a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    5082880 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    b00ce73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #646 from http4s/update/series/0.5/scalafmt-core-3…

    ….8.1
    
    Update scalafmt-core to 3.8.1 in series/0.5
    hamnis authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6c73df7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #645 from http4s/update/series/0.5/fs2-reactive-st…

    …reams-3.10.2
    
    Update fs2-reactive-streams to 3.10.2 in series/0.5
    hamnis authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    ee8d94f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    754956d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Merge pull request #648 from http4s/update/series/0.5/jetty-client-12…

    ….0.8
    
    Update jetty-client to 12.0.8 in series/0.5
    hamnis authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    86661c8 View commit details
    Browse the repository at this point in the history
  2. Always kill connection when failing either idle timeout

    We control when we kill the connection, not the playframework lib.
    hamnis committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0258df3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #643 from http4s/per-request-timeout

    Per request timeout
    hamnis authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4d9a14c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    fd7c0ae View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    038ea68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #652 from http4s/update/series/0.5/netty-codec-htt…

    …p-4.1.109.Final
    
    Update netty-codec-http, ... to 4.1.109.Final in series/0.5
    hamnis authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b71ee02 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    96f26cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #653 from http4s/update/series/0.5/java-socks-prox…

    …y-server-4.0.0
    
    Update java-socks-proxy-server to 4.0.0 in series/0.5
    hamnis authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    6be81f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    0b9ff81 View commit details
    Browse the repository at this point in the history
  2. set startYear

    hamnis committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6375011 View commit details
    Browse the repository at this point in the history
  3. fix incorrect import style

    hamnis committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    87fa3d4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #655 from http4s/update/series/0.5/sbt-http4s-org-…

    …0.17.0
    
    Update sbt-http4s-org to 0.17.0 in series/0.5
    hamnis authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    497f667 View commit details
    Browse the repository at this point in the history
  5. Also include epoll aarch dependency

    stijnkoopal authored and hamnis committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    780a198 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #656 from http4s/backport-654

    Also include epoll aarch dependency
    hamnis authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3b58a46 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    ce7d118 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    c19dd23 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Merge remote-tracking branch 'origin/update/series/0.5/munit-cats-eff…

    …ect-2.0.0-M5' into update/series/0.5/http4s-core-0.23.27
    hamnis committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f6f26ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #658 from http4s/update/series/0.5/scala-library-2…

    ….13.14
    
    Update scala-library to 2.13.14 in series/0.5
    hamnis authored May 5, 2024
    Configuration menu
    Copy the full SHA
    71b55ad View commit details
    Browse the repository at this point in the history
  3. Merge pull request #659 from http4s/update/series/0.5/http4s-core-0.2…

    …3.27
    
    Update http4s-circe, http4s-client, ... to 0.23.27 in series/0.5
    hamnis authored May 5, 2024
    Configuration menu
    Copy the full SHA
    ee8134f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    c286247 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    6616df8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    65cd503 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    e086817 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    18a38f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #669 from http4s/update/series/0.5/netty-codec-htt…

    …p-4.1.110.Final
    
    Update netty-codec-http, ... to 4.1.110.Final in series/0.5
    hamnis authored May 22, 2024
    Configuration menu
    Copy the full SHA
    001611f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #660 from http4s/update/series/0.5/sbt-1.10.0

    Update sbt to 1.10.0 in series/0.5
    hamnis authored May 22, 2024
    Configuration menu
    Copy the full SHA
    ed4fab1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #666 from http4s/update/series/0.5/sbt-http4s-org-…

    …0.17.1
    
    Update sbt-http4s-org to 0.17.1 in series/0.5
    hamnis authored May 22, 2024
    Configuration menu
    Copy the full SHA
    6fd651e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #663 from http4s/update/series/0.5/jetty-http2-cli…

    …ent-12.0.9
    
    Update jetty-http2-client, ... to 12.0.9 in series/0.5
    hamnis authored May 22, 2024
    Configuration menu
    Copy the full SHA
    c469015 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3a3adf View commit details
    Browse the repository at this point in the history
  7. Merge pull request #667 from http4s/update/series/0.5/java-socks-prox…

    …y-server-4.1.0
    
    Update java-socks-proxy-server to 4.1.0 in series/0.5
    hamnis authored May 22, 2024
    Configuration menu
    Copy the full SHA
    c563783 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    152cbbf View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Merge pull request #673 from http4s/update/series/0.5/jetty-client-12…

    ….0.10
    
    Update jetty-client to 12.0.10 in series/0.5
    hamnis authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    6160de2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71209db View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Merge pull request #675 from Alexey-Yuferov/series/0.5

    NettyServerBuilder withWebSocketMaxFrameLength method
    hamnis authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    edf65c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    40dc61a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #676 from http4s/update/series/0.5/netty-codec-htt…

    …p-4.1.111.Final
    
    Update netty-codec-http, ... to 4.1.111.Final in series/0.5
    hamnis authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3411d9c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    8390261 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    122b7f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    1821ebc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    2e8ec18 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #677 from http4s/update/series/0.5/scalafmt-core-3…

    ….8.2
    
    Update scalafmt-core to 3.8.2 in series/0.5
    hamnis authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5dec68c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #679 from http4s/update/series/0.5/jetty-client-12…

    ….0.11
    
    Update jetty-client to 12.0.11 in series/0.5
    hamnis authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    84c12f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59156f5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #682 from http4s/update/series/0.5/netty-codec-htt…

    …p-4.1.112.Final
    
    Update netty-codec-http, ... to 4.1.112.Final in series/0.5
    hamnis authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6fce529 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    cb55327 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Merge pull request #683 from http4s/update/series/0.5/scalafmt-core-3…

    ….8.3
    
    Update scalafmt-core to 3.8.3 in series/0.5
    hamnis authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1d3ef35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a5090f View commit details
    Browse the repository at this point in the history
  3. Run prePR with sbt-typelevel

    Executed command: sbt tlPrePrBotHook
    http4s-steward[bot] committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7a3a0a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Merge pull request #684 from http4s/update/series/0.5/sbt-http4s-org-…

    …0.17.2
    
    Update sbt-http4s-org to 0.17.2 in series/0.5
    hamnis authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    74c867a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #681 from http4s/update/series/0.5/sbt-1.10.1

    Update sbt to 1.10.1 in series/0.5
    hamnis authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3206484 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02457b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    4adbe84 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Merge pull request #687 from http4s/update/series/0.5/jetty-http2-cli…

    …ent-12.0.12
    
    Update jetty-http2-client, ... to 12.0.12 in series/0.5
    hamnis authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cb05a00 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    01ad3e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #688 from http4s/update/series/0.5/munit-1.0.1

    Update munit to 1.0.1 in series/0.5
    hamnis authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8e0a755 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    85aa0f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #690 from http4s/update/series/0.5/fs2-reactive-st…

    …reams-3.11.0
    
    Update fs2-reactive-streams to 3.11.0 in series/0.5
    hamnis authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    12a977f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    b7620a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #691 from http4s/mark-jdk-flaky

    Mark JDKClientWebsocketTest grouping test as flaky
    hamnis authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    685af17 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    6396934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    056a09a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7286d51 View commit details
    Browse the repository at this point in the history
  4. Run prePR with sbt-typelevel

    Executed command: sbt tlPrePrBotHook
    http4s-steward[bot] committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b564aef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    248ac0d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #697 from http4s/update/series/0.5/scala-library-2…

    ….12.20
    
    Update scala-library to 2.12.20 in series/0.5
    hamnis authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    bb56950 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #696 from http4s/update/series/0.5/sbt-http4s-org-…

    …0.17.3
    
    Update sbt-http4s-org to 0.17.3 in series/0.5
    hamnis authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ec4567e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #693 from http4s/update/series/0.5/netty-codec-htt…

    …p-4.1.113.Final
    
    Update netty-codec-http, ... to 4.1.113.Final in series/0.5
    hamnis authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    67343f8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #694 from http4s/update/series/0.5/jetty-client-12…

    ….0.13
    
    Update jetty-client to 12.0.13 in series/0.5
    hamnis authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    94816a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    9a92dab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #698 from http4s/update/series/0.5/http4s-core-0.2…

    …3.28
    
    Update http4s-circe, http4s-client, ... to 0.23.28 in series/0.5
    hamnis authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4de87c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    dd7742e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    fdd6dee View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    2fb0dc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Merge pull request #699 from http4s/update/series/0.5/munit-1.0.2

    Update munit to 1.0.2 in series/0.5
    hamnis authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7dd8f58 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge pull request #700 from http4s/update/series/0.5/sbt-1.10.2

    Update sbt to 1.10.2 in series/0.5
    hamnis authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0871dde View commit details
    Browse the repository at this point in the history
  2. Merge pull request #701 from http4s/update/series/0.5/java-socks-prox…

    …y-server-4.1.1
    
    Update java-socks-proxy-server to 4.1.1 in series/0.5
    hamnis authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fe8445a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    381f7d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge pull request #703 from http4s/update/series/0.5/scala-library-2…

    ….13.15
    
    Update scala-library to 2.13.15 in series/0.5
    hamnis authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9ab78a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    9fd13e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e613d6d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #709 from http4s/update/series/0.5/jetty-http2-cli…

    …ent-12.0.14
    
    Update jetty-http2-client, ... to 12.0.14 in series/0.5
    hamnis authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    424ad73 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #706 from http4s/update/series/0.5/netty-codec-htt…

    …p-4.1.114.Final
    
    Update netty-codec-http, ... to 4.1.114.Final in series/0.5
    hamnis authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    46c5324 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    df84de4 View commit details
    Browse the repository at this point in the history
  2. Fix scala3

    hamnis committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    15b9334 View commit details
    Browse the repository at this point in the history