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: v24.7.0
Choose a base ref
...
head repository: wvlet/airframe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v24.7.1
Choose a head ref
  • 10 commits
  • 19 files changed
  • 3 contributors

Commits on Jul 2, 2024

  1. Update airframe-http, airframe-http-netty, ... to 24.7.0 (#3577)

    ## About this PR
    📦 Updates 
    * [org.wvlet.airframe:airframe-http](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-rx-html](https://github.com/wvlet/airframe)
    
     from `24.6.1` to `24.7.0`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v24.7.0) -
    [Version
    Diff](v24.6.1...v24.7.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.6.1).
    You might want to review and update them manually.
    ```
    docs/airframe-di.md
    examples/rpc-examples/hello-rpc/project/plugins.sbt
    examples/rpc-examples/rpc-scalajs/project/plugins.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 Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3da930f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Update sbt-airframe to 24.7.0 (#3578)

    ## About this PR
    📦 Updates
    [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe)
    from `24.6.1` to `24.7.0`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v24.7.0) -
    [Version
    Diff](v24.6.1...v24.7.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.6.1).
    You might want to review and update them manually.
    ```
    docs/airframe-di.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", artifactId = "sbt-airframe" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.wvlet.airframe", artifactId = "sbt-airframe" }
    }]
    ```
    </details>
    
    <sup>
    labels: sbt-plugin-update
    </sup>
    xerial-bot authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4230427 View commit details
    Browse the repository at this point in the history
  2. Update sbt-scoverage to 2.1.0 (#3579)

    ## About this PR
    📦 Updates
    [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage)
    from `2.0.12` to `2.1.0`
    
    📜 [GitHub Release
    Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.1.0) -
    [Version
    Diff](scoverage/sbt-scoverage@v2.0.12...v2.1.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 (2.0.12).
    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.scoverage", artifactId = "sbt-scoverage" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
    }]
    ```
    </details>
    
    <sup>
    labels: sbt-plugin-update
    </sup>
    xerial-bot authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    5ad6c2d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Update sbt, sbt-dependency-tree, ... to 1.10.1 (#3581)

    ## About this PR
    📦 Updates 
    * [org.scala-sbt:sbt](https://github.com/sbt/sbt)
    * [org.scala-sbt:sbt-dependency-tree](https://github.com/sbt/sbt)
    * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
    
     from `1.10.0` to `1.10.1`
    
    📜 [GitHub Release
    Notes](https://github.com/sbt/sbt/releases/tag/v1.10.1) - [Version
    Diff](sbt/sbt@v1.10.0...v1.10.1)
    
    ## 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 (1.10.0).
    You might want to review and update them manually.
    ```
    docs/airframe-ulid.md
    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-sbt" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scala-sbt" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0ce15a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Update trino-main to 452 (#3583)

    ## About this PR
    📦 Updates [io.trino:trino-main](https://github.com/trinodb/trino) from
    `451` to `452`
    
    📜 [GitHub Release
    Notes](https://github.com/trinodb/trino/releases/tag/452) - [Version
    Diff](trinodb/trino@451...452)
    
    ## 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 (451).
    You might want to review and update them manually.
    ```
    airframe-benchmark/README.md
    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
    airframe-sql/src/test/resources/wvlet/airframe/sql/tpc-ds/q8.sql
    airframe-surface/src/test/scala/wvlet/airframe/surface/i3451.scala
    docs/airframe-benchmark.md
    docs/comparison.md
    docs/release-notes.md
    website/static/img/features/undraw_online_transactions_02ka.svg
    website/static/img/undraw_code_review.svg
    website/static/img/undraw_open_source.svg
    website/static/img/undraw_operating_system.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 Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a9f9f8f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. ulid (feature): Add toUUID/fromUUID to ULID (#3580)

    Add functions for converting ULID to Java UUID and vice versa.
    victornguen authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    da8ceea View commit details
    Browse the repository at this point in the history
  2. Update fluency-core, fluency-fluentd, ... to 2.7.2 (#3584)

    ## About this PR
    📦 Updates 
    * [org.komamitsu:fluency-core](https://github.com/komamitsu/fluency)
    * [org.komamitsu:fluency-fluentd](https://github.com/komamitsu/fluency)
    *
    [org.komamitsu:fluency-treasuredata](https://github.com/komamitsu/fluency)
    
     from `2.7.0` to `2.7.2`
    
    📜 [GitHub Release
    Notes](https://github.com/komamitsu/fluency/releases/tag/2.7.2) -
    [Changelog](https://github.com/komamitsu/fluency/blob/master/CHANGELOG.md)
    - [Version
    Diff](komamitsu/fluency@2.7.0...2.7.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 (2.7.0).
    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.komamitsu" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.komamitsu" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    
    ---------
    
    Co-authored-by: Taro L. Saito <[email protected]>
    xerial-bot and xerial authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f47ce11 View commit details
    Browse the repository at this point in the history
  3. Update sbt-mdoc to 2.5.4 (#3582)

    ## About this PR
    📦 Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc)
    from `2.5.3` to `2.5.4`
    
    📜 [GitHub Release
    Notes](https://github.com/scalameta/mdoc/releases/tag/v2.5.4) - [Version
    Diff](scalameta/mdoc@v2.5.3...v2.5.4)
    
    ## 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.scalameta", artifactId = "sbt-mdoc" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scalameta", artifactId = "sbt-mdoc" }
    }]
    ```
    </details>
    
    <sup>
    labels: sbt-plugin-update
    </sup>
    xerial-bot authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b8d637f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    156f496 View commit details
    Browse the repository at this point in the history
  5. Update jackson-datatype-jdk8, ... to 2.16.2 (#3586)

    ## About this PR
    📦 Updates 
    *
    [com.fasterxml.jackson.datatype:jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8)
    *
    [com.fasterxml.jackson.datatype:jackson-datatype-json-org](https://github.com/FasterXML/jackson-datatypes-misc)
    
     from `2.16.1` to `2.16.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 = "com.fasterxml.jackson.datatype" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "com.fasterxml.jackson.datatype" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a778553 View commit details
    Browse the repository at this point in the history
Loading