Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wvlet/airframe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v23.2.5
Choose a base ref
...
head repository: wvlet/airframe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v23.3.0
Choose a head ref
  • 14 commits
  • 13 files changed
  • 2 contributors

Commits on Feb 21, 2023

  1. Update airframe-http, ... to 23.2.5 (#2766)

    Updates 
    * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-http-finagle](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-http-grpc](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-launcher](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-rx-html](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe)
    
     from 23.2.4 to 23.2.5.
    [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v23.2.5) -
    [Version
    Diff](v23.2.4...v23.2.5)
    
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/f12a86103f9f59b59628405e2b8648d9643706bc/docs/repo-specific-configuration.md)
    file.
    
    Have a fantastic day writing Scala!
    
    <details>
    <summary>Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (23.2.4).
    You might want to review and update them manually.
    ```
    docs/release-notes.md
    ```
    </details>
    <details>
    <summary>Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.wvlet.airframe" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.wvlet.airframe" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    a6e518b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Update scalafmt-core to 3.7.2 (#2769)

    Updates
    [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt)
    from 3.7.1 to 3.7.2.
    [GitHub Release
    Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.2) -
    [Version
    Diff](scalameta/scalafmt@v3.7.1...v3.7.2)
    
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/f12a86103f9f59b59628405e2b8648d9643706bc/docs/repo-specific-configuration.md)
    file.
    
    Have a fantastic day writing Scala!
    
    <details>
    <summary>Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.scalameta", artifactId = "scalafmt-core" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    149ad85 View commit details
    Browse the repository at this point in the history
  2. Update sqlite-jdbc to 3.41.0.0 (#2768)

    Updates [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc)
    from 3.40.1.0 to 3.41.0.0.
    [GitHub Release
    Notes](https://github.com/xerial/sqlite-jdbc/releases/tag/3.41.0.0) -
    [Version
    Diff](xerial/sqlite-jdbc@3.40.1.0...3.41.0.0)
    
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/f12a86103f9f59b59628405e2b8648d9643706bc/docs/repo-specific-configuration.md)
    file.
    
    Have a fantastic day writing Scala!
    
    <details>
    <summary>Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.xerial", artifactId = "sqlite-jdbc" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.xerial", artifactId = "sqlite-jdbc" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    ec43981 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Update trino-main to 408 (#2770)

    Updates [io.trino:trino-main](https://github.com/trinodb/trino) from 407
    to 408.
    [GitHub Release
    Notes](https://github.com/trinodb/trino/releases/tag/408) - [Version
    Diff](trinodb/trino@407...408)
    
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/f12a86103f9f59b59628405e2b8648d9643706bc/docs/repo-specific-configuration.md)
    file.
    
    Have a fantastic day writing Scala!
    
    <details>
    <summary>Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (407).
    You might want to review and update them manually.
    ```
    airframe-benchmark/src/main/resources/twitter.json
    airframe-http/src/main/scala/wvlet/airframe/http/GrpcStatus.scala
    airframe-http/src/main/scala/wvlet/airframe/http/HttpStatus.scala
    airframe-http/src/main/scala/wvlet/airframe/http/RPCStatus.scala
    airframe-json/src/test/resources/twitter.json
    docs/release-notes.md
    website/static/img/undraw_code_review.svg
    website/static/img/undraw_operating_system.svg
    website/static/img/undraw_tweetstorm.svg
    ```
    </details>
    <details>
    <summary>Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "io.trino", artifactId = "trino-main" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.trino", artifactId = "trino-main" }
    }]
    ```
    </details>
    
    labels: test-library-update
    xerial-bot authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    77bfc56 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Update trino-main to 409 (#2775)

    Updates [io.trino:trino-main](https://github.com/trinodb/trino) from 408
    to 409.
    [GitHub Release
    Notes](https://github.com/trinodb/trino/releases/tag/409) - [Version
    Diff](trinodb/trino@408...409)
    
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/f12a86103f9f59b59628405e2b8648d9643706bc/docs/repo-specific-configuration.md)
    file.
    
    Have a fantastic day writing Scala!
    
    <details>
    <summary>Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (408).
    You might want to review and update them manually.
    ```
    airframe-benchmark/src/main/resources/twitter.json
    airframe-http/.jvm/src/test/scala/wvlet/airframe/http/HttpClientTest.scala
    airframe-http/src/main/scala/wvlet/airframe/http/GrpcStatus.scala
    airframe-http/src/main/scala/wvlet/airframe/http/HttpClientException.scala
    airframe-http/src/main/scala/wvlet/airframe/http/HttpStatus.scala
    airframe-http/src/main/scala/wvlet/airframe/http/RPCStatus.scala
    airframe-json/src/test/resources/twitter.json
    airframe-sql/src/test/resources/wvlet/airframe/sql/tpc-ds/q8.sql
    docs/release-notes.md
    website/static/img/features/Fluentd_square.svg
    website/static/img/features/undraw_online_transactions_02ka.svg
    website/static/img/features/undraw_server_down_s4lk.svg
    website/static/img/undraw_code_review.svg
    website/static/img/undraw_note_list.svg
    website/static/img/undraw_online.svg
    website/static/img/undraw_open_source.svg
    website/static/img/undraw_tweetstorm.svg
    ```
    </details>
    <details>
    <summary>Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "io.trino", artifactId = "trino-main" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.trino", artifactId = "trino-main" }
    }]
    ```
    </details>
    
    labels: test-library-update
    xerial-bot authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f8e08bf View commit details
    Browse the repository at this point in the history
  2. Update circe-parser to 0.14.5 (#2774)

    Updates [io.circe:circe-parser](https://github.com/circe/circe) from
    0.14.4 to 0.14.5.
    [GitHub Release
    Notes](https://github.com/circe/circe/releases/tag/v0.14.5) - [Version
    Diff](circe/circe@v0.14.4...v0.14.5)
    
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/f12a86103f9f59b59628405e2b8648d9643706bc/docs/repo-specific-configuration.md)
    file.
    
    Have a fantastic day writing Scala!
    
    <details>
    <summary>Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "io.circe", artifactId = "circe-parser" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.circe", artifactId = "circe-parser" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    19470e9 View commit details
    Browse the repository at this point in the history
  3. Update antlr4, antlr4-runtime to 4.12.0 (#2765)

    Updates 
    * org.antlr:antlr4
    *
    [org.antlr:antlr4-runtime](https://github.com/antlr/antlr4/tree/master)
    
     from 4.11.1 to 4.12.0.
    
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/f12a86103f9f59b59628405e2b8648d9643706bc/docs/repo-specific-configuration.md)
    file.
    
    Have a fantastic day writing Scala!
    
    <details>
    <summary>Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (4.11.1).
    You might want to review and update them manually.
    ```
    docs/release-notes.md
    ```
    </details>
    <details>
    <summary>Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.antlr" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.antlr" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    0079ea8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Update auth to 2.20.7 (#2762)

    Updates software.amazon.awssdk:auth from 2.17.295 to 2.20.7.
    
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/f12a86103f9f59b59628405e2b8648d9643706bc/docs/repo-specific-configuration.md)
    file.
    
    Have a fantastic day writing Scala!
    
    <details>
    <summary>Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "software.amazon.awssdk", artifactId = "auth" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "software.amazon.awssdk", artifactId = "auth" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    e83252e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. airframe-log: Fixes #2777 Use the default System.err for supporting s…

    …btn (#2780)
    
    Previously, airframe-log added a workaround for #1756, but it caused
    `sbtn` not to show any log output.
    
    By disabling the logging initialization in airlift log-manager, we no
    longer need this workaround.
    xerial authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    13c27fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cca1247 View commit details
    Browse the repository at this point in the history
  3. Update trino-main to 410 (#2778)

    Updates [io.trino:trino-main](https://github.com/trinodb/trino) from 409
    to 410.
    [GitHub Release
    Notes](https://github.com/trinodb/trino/releases/tag/410) - [Version
    Diff](trinodb/trino@409...410)
    
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/f12a86103f9f59b59628405e2b8648d9643706bc/docs/repo-specific-configuration.md)
    file.
    
    Have a fantastic day writing Scala!
    
    <details>
    <summary>Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (409).
    You might want to review and update them manually.
    ```
    airframe-benchmark/src/main/resources/twitter-single.json
    airframe-benchmark/src/main/resources/twitter.json
    airframe-benchmark/src/main/scala/wvlet/airframe/benchmark/netty_simple/NettyHttp.scala
    airframe-http-grpc/src/test/scala/wvlet/airframe/http/grpc/GrpcErrorHandlingTest.scala
    airframe-http-grpc/src/test/scala/wvlet/airframe/http/grpc/example/DemoApi.scala
    airframe-http-netty/src/main/scala/wvlet/airframe/http/netty/NettyServer.scala
    airframe-http/.jvm/src/test/scala/wvlet/airframe/http/HttpClientTest.scala
    airframe-http/src/main/scala/wvlet/airframe/http/GrpcStatus.scala
    airframe-http/src/main/scala/wvlet/airframe/http/HttpStatus.scala
    airframe-http/src/main/scala/wvlet/airframe/http/RPCStatus.scala
    airframe-http/src/test/scala/wvlet/airframe/http/GrpcStatusTest.scala
    airframe-json/src/test/resources/twitter.json
    airframe-sql/src/test/resources/wvlet/airframe/sql/tpc-ds/q8.sql
    docs/airframe-rpc.md
    docs/release-notes.md
    website/static/img/features/Fluentd_square.svg
    website/static/img/features/undraw_process_e90d.svg
    website/static/img/features/undraw_server_down_s4lk.svg
    website/static/img/undraw_code_review.svg
    website/static/img/undraw_open_source.svg
    website/static/img/undraw_operating_system.svg
    ```
    </details>
    <details>
    <summary>Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "io.trino", artifactId = "trino-main" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.trino", artifactId = "trino-main" }
    }]
    ```
    </details>
    
    labels: test-library-update
    xerial-bot authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    859645d View commit details
    Browse the repository at this point in the history
  4. Update protobuf-java to 3.22.1 (#2776)

    Updates
    [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
    from 3.22.0 to 3.22.1.
    [GitHub Release
    Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.22.1)
    - [Version
    Diff](protocolbuffers/protobuf@v3.22.0...v3.22.1)
    
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/f12a86103f9f59b59628405e2b8648d9643706bc/docs/repo-specific-configuration.md)
    file.
    
    Have a fantastic day writing Scala!
    
    <details>
    <summary>Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "com.google.protobuf", artifactId = "protobuf-java" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    3efee18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a964873 View commit details
    Browse the repository at this point in the history
  6. Release 23.3.0

    xerial committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    55d8eab View commit details
    Browse the repository at this point in the history
Loading