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: 7bc692e
Choose a base ref
...
head repository: wvlet/airframe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0b572a3
Choose a head ref
  • 15 commits
  • 22 files changed
  • 2 contributors

Commits on May 6, 2024

  1. Update airframe-codec, airframe-control, ... to 24.5.0 (#3529)

    ## About this PR
    📦 Updates 
    * [org.wvlet.airframe:airframe-codec](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-control](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-http-codegen](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-http-netty](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-launcher](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airframe-log](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-rx-html](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airspec](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe)
    
     from `24.4.3` to `24.5.0`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v24.5.0) -
    [Version
    Diff](v24.4.3...v24.5.0)
    
    ## Usage
    ✅ **Please merge!**
    
    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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 (24.4.3).
    You might want to review and update them manually.
    ```
    build.sbt
    docs/release-notes.md
    sbt-airframe/build.sbt
    ```
    </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>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored May 6, 2024
    Configuration menu
    Copy the full SHA
    26e35a2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Update parquet-avro, parquet-hadoop to 1.14.0 (#3530)

    ## About this PR
    📦 Updates 
    * [org.apache.parquet:parquet-avro](https://parquet.apache.org)
    * [org.apache.parquet:parquet-hadoop](https://parquet.apache.org)
    
     from `1.13.1` to `1.14.0`
    
    ## Usage
    ✅ **Please merge!**
    
    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/7ec418cd5441d449f037bca6d34326534c07a5dd/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.apache.parquet" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.apache.parquet" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored May 7, 2024
    Configuration menu
    Copy the full SHA
    06993e8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Update sbt-pack to 0.20 (#3531)

    ## About this PR
    📦 Updates [org.xerial.sbt:sbt-pack](https://github.com/xerial/sbt-pack)
    from `0.19` to `0.20`
    
    📜 [GitHub Release
    Notes](https://github.com/xerial/sbt-pack/releases/tag/v0.20) - [Version
    Diff](xerial/sbt-pack@v0.19...v0.20)
    
    ## Usage
    ✅ **Please merge!**
    
    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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 (0.19).
    You might want to review and update them manually.
    ```
    docs/release-notes.md
    website/static/img/features/undraw_time_management_30iu.svg
    website/static/img/undraw_code_review.svg
    website/static/img/undraw_monitor.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_operating_system.svg
    website/static/img/undraw_react.svg
    website/static/img/undraw_youtube_tutorial.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 = "org.xerial.sbt", artifactId = "sbt-pack" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.xerial.sbt", artifactId = "sbt-pack" }
    }]
    ```
    </details>
    
    <sup>
    labels: sbt-plugin-update
    </sup>
    xerial-bot authored May 8, 2024
    Configuration menu
    Copy the full SHA
    597eb12 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Update trino-main to 447 (#3532)

    ## About this PR
    📦 Updates [io.trino:trino-main](https://github.com/trinodb/trino) from
    `446` to `447`
    
    📜 [GitHub Release
    Notes](https://github.com/trinodb/trino/releases/tag/447) - [Version
    Diff](trinodb/trino@446...447)
    
    ## Usage
    ✅ **Please merge!**
    
    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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 (446).
    You might want to review and update them manually.
    ```
    airframe-benchmark/src/main/resources/twitter.json
    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/undraw_process_e90d.svg
    website/static/img/features/undraw_server_down_s4lk.svg
    website/static/img/features/undraw_time_management_30iu.svg
    website/static/img/undraw_code_review.svg
    website/static/img/undraw_monitor.svg
    website/static/img/undraw_open_source.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>
    
    <sup>
    labels: test-library-update
    </sup>
    xerial-bot authored May 9, 2024
    Configuration menu
    Copy the full SHA
    a800caf View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Update trino-main to 448 (#3534)

    ## About this PR
    📦 Updates [io.trino:trino-main](https://github.com/trinodb/trino) from
    `447` to `448`
    
    📜 [GitHub Release
    Notes](https://github.com/trinodb/trino/releases/tag/448) - [Version
    Diff](trinodb/trino@447...448)
    
    ## Usage
    ✅ **Please merge!**
    
    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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 (447).
    You might want to review and update them manually.
    ```
    airframe-benchmark/src/main/resources/twitter.json
    airframe-json/src/test/resources/twitter.json
    docs/release-notes.md
    website/static/img/features/undraw_process_e90d.svg
    website/static/img/features/undraw_time_management_30iu.svg
    website/static/img/undraw_code_review.svg
    website/static/img/undraw_online.svg
    website/static/img/undraw_open_source.svg
    website/static/img/undraw_youtube_tutorial.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>
    
    <sup>
    labels: test-library-update
    </sup>
    xerial-bot authored May 16, 2024
    Configuration menu
    Copy the full SHA
    202b336 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Update netty-all to 4.1.110.Final (#3535)

    ## About this PR
    📦 Updates io.netty:netty-all from `4.1.109.Final` to `4.1.110.Final`
    
    ## Usage
    ✅ **Please merge!**
    
    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/7ec418cd5441d449f037bca6d34326534c07a5dd/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.netty", artifactId = "netty-all" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.netty", artifactId = "netty-all" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored May 23, 2024
    Configuration menu
    Copy the full SHA
    6ef2e16 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Update duckdb_jdbc to 0.10.3 (#3538)

    ## About this PR
    📦 Updates org.duckdb:duckdb_jdbc from `0.10.2` to `0.10.3`
    
    ## Usage
    ✅ **Please merge!**
    
    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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 (0.10.2).
    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.duckdb", artifactId = "duckdb_jdbc" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.duckdb", artifactId = "duckdb_jdbc" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored May 27, 2024
    Configuration menu
    Copy the full SHA
    8dd6cd0 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    24a7585 View commit details
    Browse the repository at this point in the history
  2. Update sqlite-jdbc to 3.46.0.0 (#3539)

    ## About this PR
    📦 Updates
    [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from
    `3.45.3.0` to `3.46.0.0`
    
    📜 [GitHub Release
    Notes](https://github.com/xerial/sqlite-jdbc/releases/tag/3.46.0.0) -
    [Version
    Diff](xerial/sqlite-jdbc@3.45.3.0...3.46.0.0)
    
    ## Usage
    ✅ **Please merge!**
    
    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/7ec418cd5441d449f037bca6d34326534c07a5dd/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>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored May 30, 2024
    Configuration menu
    Copy the full SHA
    0239ad0 View commit details
    Browse the repository at this point in the history
  3. Update commons-compress to 1.26.2 (#3537)

    ## About this PR
    📦 Updates
    [org.apache.commons:commons-compress](https://commons.apache.org/proper/commons-compress/)
    from `1.26.1` to `1.26.2`
    
    ## Usage
    ✅ **Please merge!**
    
    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/7ec418cd5441d449f037bca6d34326534c07a5dd/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.apache.commons", artifactId = "commons-compress" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.apache.commons", artifactId = "commons-compress" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored May 30, 2024
    Configuration menu
    Copy the full SHA
    32c524b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    641aaa0 View commit details
    Browse the repository at this point in the history
  5. Update auxlib, clib, javalib, nativelib, ... to 0.5.2 (#3540)

    ## About this PR
    📦 Updates 
    *
    [org.scala-native:auxlib](https://github.com/scala-native/scala-native)
    * [org.scala-native:clib](https://github.com/scala-native/scala-native)
    *
    [org.scala-native:javalib](https://github.com/scala-native/scala-native)
    *
    [org.scala-native:nativelib](https://github.com/scala-native/scala-native)
    *
    [org.scala-native:nscplugin](https://github.com/scala-native/scala-native)
    *
    [org.scala-native:posixlib](https://github.com/scala-native/scala-native)
    *
    [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native)
    *
    [org.scala-native:test-interface](https://github.com/scala-native/scala-native)
    *
    [org.scala-native:windowslib](https://github.com/scala-native/scala-native)
    
     from `0.5.1` to `0.5.2`
    
    📜 [GitHub Release
    Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.2)
    - [Version
    Diff](scala-native/scala-native@v0.5.1...v0.5.2)
    
    ## Usage
    ✅ **Please merge!**
    
    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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 (0.5.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.scala-native" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scala-native" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    
    ---------
    
    Co-authored-by: Taro L. Saito <[email protected]>
    xerial-bot and xerial authored May 30, 2024
    Configuration menu
    Copy the full SHA
    280d430 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    a30f942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26e62c5 View commit details
    Browse the repository at this point in the history
  3. doc: Update layout (#3545)

    xerial authored May 31, 2024
    Configuration menu
    Copy the full SHA
    0b572a3 View commit details
    Browse the repository at this point in the history
Loading