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.5.5
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.5.6
Choose a head ref
  • 8 commits
  • 16 files changed
  • 3 contributors

Commits on May 23, 2023

  1. Update airframe-codec, airframe-control, ... to 23.5.5 (#2978)

    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-codegen](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airframe-log](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airspec](https://github.com/wvlet/airframe)
    
     from 23.5.3 to 23.5.5.
    [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v23.5.5) -
    [Version
    Diff](v23.5.3...v23.5.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 (23.5.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 = "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 May 23, 2023
    Configuration menu
    Copy the full SHA
    29bc7ee View commit details
    Browse the repository at this point in the history
  2. Update airframe-http, airframe-http-netty, ... to 23.5.5 (#2979)

    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.5.4 to 23.5.5.
    [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v23.5.5) -
    [Version
    Diff](v23.5.4...v23.5.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 (23.5.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
    xerial-bot authored May 23, 2023
    Configuration menu
    Copy the full SHA
    fc4cfb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dd82f6 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Update snappy-java to 1.1.10.0 (#2981)

    Updates
    [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java)
    from 1.1.9.1 to 1.1.10.0.
    [GitHub Release
    Notes](https://github.com/xerial/snappy-java/releases/tag/v1.1.10.0) -
    [Version
    Diff](xerial/snappy-java@v1.1.9.1...v1.1.10.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>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 May 24, 2023
    Configuration menu
    Copy the full SHA
    a7149a3 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. fix: Various fixes to make http-recorder usable again. (#2983)

    As it stands, http-recorder only works with GET requests without a body.
    This situation is caused by two issues:
    - The hash code of the body is not computed correctly. `Arrays.hashcode`
    should be used to compute an hash code over the content of the array as
    the `hashcode` method on the array itself only relies on the address of
    the object.
    - `RedirectToRxEndpoint` only exposes a `GET` endpoint. No other verbs
    can pass-through. I don't know if there's a better way to fix it, but
    the quick fix I'm proposing works.
    NicolasRichard authored May 25, 2023
    Configuration menu
    Copy the full SHA
    aacb665 View commit details
    Browse the repository at this point in the history
  2. Update sql-formatter to 2.0.4 (#2984)

    Updates
    [com.github.vertical-blank:sql-formatter](https://github.com/vertical-blank/sql-formatter)
    from 2.0.3 to 2.0.4.
    [GitHub Release
    Notes](https://github.com/vertical-blank/sql-formatter/releases/tag/2.0.4)
    - [Version
    Diff](vertical-blank/sql-formatter@2.0.3...2.0.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/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 (2.0.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 = "com.github.vertical-blank", artifactId = "sql-formatter" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "com.github.vertical-blank", artifactId = "sql-formatter" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored May 25, 2023
    Configuration menu
    Copy the full SHA
    a937451 View commit details
    Browse the repository at this point in the history
  3. Update netty-all to 4.1.93.Final (#2982)

    Updates io.netty:netty-all from 4.1.92.Final to 4.1.93.Final.
    
    
    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 = "io.netty", artifactId = "netty-all" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.netty", artifactId = "netty-all" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored May 25, 2023
    Configuration menu
    Copy the full SHA
    9dfe58a View commit details
    Browse the repository at this point in the history
  4. Release 23.5.6

    xerial committed May 25, 2023
    Configuration menu
    Copy the full SHA
    e0c459d View commit details
    Browse the repository at this point in the history
Loading