-
Notifications
You must be signed in to change notification settings - Fork 69
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v23.2.0
head repository: wvlet/airframe
compare: v23.2.4
- 17 commits
- 21 files changed
- 3 contributors
Commits on Feb 3, 2023
-
Update airframe-http, ... to 23.2.0 (#2735)
Updates * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-http-finagle](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-http-grpc](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.1.4 to 23.2.0. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.2.0) - [Version Diff](v23.1.4...v23.2.0) 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/77e035ef483ebb658433dfa1469671184e511f09/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.1.4). 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.wvlet.airframe" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.wvlet.airframe" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 641ffbb - Browse repository at this point
Copy the full SHA 641ffbbView commit details
Commits on Feb 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7651f46 - Browse repository at this point
Copy the full SHA 7651f46View commit details -
airframe-launcher: Allow '-' in option name without argument (#2737)
#2733 was not enough 🙇♂️
Configuration menu - View commit details
-
Copy full SHA for b64659f - Browse repository at this point
Copy the full SHA b64659fView commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62d9f47 - Browse repository at this point
Copy the full SHA 62d9f47View commit details -
Update airframe-http, ... to 23.2.1 (#2738)
Updates * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-http-finagle](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-http-grpc](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.2.0 to 23.2.1. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.2.1) - [Version Diff](v23.2.0...v23.2.1) 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/77e035ef483ebb658433dfa1469671184e511f09/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.2.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.wvlet.airframe" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.wvlet.airframe" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 6b991f3 - Browse repository at this point
Copy the full SHA 6b991f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9dd85c - Browse repository at this point
Copy the full SHA a9dd85cView commit details
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d576c60 - Browse repository at this point
Copy the full SHA d576c60View commit details -
Configuration menu - View commit details
-
Copy full SHA for a70f752 - Browse repository at this point
Copy the full SHA a70f752View commit details -
Update circe-parser to 0.14.4 (#2740)
Updates [io.circe:circe-parser](https://github.com/circe/circe) from 0.14.3 to 0.14.4. [GitHub Release Notes](https://github.com/circe/circe/releases/tag/v0.14.4) - [Version Diff](circe/circe@v0.14.3...v0.14.4) 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/77e035ef483ebb658433dfa1469671184e511f09/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.14.3). 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 = "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> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for a99a2d8 - Browse repository at this point
Copy the full SHA a99a2d8View commit details -
Update airframe-http, ... to 23.2.2 (#2742)
Updates * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-http-finagle](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-http-grpc](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.2.1 to 23.2.2. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.2.2) - [Version Diff](v23.2.1...v23.2.2) 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/77e035ef483ebb658433dfa1469671184e511f09/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.2.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 = "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> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 4ba9fd0 - Browse repository at this point
Copy the full SHA 4ba9fd0View commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5459c0b - Browse repository at this point
Copy the full SHA 5459c0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb724a - Browse repository at this point
Copy the full SHA 2bb724aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06d3ea0 - Browse repository at this point
Copy the full SHA 06d3ea0View commit details -
Update airframe-http, ... to 23.2.3 (#2746)
Updates * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-http-finagle](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-http-grpc](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.2.2 to 23.2.3. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.2.3) - [Version Diff](v23.2.2...v23.2.3) 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/77e035ef483ebb658433dfa1469671184e511f09/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.2.2). 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.wvlet.airframe" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.wvlet.airframe" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 612dddf - Browse repository at this point
Copy the full SHA 612dddfView commit details -
airframe-sql: Fix SQL generation for JOIN (#2748)
`SQLGenerator` generates invalid SQL if left side of JOIN is sub-query.
Configuration menu - View commit details
-
Copy full SHA for 3cd28e0 - Browse repository at this point
Copy the full SHA 3cd28e0View commit details -
Update sbt-scoverage to 2.0.7 (#2747)
Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from 2.0.6 to 2.0.7. [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.7) - [Version Diff](scoverage/sbt-scoverage@v2.0.6...v2.0.7) 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/77e035ef483ebb658433dfa1469671184e511f09/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.6). 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.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> labels: sbt-plugin-update
Configuration menu - View commit details
-
Copy full SHA for 7b66284 - Browse repository at this point
Copy the full SHA 7b66284View commit details
Commits on Feb 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3468859 - Browse repository at this point
Copy the full SHA 3468859View 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.2.0...v23.2.4