-
Notifications
You must be signed in to change notification settings - Fork 68
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v23.11.1
head repository: wvlet/airframe
compare: v23.11.2
- 10 commits
- 14 files changed
- 2 contributors
Commits on Nov 2, 2023
-
Update airframe-codec, airframe-control, ... to 23.11.1 (#3262)
## 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:sbt-airframe](https://github.com/wvlet/airframe) from `23.11.0` to `23.11.1` 📜 [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.11.1) - [Version Diff](v23.11.0...v23.11.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 (23.11.0). You might want to review and update them manually. ``` build.sbt project/plugin.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 6b6b56a - Browse repository at this point
Copy the full SHA 6b6b56aView commit details
Commits on Nov 3, 2023
-
Update trino-main to 432 (#3263)
## About this PR 📦 Updates [io.trino:trino-main](https://github.com/trinodb/trino) from `431` to `432` 📜 [GitHub Release Notes](https://github.com/trinodb/trino/releases/tag/432) - [Version Diff](trinodb/trino@431...432) ## 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 (431). 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/Fluentd_square.svg website/static/img/features/undraw_process_e90d.svg website/static/img/features/undraw_server_down_s4lk.svg website/static/img/undraw_code_review.svg website/static/img/undraw_open_source.svg website/static/img/undraw_operating_system.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> <sup> labels: test-library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for f45b410 - Browse repository at this point
Copy the full SHA f45b410View commit details
Commits on Nov 6, 2023
-
Update HikariCP to 5.1.0 (#3264)
## About this PR 📦 Updates [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from `5.0.1` to `5.1.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 (5.0.1). You might want to review and update them manually. ``` airspec/project/plugin.sbt docs/release-notes.md project/plugin.sbt sbt-airframe/project/plugin.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 = "com.zaxxer", artifactId = "HikariCP" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.zaxxer", artifactId = "HikariCP" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 8458f1c - Browse repository at this point
Copy the full SHA 8458f1cView commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45fb607 - Browse repository at this point
Copy the full SHA 45fb607View commit details -
Update sbt-mdoc to 2.5.0 (#3266)
## About this PR 📦 Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc) from `2.4.0` to `2.5.0` 📜 [GitHub Release Notes](https://github.com/scalameta/mdoc/releases/tag/v2.5.0) - [Version Diff](scalameta/mdoc@v2.4.0...v2.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 (2.4.0). 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.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 86e09c4 - Browse repository at this point
Copy the full SHA 86e09c4View commit details
Commits on Nov 10, 2023
-
Update sbt-mdoc to 2.5.1 (#3268)
## About this PR 📦 Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc) from `2.5.0` to `2.5.1` 📜 [GitHub Release Notes](https://github.com/scalameta/mdoc/releases/tag/v2.5.1) - [Version Diff](scalameta/mdoc@v2.5.0...v2.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 (2.5.0). You might want to review and update them manually. ``` airframe-control/src/main/scala/wvlet/airframe/control/Control.scala docs/airspec.md docs/release-notes.md website/static/img/undraw_operating_system.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 9aba000 - Browse repository at this point
Copy the full SHA 9aba000View commit details
Commits on Nov 11, 2023
-
Update trino-main to 433 (#3269)
## About this PR 📦 Updates [io.trino:trino-main](https://github.com/trinodb/trino) from `432` to `433` 📜 [GitHub Release Notes](https://github.com/trinodb/trino/releases/tag/433) - [Version Diff](trinodb/trino@432...433) ## 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 (432). You might want to review and update them manually. ``` airframe-benchmark/src/main/resources/twitter.json airframe-control/.jvm/src/test/scala/wvlet/airframe/control/CommandLineTokenizerTest.scala airframe-http-finagle/src/test/scala/wvlet/airframe/http/finagle/FinagleRouterTest.scala airframe-jdbc/src/main/scala/wvlet/airframe/jdbc/DbConfig.scala airframe-jdbc/src/test/scala/wvlet/airframe/jdbc/DbConfigTest.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_server_down_s4lk.svg website/static/img/undraw_code_review.svg website/static/img/undraw_open_source.svg 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 = "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> <sup> labels: test-library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for a995604 - Browse repository at this point
Copy the full SHA a995604View commit details -
Update netty-all to 4.1.101.Final (#3267)
## About this PR 📦 Updates io.netty:netty-all from `4.1.100.Final` to `4.1.101.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/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 = "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 bbacaf6 - Browse repository at this point
Copy the full SHA bbacaf6View commit details
Commits on Nov 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 188e2e9 - Browse repository at this point
Copy the full SHA 188e2e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for df5f46a - Browse repository at this point
Copy the full SHA df5f46aView 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.11.1...v23.11.2