-
Notifications
You must be signed in to change notification settings - Fork 68
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: wvlet/airframe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v24.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: wvlet/airframe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v24.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 62 files changed
- 2 contributors
Commits on Feb 20, 2024
-
Update airframe-codec, airframe-control, ... to 24.2.0 (#3394)
## 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](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) from `24.1.2` to `24.2.0` 📜 [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v24.2.0) - [Version Diff](v24.1.2...v24.2.0) ## 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 (24.1.2). You might want to review and update them manually. ``` build.sbt examples/rpc-examples/hello-rpc/project/plugins.sbt examples/rpc-examples/rpc-scalajs/project/plugins.sbt sbt-airframe/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> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for f2a73db - Browse repository at this point
Copy the full SHA f2a73dbView commit details
Commits on Feb 22, 2024
-
Update spark-sql to 3.5.1 (#3395)
## About this PR 📦 Updates [org.apache.spark:spark-sql](https://spark.apache.org/) from `3.5.0` to `3.5.1` ## 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.5.0). You might want to review and update them manually. ``` airframe-http-codegen/src/main/scala/wvlet/airframe/http/codegen/RouteScanner.scala airframe-http-finagle/src/main/scala/wvlet/airframe/http/finagle/Finagle.scala airframe-http-finagle/src/main/scala/wvlet/airframe/http/finagle/FinagleServer.scala airframe-http-grpc/src/main/scala/wvlet/airframe/http/grpc/GrpcServer.scala airframe-http/.jvm/src/main/scala-2/wvlet/airframe/http/router/RouterBase.scala airframe-http/.jvm/src/main/scala-3/wvlet/airframe/http/router/RouterBase.scala docs/airframe-http.md 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.apache.spark", artifactId = "spark-sql" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.spark", artifactId = "spark-sql" } }] ``` </details> <sup> labels: test-library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for cbe8d62 - Browse repository at this point
Copy the full SHA cbe8d62View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fcdea19 - Browse repository at this point
Copy the full SHA fcdea19View commit details -
Configuration menu - View commit details
-
Copy full SHA for abf2699 - Browse repository at this point
Copy the full SHA abf2699View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1acf333 - Browse repository at this point
Copy the full SHA 1acf333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a9f96f - Browse repository at this point
Copy the full SHA 7a9f96fView commit details -
Update sbt, sbt-dependency-tree, ... to 1.9.9 (#3400)
## About this PR 📦 Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:sbt-dependency-tree](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.9.8` to `1.9.9` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.9) - [Version Diff](sbt/sbt@v1.9.8...v1.9.9) ## 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.scala-sbt" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 8242b78 - Browse repository at this point
Copy the full SHA 8242b78View commit details
Loading
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.0...v24.2.1