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.8.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.8.1
Choose a head ref
  • 14 commits
  • 79 files changed
  • 2 contributors

Commits on Aug 4, 2023

  1. 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>
    xerial-bot authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    00c1f47 View commit details
    Browse the repository at this point in the history
  2. 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>
    xerial-bot authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4eff69a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bdf934 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f07979f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. 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>
    xerial-bot authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    6a35c3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bde4279 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Upgrade airspec to 23.8.0 (#3107)

    And fix some test cases for Scala 3 by reducing runtime-reflection usage
    xerial authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    1d21a04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fef8e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb182a8 View commit details
    Browse the repository at this point in the history
  4. internal: Fix Scala 3 related warnings (#3111)

    - Fix warnings
    - Drop HttpClient[Req, Resp, F] usage in Scala 3 #2440
    xerial authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    9c0a70a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33c983b View commit details
    Browse the repository at this point in the history
  6. rx (fix): Avoid concurrent modification of RxVar subscribers (#3113)

    - Fixes #3109 
    - Fix deprecated method usage
    - rx (fix): Sychrnoize variable update
    xerial authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    92544f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40fe39d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    a7f5638 View commit details
    Browse the repository at this point in the history
Loading