-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v23.1.0
head repository: wvlet/airframe
compare: v23.1.1
- 7 commits
- 13 files changed
- 3 contributors
Commits on Jan 10, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for c9312ec - Browse repository at this point
Copy the full SHA c9312ecView commit details
Commits on Jan 11, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for adfc431 - Browse repository at this point
Copy the full SHA adfc431View commit details
Commits on Jan 12, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 8e94723 - Browse repository at this point
Copy the full SHA 8e94723View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 99327c3 - Browse repository at this point
Copy the full SHA 99327c3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for cc7a46e - Browse repository at this point
Copy the full SHA cc7a46eView commit details
Commits on Jan 13, 2023
-
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. 🤔
Configuration menu - View commit details
-
Copy full SHA for d575d75 - Browse repository at this point
Copy the full SHA d575d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for f056686 - Browse repository at this point
Copy the full SHA f056686View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v23.1.0...v23.1.1