Skip to content
Permalink

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.6.0
Choose a base ref
...
head repository: wvlet/airframe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v23.6.1
Choose a head ref
  • 12 commits
  • 28 files changed
  • 2 contributors

Commits on Jun 12, 2023

  1. 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
    xerial-bot authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    9de2b94 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. 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
    xerial-bot authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    7b869c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. 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
    xerial-bot authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    67331ad View commit details
    Browse the repository at this point in the history
  2. 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
    xerial-bot authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1a1eac8 View commit details
    Browse the repository at this point in the history
  3. 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>
    xerial-bot authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2b552d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. 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>
    xerial-bot authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d99a124 View commit details
    Browse the repository at this point in the history
  2. airspec: Fixes #3014 Do not evaluate tests returning Nil or Seq[_] be…

    …fore the execution (#3019)
    xerial authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    503e526 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7476413 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78deb03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eceafb1 View commit details
    Browse the repository at this point in the history
  6. 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
    xerial authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    50b8b33 View commit details
    Browse the repository at this point in the history
  7. 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.
    xerial authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8fbcb4d View commit details
    Browse the repository at this point in the history
Loading