-
Notifications
You must be signed in to change notification settings - Fork 68
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v24.6.0
head repository: wvlet/airframe
compare: v24.6.1
- 7 commits
- 15 files changed
- 2 contributors
Commits on Jun 7, 2024
-
Update airframe-http, airframe-launcher, ... to 24.6.0 (#3560)
## 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.5.2` to `24.6.0` 📜 [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v24.6.0) - [Version Diff](v24.5.2...v24.6.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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 8b093ed - Browse repository at this point
Copy the full SHA 8b093edView commit details
Commits on Jun 12, 2024
-
Update netty-all to 4.1.111.Final (#3561)
## About this PR 📦 Updates io.netty:netty-all from `4.1.110.Final` to `4.1.111.Final` ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 = "io.netty", artifactId = "netty-all" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.netty", artifactId = "netty-all" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 5305594 - Browse repository at this point
Copy the full SHA 5305594View commit details
Commits on Jun 17, 2024
-
Update parquet-avro, parquet-hadoop to 1.14.1 (#3563)
## About this PR 📦 Updates * [org.apache.parquet:parquet-avro](https://parquet.apache.org) * [org.apache.parquet:parquet-hadoop](https://parquet.apache.org) from `1.14.0` to `1.14.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/7ec418cd5441d449f037bca6d34326534c07a5dd/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.apache.parquet" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.parquet" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 1db0afd - Browse repository at this point
Copy the full SHA 1db0afdView commit details
Commits on Jun 18, 2024
-
Update circe-parser to 0.14.8 (#3564)
## About this PR 📦 Updates [io.circe:circe-parser](https://github.com/circe/circe) from `0.14.7` to `0.14.8` 📜 [GitHub Release Notes](https://github.com/circe/circe/releases/tag/v0.14.8) - [Version Diff](circe/circe@v0.14.7...v0.14.8) ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 = "io.circe", artifactId = "circe-parser" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.circe", artifactId = "circe-parser" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for fba23ef - Browse repository at this point
Copy the full SHA fba23efView commit details -
internal: Upgrade to scalafmt 3.8.2 and use explicit Scala 2/3 dialec…
…t specification (#3565)
Configuration menu - View commit details
-
Copy full SHA for e61b057 - Browse repository at this point
Copy the full SHA e61b057View commit details
Commits on Jun 19, 2024
-
Update sbt-mdoc to 2.5.3 (#3566)
## About this PR 📦 Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc) from `2.5.2` to `2.5.3` 📜 [GitHub Release Notes](https://github.com/scalameta/mdoc/releases/tag/v2.5.3) - [Version Diff](scalameta/mdoc@v2.5.2...v2.5.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/7ec418cd5441d449f037bca6d34326534c07a5dd/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.5.2). You might want to review and update them manually. ``` examples/rpc-examples/hello-rpc/project/plugins.sbt project/plugin.sbt sbt-airframe/project/plugin.sbt website/static/img/undraw_monitor.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.scalameta", artifactId = "sbt-mdoc" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "sbt-mdoc" } }] ``` </details> <sup> labels: sbt-plugin-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 81efadf - Browse repository at this point
Copy the full SHA 81efadfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6284e97 - Browse repository at this point
Copy the full SHA 6284e97View 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.6.0...v24.6.1