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.9.1
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.9.2
Choose a head ref
  • 7 commits
  • 16 files changed
  • 2 contributors

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    24703fb View commit details
    Browse the repository at this point in the history
  2. Update airframe-http, airframe-http-netty, ... to 23.9.1 (#3218)

    ## 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)
    * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe)
    
     from `23.9.0` to `23.9.1`
    
    πŸ“œ [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v23.9.1) -
    [Version
    Diff](v23.9.0...v23.9.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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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 Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ee4733a View commit details
    Browse the repository at this point in the history
  3. Update airframe-codec, airframe-control, ... to 23.9.1 (#3217)

    ## 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-codegen](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airframe-log](https://github.com/wvlet/airframe)
    
     from `23.8.6` to `23.9.1`
    
    πŸ“œ [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v23.9.1) -
    [Version
    Diff](v23.8.6...v23.9.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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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 Sep 12, 2023
    Configuration menu
    Copy the full SHA
    bd03cd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Update spark-sql to 3.5.0 (#3219)

    ## About this PR
    πŸ“¦ Updates [org.apache.spark:spark-sql](https://spark.apache.org/) from
    `3.4.1` to `3.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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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 (3.4.1).
    You might want to review and update them manually.
    ```
    docs/release-notes.md
    examples/rx-demo/gallery/src/main/public/index.html
    ```
    </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.apache.spark", artifactId = "spark-sql" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.apache.spark", artifactId = "spark-sql" }
    }]
    ```
    </details>
    
    <sup>
    labels: test-library-update
    </sup>
    xerial-bot authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    dc807e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Update sbt, sbt-dependency-tree, ... to 1.9.6 (#3220)

    ## 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.9.4` to `1.9.6`
    
    πŸ“œ [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.6)
    - [Version Diff](sbt/sbt@v1.9.4...v1.9.6)
    
    ## 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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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.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 Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a23672d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Update scalajs-dom to 2.7.0 (#3221)

    ## About this PR
    πŸ“¦ Updates
    [org.scala-js:scalajs-dom](https://github.com/scala-js/scala-js-dom)
    from `2.6.0` to `2.7.0`
    
    πŸ“œ [GitHub Release
    Notes](https://github.com/scala-js/scala-js-dom/releases/tag/v2.7.0) -
    [Version
    Diff](scala-js/scala-js-dom@v2.6.0...v2.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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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.6.0).
    You might want to review and update them manually.
    ```
    build.sbt
    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-js", artifactId = "scalajs-dom" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scala-js", artifactId = "scalajs-dom" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b905253 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    cb29204 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy