-
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.1
head repository: wvlet/airframe
compare: v23.1.2
- 8 commits
- 10 files changed
- 3 contributors
Commits on Jan 13, 2023
-
Update airframe-http, ... to 23.1.1 (#2700)
Updates * [org.wvlet.airframe:airframe-http](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-rx-html](https://github.com/wvlet/airframe) * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe) from 23.1.0 to 23.1.1. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.1.1) - [Version Diff](v23.1.0...v23.1.1) 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 (23.1.0). 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.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 cd9c493 - Browse repository at this point
Copy the full SHA cd9c493View commit details -
Update airframe-codec, airframe-control, ... to 23.1.1 (#2699)
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 22.12.6 to 23.1.1. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.1.1) - [Version Diff](v22.12.6...v23.1.1) 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 ``` </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 716a70c - Browse repository at this point
Copy the full SHA 716a70cView commit details
Commits on Jan 15, 2023
-
Update grpc-netty-shaded, grpc-protobuf, ... to 1.52.1 (#2701)
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.52.0 to 1.52.1. [GitHub Release Notes](https://github.com/grpc/grpc-java/releases/tag/v1.52.1) - [Version Diff](grpc/grpc-java@v1.52.0...v1.52.1) 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 149ba05 - Browse repository at this point
Copy the full SHA 149ba05View commit details
Commits on Jan 17, 2023
-
Update auth to 2.17.295 (#2703)
Updates software.amazon.awssdk:auth from 2.17.293 to 2.17.295. 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 (2.17.293). 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 = "software.amazon.awssdk", artifactId = "auth" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "software.amazon.awssdk", artifactId = "auth" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 1998805 - Browse repository at this point
Copy the full SHA 1998805View commit details -
airframe-sql: Resolve multiple columns from UNION in sub-query (#2702)
airframe-sql fails to resolve output columns of UNION if there are multiple columns: ``` [sql] select id, name from (select id, name from A union all select id, name from B) [plan] [Project]: (id:long) => (id:long, name:?) - id:long := {*id:long <- A.id, *name:string <- A.name, *id:long <- B.id, *name:string <- B.name} - name:? := Id(name) [Union]: (id:long, name:string, id:long, name:string) => (id:long) [Project]: (id:long, name:string) => (id:long, name:string) - *id:long <- A.id - *name:string <- A.name [TableScan] default.A: => (id:long, name:string) [Project]: (id:long, name:string) => (id:long, name:string) - *id:long <- B.id - *name:string <- B.name [TableScan] default.B: => (id:long, name:string) [unresolved expressions] name:? := Id(name) Id(name) ```
Configuration menu - View commit details
-
Copy full SHA for 53e5edc - Browse repository at this point
Copy the full SHA 53e5edcView commit details -
Revert "Update grpc-netty-shaded, grpc-protobuf, ... to 1.52.1" (#2705)
Reverts #2701 because maven artifact cannot be found occasionally
Configuration menu - View commit details
-
Copy full SHA for fc96d93 - Browse repository at this point
Copy the full SHA fc96d93View commit details
Commits on Jan 18, 2023
-
Update swagger-parser to 2.1.11 (#2706)
Updates [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser) from 2.1.10 to 2.1.11. [GitHub Release Notes](https://github.com/swagger-api/swagger-parser/releases/tag/v2.1.11) - [Version Diff](swagger-api/swagger-parser@v2.1.10...v2.1.11) 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.swagger.parser.v3", artifactId = "swagger-parser" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "io.swagger.parser.v3", artifactId = "swagger-parser" } }] ``` </details> labels: test-library-update
Configuration menu - View commit details
-
Copy full SHA for 10ca8d9 - Browse repository at this point
Copy the full SHA 10ca8d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b57bc - Browse repository at this point
Copy the full SHA e2b57bcView 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.1...v23.1.2