-
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.0
head repository: wvlet/airframe
compare: v23.5.2
- 16 commits
- 36 files changed
- 2 contributors
Commits on May 3, 2023
-
Update airspec to 23.5.0 (#2920)
Updates [org.wvlet.airframe:airspec](https://github.com/wvlet/airframe) from 23.4.8-15-992164d0-SNAPSHOT to 23.5.0. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.5.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.wvlet.airframe", artifactId = "airspec" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.wvlet.airframe", artifactId = "airspec" } }] ``` </details> labels: test-library-update
Configuration menu - View commit details
-
Copy full SHA for 439570a - Browse repository at this point
Copy the full SHA 439570aView commit details -
Update airframe-http, airframe-http-netty, ... to 23.5.0 (#2919)
Updates * [org.wvlet.airframe:airframe-http](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-rx-html](https://github.com/wvlet/airframe) * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe) from 23.4.8 to 23.5.0. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.5.0) - [Version Diff](v23.4.8...v23.5.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>Files still referring to the old version number</summary> The following files still refer to the old version number (23.4.8). You might want to review and update them manually. ``` build.sbt docs/release-notes.md 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 103acde - Browse repository at this point
Copy the full SHA 103acdeView commit details
Commits on May 4, 2023
-
Update trino-main to 416 (#2923)
Updates [io.trino:trino-main](https://github.com/trinodb/trino) from 415 to 416. [GitHub Release Notes](https://github.com/trinodb/trino/releases/tag/416) - [Version Diff](trinodb/trino@415...416) 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 (415). 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/siteConfig.js website/static/img/features/Fluentd_square.svg website/static/img/features/undraw_server_down_s4lk.svg website/static/img/undraw_code_review.svg website/static/img/undraw_open_source.svg website/static/img/undraw_operating_system.svg website/static/img/undraw_react.svg website/static/img/undraw_tweetstorm.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 2a4c12f - Browse repository at this point
Copy the full SHA 2a4c12fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6280d0 - Browse repository at this point
Copy the full SHA f6280d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d808ee1 - Browse repository at this point
Copy the full SHA d808ee1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b380f7 - Browse repository at this point
Copy the full SHA 2b380f7View commit details -
airframe-http-netty: Improve exception handling (#2927)
- airframe-http: Report RPCException properly during retry - Improve error message
Configuration menu - View commit details
-
Copy full SHA for f0b24a6 - Browse repository at this point
Copy the full SHA f0b24a6View commit details -
[internal] Add an integration test project (#2931)
- Add an integration test project - Add Scala 3 integration test - Fix
Configuration menu - View commit details
-
Copy full SHA for 664d61b - Browse repository at this point
Copy the full SHA 664d61bView commit details -
Update coursier to 2.1.3 (#2930)
Updates [io.get-coursier:coursier](https://github.com/coursier/coursier) from 2.1.2 to 2.1.3. [GitHub Release Notes](https://github.com/coursier/coursier/releases/tag/v2.1.3) - [Version Diff](coursier/coursier@v2.1.2...v2.1.3) 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.1.2). 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> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 4a36e6b - Browse repository at this point
Copy the full SHA 4a36e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41b5758 - Browse repository at this point
Copy the full SHA 41b5758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b4b76 - Browse repository at this point
Copy the full SHA 96b4b76View commit details -
sbt-airframe: Add airframeHttpOutDir option for changing the client o…
…utput directory (#2935)
Configuration menu - View commit details
-
Copy full SHA for fe5684b - Browse repository at this point
Copy the full SHA fe5684bView commit details -
sbt-airframe: Regenerate RPC clients upon API change without reload (#…
…2936) - Do not include object hash to router string - reduce debug log
Configuration menu - View commit details
-
Copy full SHA for 0eefa73 - Browse repository at this point
Copy the full SHA 0eefa73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32901d6 - Browse repository at this point
Copy the full SHA 32901d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c54c895 - Browse repository at this point
Copy the full SHA c54c895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6719f5b - Browse repository at this point
Copy the full SHA 6719f5bView 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.0...v23.5.2