-
Notifications
You must be signed in to change notification settings - Fork 69
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v24.2.3
head repository: wvlet/airframe
compare: v24.3.0
- 6 commits
- 13 files changed
- 3 contributors
Commits on Feb 28, 2024
-
Update airframe-codec, airframe-control, ... to 24.2.3 (#3424)
## About this PR π¦ 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) * [org.wvlet.airframe:airspec](https://github.com/wvlet/airframe) from `24.2.1` to `24.2.3` π [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v24.2.3) - [Version Diff](v24.2.1...v24.2.3) ## Usage β **Please merge!** 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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.wvlet.airframe" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 3214b02 - Browse repository at this point
Copy the full SHA 3214b02View commit details -
Update airframe-http, airframe-launcher, ... to 24.2.3 (#3425)
## About this PR π¦ Updates * [org.wvlet.airframe:airframe-http](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 `24.2.2` to `24.2.3` π [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v24.2.3) - [Version Diff](v24.2.2...v24.2.3) ## Usage β **Please merge!** 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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.wvlet.airframe" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for a188e7b - Browse repository at this point
Copy the full SHA a188e7bView commit details -
surface (fix): Fix #3416 and #3419 - protected and package private acβ¦
β¦cess (#3423) Starting with tests - I hope I will be able to implement the fix as well. --------- Co-authored-by: Taro L. Saito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d68b2bd - Browse repository at this point
Copy the full SHA d68b2bdView commit details -
Update sbt-airframe to 24.2.2 (#3426)
## About this PR π¦ Updates [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe) from `23.12.1` to `24.2.2` β π [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v24.2.2) - [Version Diff](v23.12.1...v24.2.2) ## Usage β **Please merge!** 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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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 = "sbt-airframe" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.wvlet.airframe", artifactId = "sbt-airframe" } }] ``` </details> <sup> labels: sbt-plugin-update </sup> --------- Co-authored-by: Taro L. Saito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08d3fb1 - Browse repository at this point
Copy the full SHA 08d3fb1View commit details -
surface (fix): Fixes #3418 Handle surface of List of generic tuples (#β¦
β¦3427) Again starting with the test, passing in Scala 2 Let us see if I will be able to fix it, this time I am not yet sure where to start.
Configuration menu - View commit details
-
Copy full SHA for a7a8828 - Browse repository at this point
Copy the full SHA a7a8828View commit details
Commits on Feb 29, 2024
-
Update scala3-staging, ... to 3.3.3 (#3430)
## About this PR π¦ Updates * [org.scala-lang:scala3-staging](https://github.com/lampepfl/dotty) * [org.scala-lang:scala3-tasty-inspector](https://github.com/lampepfl/dotty) from `3.3.2` to `3.3.3` π [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.3.3) - [Version Diff](scala/scala3@3.3.2...3.3.3) - [Version Diff](scala/scala3@release-3.3.2...release-3.3.3) ## Usage β **Please merge!** 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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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.3.2). You might want to review and update them manually. ``` docs/release-notes.md sbt-airframe/src/sbt-test/sbt-airframe/generate-client/build.sbt sbt-airframe/src/sbt-test/sbt-airframe/grpc/build.sbt sbt-airframe/src/sbt-test/sbt-airframe/js-client/build.sbt sbt-airframe/src/sbt-test/sbt-airframe/openapi/build.sbt sbt-airframe/src/sbt-test/sbt-airframe/rpc-netty/build.sbt website/static/img/undraw_youtube_tutorial.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 = "org.scala-lang" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 75cd4b3 - Browse repository at this point
Copy the full SHA 75cd4b3View 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 v24.2.3...v24.3.0