-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v23.8.0
head repository: wvlet/airframe
compare: v23.8.1
- 14 commits
- 79 files changed
- 2 contributors
Commits on Aug 4, 2023
-
Update airframe-http, airframe-http-netty, ... to 23.8.0 (#3095)
## 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) * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe) from `23.7.4` to `23.8.0` 📜 [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.8.0) - [Version Diff](v23.7.4...v23.8.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>⚙ 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 00c1f47 - Browse repository at this point
Copy the full SHA 00c1f47View commit details -
Update snakeyaml to 2.1 (#3096)
## About this PR 📦 Updates [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml/src) from `1.33` to `2.1` 📜 [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/RELEASES.markdown) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/RELEASES.md) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/RELEASES.rst) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/ReleaseNotes.markdown) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/ReleaseNotes.md) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/ReleaseNotes.rst) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/Releases.markdown) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/Releases.md) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/Releases.rst) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/releases.markdown) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/releases.md) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/releases.rst) - [Changelog](https://bitbucket.org/snakeyaml/snakeyaml/src/master/CHANGELOG.markdown) - [Changelog](https://bitbucket.org/snakeyaml/snakeyaml/src/master/CHANGELOG.md) - [Changelog](https://bitbucket.org/snakeyaml/snakeyaml/src/master/CHANGELOG.rst) - [Changelog](https://bitbucket.org/snakeyaml/snakeyaml/src/master/CHANGES.markdown) - [Changelog](https://bitbucket.org/snakeyaml/snakeyaml/src/master/CHANGES.md) - [Changelog](https://bitbucket.org/snakeyaml/snakeyaml/src/master/CHANGES.rst) - [Changelog](https://bitbucket.org/snakeyaml/snakeyaml/src/master/Changelog.markdown) - [Changelog](https://bitbucket.org/snakeyaml/snakeyaml/src/master/Changelog.md) - [Changelog](https://bitbucket.org/snakeyaml/snakeyaml/src/master/Changelog.rst) - [Changelog](https://bitbucket.org/snakeyaml/snakeyaml/src/master/changelog.markdown) - [Changelog](https://bitbucket.org/snakeyaml/snakeyaml/src/master/changelog.md) - [Changelog](https://bitbucket.org/snakeyaml/snakeyaml/src/master/changelog.rst) ## 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 (1.33). You might want to review and update them manually. ``` docs/release-notes.md website/static/img/features/undraw_time_management_30iu.svg website/static/img/undraw_code_review.svg website/static/img/undraw_monitor.svg website/static/img/undraw_note_list.svg website/static/img/undraw_online.svg website/static/img/undraw_open_source.svg website/static/img/undraw_operating_system.svg website/static/img/undraw_react.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 = "org.yaml", artifactId = "snakeyaml" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.yaml", artifactId = "snakeyaml" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 4eff69a - Browse repository at this point
Copy the full SHA 4eff69aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bdf934 - Browse repository at this point
Copy the full SHA 8bdf934View commit details -
Configuration menu - View commit details
-
Copy full SHA for f07979f - Browse repository at this point
Copy the full SHA f07979fView commit details
Commits on Aug 5, 2023
-
Update logback-core to 1.3.9 (#3105)
## About this PR 📦 Updates [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from `1.3.8` to `1.3.9` ## 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 (1.3.8). 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.qos.logback", artifactId = "logback-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.qos.logback", artifactId = "logback-core" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 6a35c3e - Browse repository at this point
Copy the full SHA 6a35c3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bde4279 - Browse repository at this point
Copy the full SHA bde4279View commit details
Commits on Aug 6, 2023
-
Upgrade airspec to 23.8.0 (#3107)
And fix some test cases for Scala 3 by reducing runtime-reflection usage
Configuration menu - View commit details
-
Copy full SHA for 1d21a04 - Browse repository at this point
Copy the full SHA 1d21a04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fef8e1 - Browse repository at this point
Copy the full SHA 9fef8e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb182a8 - Browse repository at this point
Copy the full SHA eb182a8View commit details -
internal: Fix Scala 3 related warnings (#3111)
- Fix warnings - Drop HttpClient[Req, Resp, F] usage in Scala 3 #2440
Configuration menu - View commit details
-
Copy full SHA for 9c0a70a - Browse repository at this point
Copy the full SHA 9c0a70aView commit details -
internal: Embed JUnit test report detail to the summary and disable c…
…heck run (#3112) A workaround for mikepenz/action-junit-report#40
Configuration menu - View commit details
-
Copy full SHA for 33c983b - Browse repository at this point
Copy the full SHA 33c983bView commit details -
rx (fix): Avoid concurrent modification of RxVar subscribers (#3113)
- Fixes #3109 - Fix deprecated method usage - rx (fix): Sychrnoize variable update
Configuration menu - View commit details
-
Copy full SHA for 92544f1 - Browse repository at this point
Copy the full SHA 92544f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40fe39d - Browse repository at this point
Copy the full SHA 40fe39dView commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a7f5638 - Browse repository at this point
Copy the full SHA a7f5638View 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.8.0...v23.8.1