-
Notifications
You must be signed in to change notification settings - Fork 69
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: wvlet/airframe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v23.3.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: wvlet/airframe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v23.3.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 10 files changed
- 2 contributors
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3f7df88 - Browse repository at this point
Copy the full SHA 3f7df88View commit details -
Update hadoop-aws, hadoop-client to 3.3.5 (#2805)
Updates * org.apache.hadoop:hadoop-aws * org.apache.hadoop:hadoop-client from 3.3.4 to 3.3.5. 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/070634501628558e00a7cd623c97bff1995e59e3/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 (3.3.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.apache.hadoop" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.hadoop" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 8adede2 - Browse repository at this point
Copy the full SHA 8adede2View commit details
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7ea21b1 - Browse repository at this point
Copy the full SHA 7ea21b1View commit details -
Update airframe-http, ... to 23.3.3 (#2802)
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.3.2 to 23.3.3. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.3.3) - [Version Diff](v23.3.2...v23.3.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/070634501628558e00a7cd623c97bff1995e59e3/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.3.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 7bb1c23 - Browse repository at this point
Copy the full SHA 7bb1c23View commit details -
Update sqlite-jdbc to 3.41.2.1 (#2807)
Updates [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.41.0.1 to 3.41.2.1. [GitHub Release Notes](https://github.com/xerial/sqlite-jdbc/releases/tag/3.41.2.1) - [Version Diff](xerial/sqlite-jdbc@3.41.0.1...3.41.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/070634501628558e00a7cd623c97bff1995e59e3/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> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 3264d00 - Browse repository at this point
Copy the full SHA 3264d00View commit details
Commits on Mar 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b5d2071 - Browse repository at this point
Copy the full SHA b5d2071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 697a4bb - Browse repository at this point
Copy the full SHA 697a4bbView commit details
Loading
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.3.3...v23.3.4