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.7.4
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.8.0
Choose a head ref
  • 12 commits
  • 25 files changed
  • 2 contributors

Commits on Jul 29, 2023

  1. Update airframe-http, airframe-http-netty, ... to 23.7.4 (#3080)

    ## 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.3` to `23.7.4`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v23.7.4) -
    [Version
    Diff](v23.7.3...v23.7.4)
    
    ## 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>
    xerial-bot authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    6ad9780 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Update msgpack-core to 0.9.5 (#3082)

    ## About this PR
    📦 Updates
    [org.msgpack:msgpack-core](https://github.com/msgpack/msgpack-java) from
    `0.9.4` to `0.9.5`
    
    📜 [GitHub Release
    Notes](https://github.com/msgpack/msgpack-java/releases/tag/v0.9.5) -
    [Version
    Diff](msgpack/msgpack-java@v0.9.4...v0.9.5)
    
    ## 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.msgpack", artifactId = "msgpack-core" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.msgpack", artifactId = "msgpack-core" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    830f11d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update jmh-core, jmh-generator-bytecode, ... to 1.37 (#3084)

    ## About this PR
    📦 Updates 
    * [org.openjdk.jmh:jmh-core](https://github.com/openjdk/jmh)
    *
    [org.openjdk.jmh:jmh-generator-bytecode](https://github.com/openjdk/jmh)
    *
    [org.openjdk.jmh:jmh-generator-reflection](https://github.com/openjdk/jmh)
    
     from `1.36` to `1.37`
    
    📜 [GitHub Release
    Notes](https://github.com/openjdk/jmh/releases/tag/1.37) - [Version
    Diff](openjdk/jmh@1.36...1.37)
    
    ## 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.36).
    You might want to review and update them manually.
    ```
    airframe-benchmark/README.md
    docs/airframe-benchmark.md
    docs/release-notes.md
    website/static/img/features/Fluentd_square.svg
    website/static/img/features/undraw_online_transactions_02ka.svg
    website/static/img/features/undraw_server_down_s4lk.svg
    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_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.openjdk.jmh" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.openjdk.jmh" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b37e621 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed1faeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a51958 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    2d81f35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcf963e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10de81f View commit details
    Browse the repository at this point in the history
  4. Update scalafmt-core to 3.7.12 (#3091)

    ## About this PR
    📦 Updates
    [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt)
    from `3.7.11` to `3.7.12`
    
    📜 [GitHub Release
    Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.12) -
    [Version
    Diff](scalameta/scalafmt@v3.7.11...v3.7.12)
    
    ## 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.scalameta", artifactId = "scalafmt-core" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4279146 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6790f14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d0538b View commit details
    Browse the repository at this point in the history
  7. rx (internal): Test the behavior difference of Rx.single (lazy) and R…

    …x.const (immediate) (#3094)
    
    - rx (internal): Test the behavior difference of Rx.single (lazy) and
    Rx.const (immediate)
    - Add test
    xerial authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4e2274f View commit details
    Browse the repository at this point in the history
Loading