-
Notifications
You must be signed in to change notification settings - Fork 68
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v23.4.8
head repository: wvlet/airframe
compare: v23.5.0
- 14 commits
- 110 files changed
- 2 contributors
Commits on Apr 28, 2023
-
Update airframe-http, airframe-http-netty, ... to 23.4.8 (#2903)
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:airspec](https://github.com/wvlet/airframe) * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe) from 23.4.7 to 23.4.8. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.4.8) - [Version Diff](v23.4.7...v23.4.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 (23.4.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.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 c2cf85c - Browse repository at this point
Copy the full SHA c2cf85cView commit details -
Update airspec to 23.4.8 (#2904)
Updates [org.wvlet.airframe:airspec](https://github.com/wvlet/airframe) from 23.4.7 to 23.4.8. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.4.8) - [Version Diff](v23.4.7...v23.4.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 (23.4.7). 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", 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 05c9306 - Browse repository at this point
Copy the full SHA 05c9306View commit details -
Update trino-main to 415 (#2907)
Updates [io.trino:trino-main](https://github.com/trinodb/trino) from 414 to 415. [GitHub Release Notes](https://github.com/trinodb/trino/releases/tag/415) - [Version Diff](trinodb/trino@414...415) 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 (414). 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/static/img/features/undraw_process_e90d.svg website/static/img/undraw_code_review.svg website/static/img/undraw_open_source.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 d7f48e4 - Browse repository at this point
Copy the full SHA d7f48e4View commit details -
airframe-http (internal): Fix flaky JS http client tests (#2906)
- Switch the public REST endpoint for testing from https://httpbin.org/ to https://jsonplaceholder.typicode.com/
Configuration menu - View commit details
-
Copy full SHA for 93387ea - Browse repository at this point
Copy the full SHA 93387eaView commit details
Commits on May 1, 2023
-
airframe-http: Support RxHttpFilter in http clients (#2908)
- Add HttpClientFilter interface, which can wrap RxHttpFilter, for providing HttpClientContext - Move some internal classes to wvlet.airframe.http.internal packages and add consistent HttpClientXXX names - Remove the thread execution context from backend interface - Removed unnecessary close() method from RxHttpEndpoint
Configuration menu - View commit details
-
Copy full SHA for f1e8389 - Browse repository at this point
Copy the full SHA f1e8389View commit details -
airframe-http: Support reading REST endpoints with RPC clients (#2909)
- internal: Reduce sbt-integration test scope only to Scala 2.12 and Scala 3 for reducing the test overhead
Configuration menu - View commit details
-
Copy full SHA for 167d6a4 - Browse repository at this point
Copy the full SHA 167d6a4View commit details
Commits on May 2, 2023
-
Update sbt-sonatype to 3.9.19 (#2911)
Updates [org.xerial.sbt:sbt-sonatype](https://github.com/xerial/sbt-sonatype) from 3.9.18 to 3.9.19. [GitHub Release Notes](https://github.com/xerial/sbt-sonatype/releases/tag/v3.9.19) - [Release Notes](https://github.com/xerial/sbt-sonatype/blob/master/ReleaseNotes.md) - [Version Diff](xerial/sbt-sonatype@v3.9.18...v3.9.19) 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.xerial.sbt", artifactId = "sbt-sonatype" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" } }] ``` </details> labels: sbt-plugin-update
Configuration menu - View commit details
-
Copy full SHA for a7f3c3c - Browse repository at this point
Copy the full SHA a7f3c3cView commit details -
airframe-surface: Resolve Any type properly in Scala 3 (#2910)
With this fix, sbt-airframe code generator produces valid http client code
Configuration menu - View commit details
-
Copy full SHA for 8d34f8b - Browse repository at this point
Copy the full SHA 8d34f8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33895d6 - Browse repository at this point
Copy the full SHA 33895d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f58865 - Browse repository at this point
Copy the full SHA 3f58865View commit details -
airframe-log: Fixes #2914 Could not load Logmanager "wvlet.log.Airfra…
…meLogManager" warning (#2915) - Upgrade airspec - catch all init log error - unregister log manager class - cleanup jvm property
Configuration menu - View commit details
-
Copy full SHA for 2261138 - Browse repository at this point
Copy the full SHA 2261138View commit details
Commits on May 3, 2023
-
airframe-http-netty: Report RPC arg logs (#2916)
- airframe-rx: Add .transformTry
Configuration menu - View commit details
-
Copy full SHA for e64ee67 - Browse repository at this point
Copy the full SHA e64ee67View commit details -
airframe-rx: Separte Rx and RxOption interfaces (#2918)
Closes #2917 - Merged RxStream[A] to Rx[A] - RxOption[A] becomes a separate interface from Rx[A] - RxOps[A] is now a common parent between Rx[A] and RxOption[A] Because this is an incompatible binary change, the build uses a snapshot version of Airframe, which has airframe-rx in the dependency.
Configuration menu - View commit details
-
Copy full SHA for bc47020 - Browse repository at this point
Copy the full SHA bc47020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 030cdfe - Browse repository at this point
Copy the full SHA 030cdfeView 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.4.8...v23.5.0