Thanks to visit codestin.com
Credit goes to github.com

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.8.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.8.6
Choose a head ref
  • 4 commits
  • 13 files changed
  • 1 contributor

Commits on Aug 24, 2023

  1. Update airframe-codec, airframe-control, ... to 23.8.5 (#3157)

    ## 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 `23.8.4` to `23.8.5`
    
    πŸ“œ [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v23.8.5) -
    [Version
    Diff](v23.8.4...v23.8.5)
    
    ## 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 (23.8.4).
    You might want to review and update them manually.
    ```
    AIRSPEC_VERSION
    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 Aug 24, 2023
    Configuration menu
    Copy the full SHA
    53c16e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Update trino-main to 425 (#3161)

    ## About this PR
    πŸ“¦ Updates [io.trino:trino-main](https://github.com/trinodb/trino) from
    `424` to `425`
    
    πŸ“œ [GitHub Release
    Notes](https://github.com/trinodb/trino/releases/tag/425) - [Version
    Diff](trinodb/trino@424...425)
    
    ## 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 (424).
    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
    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_online.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 Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d15b981 View commit details
    Browse the repository at this point in the history
  2. Update coursier to 2.1.6 (#3159)

    ## About this PR
    πŸ“¦ Updates
    [io.get-coursier:coursier](https://github.com/coursier/coursier) from
    `2.1.5` to `2.1.6`
    
    πŸ“œ [GitHub Release
    Notes](https://github.com/coursier/coursier/releases/tag/v2.1.6) -
    [Version
    Diff](coursier/coursier@v2.1.5...v2.1.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>πŸ” Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (2.1.5).
    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 = "io.get-coursier", artifactId = "coursier" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.get-coursier", artifactId = "coursier" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    03ae692 View commit details
    Browse the repository at this point in the history
  3. Update sbt, sbt-dependency-tree, ... to 1.9.4 (#3162)

    ## 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.3` to `1.9.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/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 (1.9.3).
    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-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 Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c22b02c View commit details
    Browse the repository at this point in the history
Loading