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

Commits on May 25, 2023

  1. Update airframe-codec, airframe-control, ... to 23.5.6 (#2986)

    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.5 to 23.5.6.
    [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v23.5.6) -
    [Version
    Diff](v23.5.5...v23.5.6)
    
    
    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.5).
    You might want to review and update them manually.
    ```
    airframe-ulid/src/test/scala/wvlet/airframe/ulid/PrefixedULIDTest.scala
    build.sbt
    docs/release-notes.md
    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 May 25, 2023
    Configuration menu
    Copy the full SHA
    2d52389 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Update protobuf-java to 3.23.2 (#2987)

    Updates
    [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
    from 3.23.1 to 3.23.2.
    [GitHub Release
    Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.23.2)
    - [Version
    Diff](protocolbuffers/protobuf@v3.23.1...v3.23.2)
    
    
    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 May 27, 2023
    Configuration menu
    Copy the full SHA
    1f03e8e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Update swagger-parser to 2.1.15 (#2989)

    Updates
    [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser)
    from 2.1.14 to 2.1.15.
    [GitHub Release
    Notes](https://github.com/swagger-api/swagger-parser/releases/tag/v2.1.15)
    - [Version
    Diff](swagger-api/swagger-parser@v2.1.14...v2.1.15)
    
    
    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.swagger.parser.v3", artifactId = "swagger-parser" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.swagger.parser.v3", artifactId = "swagger-parser" }
    }]
    ```
    </details>
    
    labels: test-library-update
    xerial-bot authored May 29, 2023
    Configuration menu
    Copy the full SHA
    c050e79 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

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

Commits on May 31, 2023

  1. Update scalafmt-core to 3.7.4 (#2991)

    Updates
    [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt)
    from 3.7.3 to 3.7.4.
    [GitHub Release
    Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.4) -
    [Version
    Diff](scalameta/scalafmt@v3.7.3...v3.7.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>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>
    
    labels: library-update
    xerial-bot authored May 31, 2023
    Configuration menu
    Copy the full SHA
    4d72762 View commit details
    Browse the repository at this point in the history
  2. Update auth to 2.20.75 (#2992)

    Updates software.amazon.awssdk:auth from 2.20.15 to 2.20.75.
    
    
    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 = "software.amazon.awssdk", artifactId = "auth" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "software.amazon.awssdk", artifactId = "auth" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored May 31, 2023
    Configuration menu
    Copy the full SHA
    7999847 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Update sbt, scripted-plugin to 1.9.0 (#2995)

    Updates 
    * [org.scala-sbt:sbt](https://github.com/sbt/sbt)
    * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
    
     from 1.8.3 to 1.9.0.
    [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.0) -
    [Version Diff](sbt/sbt@v1.8.3...v1.9.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.scala-sbt" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scala-sbt" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    3006fab View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Update sbt-scoverage to 2.0.8 (#2996)

    Updates
    [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage)
    from 2.0.7 to 2.0.8.
    [GitHub Release
    Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.8) -
    [Version
    Diff](scoverage/sbt-scoverage@v2.0.7...v2.0.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 (2.0.7).
    You might want to review and update them manually.
    ```
    build.sbt
    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.scoverage", artifactId = "sbt-scoverage" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
    }]
    ```
    </details>
    
    labels: sbt-plugin-update
    xerial-bot authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    afa8dba View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Update sbt-jmh to 0.4.5 (#2997)

    Updates pl.project13.scala:sbt-jmh from 0.4.4 to 0.4.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>Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "pl.project13.scala", artifactId = "sbt-jmh" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "pl.project13.scala", artifactId = "sbt-jmh" }
    }]
    ```
    </details>
    
    labels: sbt-plugin-update
    xerial-bot authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    f6fe203 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Update trino-main to 419 (#3000)

    Updates [io.trino:trino-main](https://github.com/trinodb/trino) from 418
    to 419.
    [GitHub Release
    Notes](https://github.com/trinodb/trino/releases/tag/419) - [Version
    Diff](trinodb/trino@418...419)
    
    
    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 (418).
    You might want to review and update them manually.
    ```
    airframe-benchmark/src/main/resources/twitter.json
    airframe-json/src/test/resources/twitter.json
    airframe-metrics/src/test/scala/wvlet/airframe/metrics/DataSizeTest.scala
    docs/release-notes.md
    website/static/img/undraw_code_review.svg
    website/static/img/undraw_online.svg
    website/static/img/undraw_open_source.svg
    website/static/img/undraw_operating_system.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 = "io.trino", artifactId = "trino-main" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.trino", artifactId = "trino-main" }
    }]
    ```
    </details>
    
    labels: test-library-update
    xerial-bot authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ef59b9b View commit details
    Browse the repository at this point in the history
  2. fix: Create new expressions only when needed during transformations (#…

    …2998)
    
    In practice, the arity of an expression is rarely zero. Because of this,
    `transformUpExpression`/`transformUpExpression` end up creating new
    objects all the time; even for _identity_ transformation. On its own,
    it's not really a problem. However, when used in conjunction with
    `LogicalPlan.transformOnce`, it stops the transform right away and
    prevent the full traversal of the tree.
    
    In addition, it generates a ton of objects that need to be garbage
    collected.
    For this reason, the logic should be changed to be closer to what
    `LogicalPlan` does, i.e. create a new instance if and only if the
    arguments have changed.
    NicolasRichard authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    e2eeff2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Release 23.5.7

    NicolasRichard committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    b7cb2f6 View commit details
    Browse the repository at this point in the history
Loading