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.1.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: v23.1.1
Choose a head ref
  • 7 commits
  • 13 files changed
  • 3 contributors

Commits on Jan 10, 2023

  1. Update airframe-codec, airframe-control, ... to 23.1.0 (#2691)

    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-finagle](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-http-grpc](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:sbt-airframe](https://github.com/wvlet/airframe)
    
     from 22.12.6 to 23.1.0.
    [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v23.1.0) -
    [Version
    Diff](v22.12.6...v23.1.0)
    
    
    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/c1aa49d38b3d5fa6adf63f59de240680d7f9135b/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 (22.12.6).
    You might want to review and update them manually.
    ```
    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 = "@monthly" },
      dependency = { groupId = "org.wvlet.airframe" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c9312ec View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Update grpc-netty-shaded, grpc-protobuf, ... to 1.52.0 (#2693)

    Updates 
    * [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java)
    * [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java)
    * [io.grpc:grpc-stub](https://github.com/grpc/grpc-java)
    
     from 1.51.1 to 1.52.0.
    [GitHub Release
    Notes](https://github.com/grpc/grpc-java/releases/tag/v1.52.0) -
    [Version
    Diff](grpc/grpc-java@v1.51.1...v1.52.0)
    
    
    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/c1aa49d38b3d5fa6adf63f59de240680d7f9135b/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.grpc" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "@monthly" },
      dependency = { groupId = "io.grpc" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    adfc431 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Update scala3-staging, ... to 3.2.2 (#2694)

    Updates 
    * [org.scala-lang:scala3-staging](https://github.com/lampepfl/dotty)
    *
    [org.scala-lang:scala3-tasty-inspector](https://github.com/lampepfl/dotty)
    
     from 3.2.1 to 3.2.2.
    [GitHub Release
    Notes](https://github.com/lampepfl/dotty/releases/tag/3.2.2) - [Version
    Diff](scala/scala3@3.2.1...3.2.2) -
    [Version
    Diff](scala/scala3@release-3.2.1...release-3.2.2)
    
    
    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/c1aa49d38b3d5fa6adf63f59de240680d7f9135b/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.2.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-lang" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "@monthly" },
      dependency = { groupId = "org.scala-lang" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    8e94723 View commit details
    Browse the repository at this point in the history
  2. airframe-sql: Resolve expression in JoinOnEq (#2696)

    `B.id` in the following query cannot be resolved:
    
    ```sql
    select A.id from A join B on A.id = substr(B.id, 0, 2)
    ```
    
    Co-authored-by: Taro L. Saito <leo@xerial.org>
    takezoe and xerial authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    99327c3 View commit details
    Browse the repository at this point in the history
  3. Update netty-all to 4.1.87.Final (#2697)

    Updates io.netty:netty-all from 4.1.86.Final to 4.1.87.Final.
    
    
    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/c1aa49d38b3d5fa6adf63f59de240680d7f9135b/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 = "@monthly" },
      dependency = { groupId = "io.netty", artifactId = "netty-all" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    cc7a46e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. airframe-sql: Support in-expression sub-query in traverse and transfo…

    …rm (#2698)
    
    This will make possible to traverse/transform `LogicalPlan` in
    `Expression`.
    
    Another idea is moving all traverse and transform methods (including
    `mapChildren`) to TreeNode with a signature change `LogicalPlan` ->
    `TreeNode[_]`. This will change the ability of those methods that can
    traverse/transform any nodes in the tree, not only `LogicalPlan`.
    Meaning, no need to have methods for `LogicalPlan` and `Expression`
    independently.
    
    I'm not sure which is better. 🤔
    takezoe authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    d575d75 View commit details
    Browse the repository at this point in the history
  2. Release 23.1.1

    xerial committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    f056686 View commit details
    Browse the repository at this point in the history
Loading