-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v24.9.2
head repository: wvlet/airframe
compare: v24.9.3
- 14 commits
- 16 files changed
- 3 contributors
Commits on Sep 26, 2024
-
Update trino-main to 459 (#3656)
## About this PR 📦 Updates [io.trino:trino-main](https://github.com/trinodb/trino) from `458` to `459` 📜 [GitHub Release Notes](https://github.com/trinodb/trino/releases/tag/459) - [Version Diff](trinodb/trino@458...459) ## 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 (458). You might want to review and update them manually. ``` airframe-benchmark/src/main/resources/twitter.json 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/client.svg website/static/img/undraw_code_review.svg website/static/img/undraw_open_source.svg website/static/img/undraw_operating_system.svg website/static/img/undraw_tweetstorm.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 fd450e7 - Browse repository at this point
Copy the full SHA fd450e7View commit details -
Update airframe-codec, airframe-control, ... to 24.9.2 (#3657)
## 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) * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe) from `24.9.1` to `24.9.2` 📜 [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v24.9.2) - [Version Diff](v24.9.1...v24.9.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/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 (24.9.1). You might want to review and update them manually. ``` build.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 dfba209 - Browse repository at this point
Copy the full SHA dfba209View commit details -
Update sqlite-jdbc to 3.46.1.3 (#3658)
## About this PR 📦 Updates [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from `3.46.1.2` to `3.46.1.3` 📜 [GitHub Release Notes](https://github.com/xerial/sqlite-jdbc/releases/tag/3.46.1.3) - [Version Diff](xerial/sqlite-jdbc@3.46.1.2...3.46.1.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>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.xerial", artifactId = "sqlite-jdbc" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.xerial", artifactId = "sqlite-jdbc" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 4c24799 - Browse repository at this point
Copy the full SHA 4c24799View commit details
Commits on Sep 28, 2024
-
Update sbt-scalafix to 0.13.0 (#3665)
## About this PR 📦 Updates [ch.epfl.scala:sbt-scalafix](https://github.com/scalacenter/sbt-scalafix) from `0.12.1` to `0.13.0` 📜 [GitHub Release Notes](https://github.com/scalacenter/sbt-scalafix/releases/tag/v0.13.0) - [Version Diff](scalacenter/sbt-scalafix@v0.12.1...v0.13.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>🔍 Files still referring to the old version number</summary> The following files still refer to the old version number (0.12.1). 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 = "ch.epfl.scala", artifactId = "sbt-scalafix" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" } }] ``` </details> <sup> labels: sbt-plugin-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 3cfec48 - Browse repository at this point
Copy the full SHA 3cfec48View commit details -
Update duckdb_jdbc to 1.1.1 (#3664)
## About this PR 📦 Updates org.duckdb:duckdb_jdbc from `1.1.0` to `1.1.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>🔍 Files still referring to the old version number</summary> The following files still refer to the old version number (1.1.0). You might want to review and update them manually. ``` airspec/project/plugin.sbt docs/release-notes.md project/plugin.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.duckdb", artifactId = "duckdb_jdbc" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.duckdb", artifactId = "duckdb_jdbc" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 7fb2e7a - Browse repository at this point
Copy the full SHA 7fb2e7aView commit details -
Update grpc-netty-shaded, grpc-protobuf, ... to 1.52.1 (#3659)
## About this PR 📦 Updates * [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) * [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) * [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) from `1.52.0` to `1.52.1` 📜 [GitHub Release Notes](https://github.com/grpc/grpc-java/releases/tag/v1.52.1) - [Version Diff](grpc/grpc-java@v1.52.0...v1.52.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/767fcfecbfd53c507152f6cf15c846176bae561d/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.grpc" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.grpc" } }] ``` </details> <sup> labels: library-update </sup> Co-authored-by: scala-steward <leo+bot@xerial.org>
Configuration menu - View commit details
-
Copy full SHA for 71b3df6 - Browse repository at this point
Copy the full SHA 71b3df6View commit details -
Update auth to 2.28.10 (#3660)
## About this PR 📦 Updates software.amazon.awssdk:auth from `2.25.70` to `2.28.10` ## 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/767fcfecbfd53c507152f6cf15c846176bae561d/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 = "software.amazon.awssdk", artifactId = "auth" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "software.amazon.awssdk", artifactId = "auth" } }] ``` </details> <sup> labels: library-update </sup> Co-authored-by: scala-steward <leo+bot@xerial.org>
Configuration menu - View commit details
-
Copy full SHA for 78d9d4f - Browse repository at this point
Copy the full SHA 78d9d4fView commit details
Commits on Sep 29, 2024
-
Update sbt-scalajs, scalajs-compiler, ... to 1.17.0 (#3667)
## About this PR 📦 Updates * [org.scala-js:sbt-scalajs](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-compiler](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library_2.13](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge_2.13](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-interface](https://github.com/scala-js/scala-js) from `1.16.0` to `1.17.0` 📜 [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.17.0) - [Version Diff](scala-js/scala-js@v1.16.0...v1.17.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>🔍 Files still referring to the old version number</summary> The following files still refer to the old version number (1.16.0). You might want to review and update them manually. ``` airspec/project/plugin.sbt docs/release-notes.md examples/rx-demo/gallery/src/main/public/index.html project/plugin.sbt sbt-airframe/src/sbt-test/sbt-airframe/js-client/project/plugins.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.scala-js" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-js" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 535ad37 - Browse repository at this point
Copy the full SHA 535ad37View commit details -
Update grpc-netty-shaded, grpc-protobuf, ... to 1.68.0 (#3666)
## About this PR 📦 Updates * [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) * [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) * [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) from `1.52.1` to `1.68.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 = "io.grpc" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.grpc" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 5f0e06a - Browse repository at this point
Copy the full SHA 5f0e06aView commit details -
surface (fix): Fix opaque type reference for Scala 3.3.4 (#3669)
Resolves issues when upgrading to Scala 3.3.4 - Surface for nested opaque types - Simplified a path-dependent type test, as path-dependent type is not frequently used, it should not be a blocker to use later versions of Scala. #3533 --------- Co-authored-by: xerial-bot <leo+bot@xerial.org>
Configuration menu - View commit details
-
Copy full SHA for 525c905 - Browse repository at this point
Copy the full SHA 525c905View commit details -
Update scalajs-test-interface to 1.17.0 (#3668)
## About this PR 📦 Updates [org.scala-js:scalajs-test-interface](https://github.com/scala-js/scala-js) from `1.16.0` to `1.17.0` 📜 [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.17.0) - [Version Diff](scala-js/scala-js@v1.16.0...v1.17.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>🔍 Files still referring to the old version number</summary> The following files still refer to the old version number (1.16.0). 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.scala-js", artifactId = "scalajs-test-interface" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-js", artifactId = "scalajs-test-interface" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 3bd1c74 - Browse repository at this point
Copy the full SHA 3bd1c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for f646df4 - Browse repository at this point
Copy the full SHA f646df4View commit details -
Update jackson-datatype-jdk8 to 2.18.0 (#3661)
## About this PR 📦 Updates [com.fasterxml.jackson.datatype:jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8) from `2.16.2` to `2.18.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>🔍 Files still referring to the old version number</summary> The following files still refer to the old version number (2.16.2). You might want to review and update them manually. ``` 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 = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 7a04ee9 - Browse repository at this point
Copy the full SHA 7a04ee9View commit details -
Update jackson-datatype-json-org to 2.18.0 (#3662)
## About this PR 📦 Updates [com.fasterxml.jackson.datatype:jackson-datatype-json-org](https://github.com/FasterXML/jackson-datatypes-misc) from `2.16.2` to `2.18.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>🔍 Files still referring to the old version number</summary> The following files still refer to the old version number (2.16.2). You might want to review and update them manually. ``` 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 = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-json-org" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-json-org" } }] ``` </details> <sup> labels: library-update </sup> Co-authored-by: Taro L. Saito <leo@xerial.org>
Configuration menu - View commit details
-
Copy full SHA for 234728c - Browse repository at this point
Copy the full SHA 234728cView 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.9.2...v24.9.3