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.6.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.6.1
Choose a head ref
  • 7 commits
  • 15 files changed
  • 2 contributors

Commits on Jun 7, 2024

  1. Update airframe-http, airframe-launcher, ... to 24.6.0 (#3560)

    ## About this PR
    📦 Updates 
    * [org.wvlet.airframe:airframe-http](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 `24.5.2` to `24.6.0`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v24.6.0) -
    [Version
    Diff](v24.5.2...v24.6.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.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 Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8b093ed View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Update netty-all to 4.1.111.Final (#3561)

    ## About this PR
    📦 Updates io.netty:netty-all from `4.1.110.Final` to `4.1.111.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 Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5305594 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Update parquet-avro, parquet-hadoop to 1.14.1 (#3563)

    ## About this PR
    📦 Updates 
    * [org.apache.parquet:parquet-avro](https://parquet.apache.org)
    * [org.apache.parquet:parquet-hadoop](https://parquet.apache.org)
    
     from `1.14.0` to `1.14.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>⚙ 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 Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1db0afd View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Update circe-parser to 0.14.8 (#3564)

    ## About this PR
    📦 Updates [io.circe:circe-parser](https://github.com/circe/circe) from
    `0.14.7` to `0.14.8`
    
    📜 [GitHub Release
    Notes](https://github.com/circe/circe/releases/tag/v0.14.8) - [Version
    Diff](circe/circe@v0.14.7...v0.14.8)
    
    ## 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.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>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fba23ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e61b057 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Update sbt-mdoc to 2.5.3 (#3566)

    ## About this PR
    📦 Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc)
    from `2.5.2` to `2.5.3`
    
    📜 [GitHub Release
    Notes](https://github.com/scalameta/mdoc/releases/tag/v2.5.3) - [Version
    Diff](scalameta/mdoc@v2.5.2...v2.5.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 (2.5.2).
    You might want to review and update them manually.
    ```
    examples/rpc-examples/hello-rpc/project/plugins.sbt
    project/plugin.sbt
    sbt-airframe/project/plugin.sbt
    website/static/img/undraw_monitor.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.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 Jun 19, 2024
    Configuration menu
    Copy the full SHA
    81efadf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6284e97 View commit details
    Browse the repository at this point in the history
Loading