-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v23.9.1
head repository: wvlet/airframe
compare: v23.9.2
- 7 commits
- 16 files changed
- 2 contributors
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 24703fb - Browse repository at this point
Copy the full SHA 24703fbView commit details -
Update airframe-http, airframe-http-netty, ... to 23.9.1 (#3218)
## About this PR π¦ 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.9.0` to `23.9.1` π [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.9.1) - [Version Diff](v23.9.0...v23.9.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>β 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 ee4733a - Browse repository at this point
Copy the full SHA ee4733aView commit details -
Update airframe-codec, airframe-control, ... to 23.9.1 (#3217)
## 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) from `23.8.6` to `23.9.1` π [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.9.1) - [Version Diff](v23.8.6...v23.9.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>β 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 bd03cd7 - Browse repository at this point
Copy the full SHA bd03cd7View commit details
Commits on Sep 13, 2023
-
Update spark-sql to 3.5.0 (#3219)
## About this PR π¦ Updates [org.apache.spark:spark-sql](https://spark.apache.org/) from `3.4.1` to `3.5.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 (3.4.1). You might want to review and update them manually. ``` docs/release-notes.md examples/rx-demo/gallery/src/main/public/index.html ``` </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 dc807e1 - Browse repository at this point
Copy the full SHA dc807e1View commit details
Commits on Sep 15, 2023
-
Update sbt, sbt-dependency-tree, ... to 1.9.6 (#3220)
## 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.4` to `1.9.6` π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.6) - [Version Diff](sbt/sbt@v1.9.4...v1.9.6) ## 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 a23672d - Browse repository at this point
Copy the full SHA a23672dView commit details
Commits on Sep 19, 2023
-
Update scalajs-dom to 2.7.0 (#3221)
## About this PR π¦ Updates [org.scala-js:scalajs-dom](https://github.com/scala-js/scala-js-dom) from `2.6.0` to `2.7.0` π [GitHub Release Notes](https://github.com/scala-js/scala-js-dom/releases/tag/v2.7.0) - [Version Diff](scala-js/scala-js-dom@v2.6.0...v2.7.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 (2.6.0). 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.scala-js", artifactId = "scalajs-dom" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-js", artifactId = "scalajs-dom" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for b905253 - Browse repository at this point
Copy the full SHA b905253View commit details
Commits on Sep 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb29204 - Browse repository at this point
Copy the full SHA cb29204View 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.9.1...v23.9.2