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: v24.2.3
Choose a base ref
...
head repository: wvlet/airframe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v24.3.0
Choose a head ref
  • 6 commits
  • 13 files changed
  • 3 contributors

Commits on Feb 28, 2024

  1. Update airframe-codec, airframe-control, ... to 24.2.3 (#3424)

    ## About this PR
    πŸ“¦ 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 `24.2.1` to `24.2.3`
    
    πŸ“œ [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v24.2.3) -
    [Version
    Diff](v24.2.1...v24.2.3)
    
    ## 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 Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3214b02 View commit details
    Browse the repository at this point in the history
  2. Update airframe-http, airframe-launcher, ... to 24.2.3 (#3425)

    ## About this PR
    πŸ“¦ Updates 
    * [org.wvlet.airframe:airframe-http](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 `24.2.2` to `24.2.3`
    
    πŸ“œ [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v24.2.3) -
    [Version
    Diff](v24.2.2...v24.2.3)
    
    ## 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 Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a188e7b View commit details
    Browse the repository at this point in the history
  3. surface (fix): Fix #3416 and #3419 - protected and package private ac…

    …cess (#3423)
    
    Starting with tests - I hope I will be able to implement the fix as
    well.
    
    ---------
    
    Co-authored-by: Taro L. Saito <[email protected]>
    OndrejSpanel and xerial authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d68b2bd View commit details
    Browse the repository at this point in the history
  4. Update sbt-airframe to 24.2.2 (#3426)

    ## About this PR
    πŸ“¦ Updates
    [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe)
    from `23.12.1` to `24.2.2` ⚠
    
    πŸ“œ [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v24.2.2) -
    [Version
    Diff](v23.12.1...v24.2.2)
    
    ## 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", artifactId = "sbt-airframe" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.wvlet.airframe", artifactId = "sbt-airframe" }
    }]
    ```
    </details>
    
    <sup>
    labels: sbt-plugin-update
    </sup>
    
    ---------
    
    Co-authored-by: Taro L. Saito <[email protected]>
    xerial-bot and xerial authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    08d3fb1 View commit details
    Browse the repository at this point in the history
  5. surface (fix): Fixes #3418 Handle surface of List of generic tuples (#…

    …3427)
    
    Again starting with the test, passing in Scala 2
    
    Let us see if I will be able to fix it, this time I am not yet sure
    where to start.
    OndrejSpanel authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a7a8828 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Update scala3-staging, ... to 3.3.3 (#3430)

    ## About this PR
    πŸ“¦ Updates 
    * [org.scala-lang:scala3-staging](https://github.com/lampepfl/dotty)
    *
    [org.scala-lang:scala3-tasty-inspector](https://github.com/lampepfl/dotty)
    
     from `3.3.2` to `3.3.3`
    
    πŸ“œ [GitHub Release
    Notes](https://github.com/lampepfl/dotty/releases/tag/3.3.3) - [Version
    Diff](scala/scala3@3.3.2...3.3.3) -
    [Version
    Diff](scala/scala3@release-3.3.2...release-3.3.3)
    
    ## 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 (3.3.2).
    You might want to review and update them manually.
    ```
    docs/release-notes.md
    sbt-airframe/src/sbt-test/sbt-airframe/generate-client/build.sbt
    sbt-airframe/src/sbt-test/sbt-airframe/grpc/build.sbt
    sbt-airframe/src/sbt-test/sbt-airframe/js-client/build.sbt
    sbt-airframe/src/sbt-test/sbt-airframe/openapi/build.sbt
    sbt-airframe/src/sbt-test/sbt-airframe/rpc-netty/build.sbt
    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.scala-lang" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scala-lang" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    75cd4b3 View commit details
    Browse the repository at this point in the history
Loading