-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v23.6.0
head repository: wvlet/airframe
compare: v23.6.1
- 12 commits
- 28 files changed
- 2 contributors
Commits on Jun 12, 2023
-
Update airframe-codec, airframe-control, ... to 23.6.0 (#3012)
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 23.5.7 to 23.6.0. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.6.0) - [Version Diff](v23.5.7...v23.6.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/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.5.7). You might want to review and update them manually. ``` airframe-ulid/src/test/scala/wvlet/airframe/ulid/PrefixedULIDTest.scala build.sbt project/plugin.sbt sbt-airframe/build.sbt sbt-airframe/src/sbt-test/sbt-airframe/rpc-finagle/build.sbt sbt-airframe/src/sbt-test/sbt-airframe/rpc-netty/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> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 9de2b94 - Browse repository at this point
Copy the full SHA 9de2b94View commit details
Commits on Jun 13, 2023
-
Update logback-core to 1.3.8 (#3013)
Updates [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.3.7 to 1.3.8. 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 (1.3.7). You might want to review and update them manually. ``` docs/release-notes.md website/static/img/undraw_monitor.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 = "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> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 7b869c1 - Browse repository at this point
Copy the full SHA 7b869c1View commit details
Commits on Jun 15, 2023
-
Update snappy-java to 1.1.10.1 (#3016)
Updates [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.0 to 1.1.10.1. [GitHub Release Notes](https://github.com/xerial/snappy-java/releases/tag/v1.1.10.1) - [Version Diff](xerial/snappy-java@v1.1.10.0...v1.1.10.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.snappy", artifactId = "snappy-java" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.xerial.snappy", artifactId = "snappy-java" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 67331ad - Browse repository at this point
Copy the full SHA 67331adView commit details -
Update protobuf-java to 3.23.3 (#3015)
Updates [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.23.2 to 3.23.3. [GitHub Release Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.23.3) - [Version Diff](protocolbuffers/protobuf@v3.23.2...v3.23.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>Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.google.protobuf", artifactId = "protobuf-java" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" } }] ``` </details> labels: library-update
Configuration menu - View commit details
-
Copy full SHA for 1a1eac8 - Browse repository at this point
Copy the full SHA 1a1eac8View commit details -
Update sbt-dynver to 5.0.1 (#3017)
## About this PR 📦 Updates com.dwijnand:sbt-dynver from `4.1.1` to `5.0.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/2ef77887d3e25d2b5c2d9c893579e0c6ef4a351f/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 (4.1.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 = "com.dwijnand", artifactId = "sbt-dynver" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.dwijnand", artifactId = "sbt-dynver" } }] ``` </details> <sup> labels: sbt-plugin-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 2b552d2 - Browse repository at this point
Copy the full SHA 2b552d2View commit details
Commits on Jun 16, 2023
-
Update scala-collection-compat to 2.11.0 (#3018)
## About this PR 📦 Updates [org.scala-lang.modules:scala-collection-compat](https://github.com/scala/scala-collection-compat) from `2.10.0` to `2.11.0` 📜 [GitHub Release Notes](https://github.com/scala/scala-collection-compat/releases/tag/v2.11.0) - [Version Diff](scala/scala-collection-compat@v2.10.0...v2.11.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/2ef77887d3e25d2b5c2d9c893579e0c6ef4a351f/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.10.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.scala-lang.modules", artifactId = "scala-collection-compat" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang.modules", artifactId = "scala-collection-compat" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for d99a124 - Browse repository at this point
Copy the full SHA d99a124View commit details -
airspec: Fixes #3014 Do not evaluate tests returning Nil or Seq[_] be…
…fore the execution (#3019)
Configuration menu - View commit details
-
Copy full SHA for 503e526 - Browse repository at this point
Copy the full SHA 503e526View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7476413 - Browse repository at this point
Copy the full SHA 7476413View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78deb03 - Browse repository at this point
Copy the full SHA 78deb03View commit details -
Configuration menu - View commit details
-
Copy full SHA for eceafb1 - Browse repository at this point
Copy the full SHA eceafb1View commit details -
rx-html (fix): Fixes #3024. Remove appended attribute and CSS style v…
…alues upon cancel" (#3025) - rx-html (fix): Reset appended DOM attributes on cancel - Manage CSS style changes
Configuration menu - View commit details
-
Copy full SHA for 50b8b33 - Browse repository at this point
Copy the full SHA 50b8b33View commit details -
control (internal): Use Jittering by default in Retry (#3023)
Adding randomness to the retry wait interval, called Jittering, is a better behavior in distributed systems so as not to create synthetic retry patterns between multiple programs accessing the same API.
Configuration menu - View commit details
-
Copy full SHA for 8fbcb4d - Browse repository at this point
Copy the full SHA 8fbcb4dView 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.6.0...v23.6.1