-
Notifications
You must be signed in to change notification settings - Fork 68
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v23.5.6
head repository: wvlet/airframe
compare: v23.5.7
- 12 commits
- 25 files changed
- 3 contributors
Commits on May 25, 2023
-
Update airframe-codec, airframe-control, ... to 23.5.6 (#2986)
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.5.5 to 23.5.6. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.5.6) - [Version Diff](v23.5.5...v23.5.6) 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/070634501628558e00a7cd623c97bff1995e59e3/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.5.5). You might want to review and update them manually. ``` airframe-ulid/src/test/scala/wvlet/airframe/ulid/PrefixedULIDTest.scala build.sbt docs/release-notes.md project/plugin.sbt sbt-airframe/build.sbt sbt-airframe/src/sbt-test/sbt-airframe/rpc-finagle/build.sbt sbt-airframe/src/sbt-test/sbt-airframe/rpc-netty/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> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 2d52389 - Browse repository at this point
Copy the full SHA 2d52389View commit details
Commits on May 27, 2023
-
Update protobuf-java to 3.23.2 (#2987)
Updates [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.23.1 to 3.23.2. [GitHub Release Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.23.2) - [Version Diff](protocolbuffers/protobuf@v3.23.1...v3.23.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/070634501628558e00a7cd623c97bff1995e59e3/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 = "com.google.protobuf", artifactId = "protobuf-java" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 1f03e8e - Browse repository at this point
Copy the full SHA 1f03e8eView commit details
Commits on May 29, 2023
-
Update swagger-parser to 2.1.15 (#2989)
Updates [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser) from 2.1.14 to 2.1.15. [GitHub Release Notes](https://github.com/swagger-api/swagger-parser/releases/tag/v2.1.15) - [Version Diff](swagger-api/swagger-parser@v2.1.14...v2.1.15) 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/070634501628558e00a7cd623c97bff1995e59e3/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 = "30 days" }, dependency = { groupId = "io.swagger.parser.v3", artifactId = "swagger-parser" } }] ``` </details> labels: test-library-update
Configuration menu - View commit details
-
Copy full SHA for c050e79 - Browse repository at this point
Copy the full SHA c050e79View commit details
Commits on May 30, 2023
-
fix(grpc) #2883: Scala 3 grpc support works with the latest airframe (#…
…2990) Scala 3 + grpc issue was fixed in https://github.com/wvlet/airframe/releases/tag/v23.5.5
Configuration menu - View commit details
-
Copy full SHA for c74d317 - Browse repository at this point
Copy the full SHA c74d317View commit details
Commits on May 31, 2023
-
Update scalafmt-core to 3.7.4 (#2991)
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.7.3 to 3.7.4. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.4) - [Version Diff](scalameta/scalafmt@v3.7.3...v3.7.4) 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/070634501628558e00a7cd623c97bff1995e59e3/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.scalameta", artifactId = "scalafmt-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 4d72762 - Browse repository at this point
Copy the full SHA 4d72762View commit details -
Update auth to 2.20.75 (#2992)
Updates software.amazon.awssdk:auth from 2.20.15 to 2.20.75. 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/070634501628558e00a7cd623c97bff1995e59e3/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 = "software.amazon.awssdk", artifactId = "auth" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "software.amazon.awssdk", artifactId = "auth" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 7999847 - Browse repository at this point
Copy the full SHA 7999847View commit details
Commits on Jun 2, 2023
-
Update sbt, scripted-plugin to 1.9.0 (#2995)
Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from 1.8.3 to 1.9.0. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.0) - [Version Diff](sbt/sbt@v1.8.3...v1.9.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/070634501628558e00a7cd623c97bff1995e59e3/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> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 3006fab - Browse repository at this point
Copy the full SHA 3006fabView commit details
Commits on Jun 3, 2023
-
Update sbt-scoverage to 2.0.8 (#2996)
Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from 2.0.7 to 2.0.8. [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.8) - [Version Diff](scoverage/sbt-scoverage@v2.0.7...v2.0.8) 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/070634501628558e00a7cd623c97bff1995e59e3/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.0.7). 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.scoverage", artifactId = "sbt-scoverage" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" } }] ``` </details> labels: sbt-plugin-update
Configuration menu - View commit details
-
Copy full SHA for afa8dba - Browse repository at this point
Copy the full SHA afa8dbaView commit details
Commits on Jun 5, 2023
-
Update sbt-jmh to 0.4.5 (#2997)
Updates pl.project13.scala:sbt-jmh from 0.4.4 to 0.4.5. 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/070634501628558e00a7cd623c97bff1995e59e3/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 = "pl.project13.scala", artifactId = "sbt-jmh" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "pl.project13.scala", artifactId = "sbt-jmh" } }] ``` </details> labels: sbt-plugin-update
Configuration menu - View commit details
-
Copy full SHA for f6fe203 - Browse repository at this point
Copy the full SHA f6fe203View commit details
Commits on Jun 6, 2023
-
Update trino-main to 419 (#3000)
Updates [io.trino:trino-main](https://github.com/trinodb/trino) from 418 to 419. [GitHub Release Notes](https://github.com/trinodb/trino/releases/tag/419) - [Version Diff](trinodb/trino@418...419) 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/070634501628558e00a7cd623c97bff1995e59e3/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 (418). You might want to review and update them manually. ``` airframe-benchmark/src/main/resources/twitter.json airframe-json/src/test/resources/twitter.json airframe-metrics/src/test/scala/wvlet/airframe/metrics/DataSizeTest.scala docs/release-notes.md 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 ``` </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> labels: test-library-update
Configuration menu - View commit details
-
Copy full SHA for ef59b9b - Browse repository at this point
Copy the full SHA ef59b9bView commit details -
fix: Create new expressions only when needed during transformations (#…
…2998) In practice, the arity of an expression is rarely zero. Because of this, `transformUpExpression`/`transformUpExpression` end up creating new objects all the time; even for _identity_ transformation. On its own, it's not really a problem. However, when used in conjunction with `LogicalPlan.transformOnce`, it stops the transform right away and prevent the full traversal of the tree. In addition, it generates a ton of objects that need to be garbage collected. For this reason, the logic should be changed to be closer to what `LogicalPlan` does, i.e. create a new instance if and only if the arguments have changed.
Configuration menu - View commit details
-
Copy full SHA for e2eeff2 - Browse repository at this point
Copy the full SHA e2eeff2View commit details
Commits on Jun 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b7cb2f6 - Browse repository at this point
Copy the full SHA b7cb2f6View 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.5.6...v23.5.7