-
Notifications
You must be signed in to change notification settings - Fork 68
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v24.7.0
head repository: wvlet/airframe
compare: v24.7.1
- 10 commits
- 19 files changed
- 3 contributors
Commits on Jul 2, 2024
-
Update airframe-http, airframe-http-netty, ... to 24.7.0 (#3577)
## 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) from `24.6.1` to `24.7.0` 📜 [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v24.7.0) - [Version Diff](v24.6.1...v24.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/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.6.1). You might want to review and update them manually. ``` docs/airframe-di.md examples/rpc-examples/hello-rpc/project/plugins.sbt examples/rpc-examples/rpc-scalajs/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.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 3da930f - Browse repository at this point
Copy the full SHA 3da930fView commit details
Commits on Jul 3, 2024
-
Update sbt-airframe to 24.7.0 (#3578)
## About this PR 📦 Updates [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe) from `24.6.1` to `24.7.0` 📜 [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v24.7.0) - [Version Diff](v24.6.1...v24.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/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.6.1). You might want to review and update them manually. ``` docs/airframe-di.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.wvlet.airframe", artifactId = "sbt-airframe" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.wvlet.airframe", artifactId = "sbt-airframe" } }] ``` </details> <sup> labels: sbt-plugin-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 4230427 - Browse repository at this point
Copy the full SHA 4230427View commit details -
Update sbt-scoverage to 2.1.0 (#3579)
## About this PR 📦 Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from `2.0.12` to `2.1.0` 📜 [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.1.0) - [Version Diff](scoverage/sbt-scoverage@v2.0.12...v2.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/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.0.12). 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.scoverage", artifactId = "sbt-scoverage" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" } }] ``` </details> <sup> labels: sbt-plugin-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 5ad6c2d - Browse repository at this point
Copy the full SHA 5ad6c2dView commit details
Commits on Jul 8, 2024
-
Update sbt, sbt-dependency-tree, ... to 1.10.1 (#3581)
## 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.10.0` to `1.10.1` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.10.1) - [Version Diff](sbt/sbt@v1.10.0...v1.10.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.10.0). You might want to review and update them manually. ``` docs/airframe-ulid.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.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 0ce15a1 - Browse repository at this point
Copy the full SHA 0ce15a1View commit details
Commits on Jul 12, 2024
-
Update trino-main to 452 (#3583)
## About this PR 📦 Updates [io.trino:trino-main](https://github.com/trinodb/trino) from `451` to `452` 📜 [GitHub Release Notes](https://github.com/trinodb/trino/releases/tag/452) - [Version Diff](trinodb/trino@451...452) ## 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 (451). You might want to review and update them manually. ``` airframe-benchmark/README.md 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 airframe-surface/src/test/scala/wvlet/airframe/surface/i3451.scala docs/airframe-benchmark.md docs/comparison.md docs/release-notes.md website/static/img/features/undraw_online_transactions_02ka.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_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 a9f9f8f - Browse repository at this point
Copy the full SHA a9f9f8fView commit details
Commits on Jul 16, 2024
-
ulid (feature): Add toUUID/fromUUID to ULID (#3580)
Add functions for converting ULID to Java UUID and vice versa.
Configuration menu - View commit details
-
Copy full SHA for da8ceea - Browse repository at this point
Copy the full SHA da8ceeaView commit details -
Update fluency-core, fluency-fluentd, ... to 2.7.2 (#3584)
## About this PR 📦 Updates * [org.komamitsu:fluency-core](https://github.com/komamitsu/fluency) * [org.komamitsu:fluency-fluentd](https://github.com/komamitsu/fluency) * [org.komamitsu:fluency-treasuredata](https://github.com/komamitsu/fluency) from `2.7.0` to `2.7.2` 📜 [GitHub Release Notes](https://github.com/komamitsu/fluency/releases/tag/2.7.2) - [Changelog](https://github.com/komamitsu/fluency/blob/master/CHANGELOG.md) - [Version Diff](komamitsu/fluency@2.7.0...2.7.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 (2.7.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.komamitsu" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.komamitsu" } }] ``` </details> <sup> labels: library-update </sup> --------- Co-authored-by: Taro L. Saito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f47ce11 - Browse repository at this point
Copy the full SHA f47ce11View commit details -
Update sbt-mdoc to 2.5.4 (#3582)
## About this PR 📦 Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc) from `2.5.3` to `2.5.4` 📜 [GitHub Release Notes](https://github.com/scalameta/mdoc/releases/tag/v2.5.4) - [Version Diff](scalameta/mdoc@v2.5.3...v2.5.4) ## 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.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 b8d637f - Browse repository at this point
Copy the full SHA b8d637fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 156f496 - Browse repository at this point
Copy the full SHA 156f496View commit details -
Update jackson-datatype-jdk8, ... to 2.16.2 (#3586)
## About this PR 📦 Updates * [com.fasterxml.jackson.datatype:jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8) * [com.fasterxml.jackson.datatype:jackson-datatype-json-org](https://github.com/FasterXML/jackson-datatypes-misc) from `2.16.1` to `2.16.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>⚙ 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" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.datatype" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for a778553 - Browse repository at this point
Copy the full SHA a778553View 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.7.0...v24.7.1