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.3.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.3.2
Choose a head ref
  • 11 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 10, 2023

  1. Update airframe-http, ... to 23.3.0 (#2783)

    Updates 
    * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-http-finagle](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-http-grpc](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.2.5 to 23.3.0.
    [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v23.3.0) -
    [Version
    Diff](v23.2.5...v23.3.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/f12a86103f9f59b59628405e2b8648d9643706bc/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.2.5).
    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 Mar 10, 2023
    Configuration menu
    Copy the full SHA
    c46858a View commit details
    Browse the repository at this point in the history
  2. Update sbt-sonatype to 3.9.18 (#2784)

    Updates
    [org.xerial.sbt:sbt-sonatype](https://github.com/xerial/sbt-sonatype)
    from 3.9.17 to 3.9.18.
    [GitHub Release
    Notes](https://github.com/xerial/sbt-sonatype/releases/tag/v3.9.18) -
    [Release
    Notes](https://github.com/xerial/sbt-sonatype/blob/master/ReleaseNotes.md)
    - [Version
    Diff](xerial/sbt-sonatype@v3.9.17...v3.9.18)
    
    
    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/f12a86103f9f59b59628405e2b8648d9643706bc/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.sbt", artifactId = "sbt-sonatype" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" }
    }]
    ```
    </details>
    
    labels: sbt-plugin-update
    xerial-bot authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    ce7926e View commit details
    Browse the repository at this point in the history
  3. Update protobuf-java to 3.22.2 (#2785)

    Updates
    [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
    from 3.22.1 to 3.22.2.
    [GitHub Release
    Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.22.2)
    - [Version
    Diff](protocolbuffers/protobuf@v3.22.1...v3.22.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 Mar 10, 2023
    Configuration menu
    Copy the full SHA
    1cd2325 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

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

Commits on Mar 14, 2023

  1. Update netty-all to 4.1.90.Final (#2789)

    Updates io.netty:netty-all from 4.1.89.Final to 4.1.90.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 Mar 14, 2023
    Configuration menu
    Copy the full SHA
    829ff0e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Update logback-core to 1.3.6 (#2790)

    Updates [ch.qos.logback:logback-core](https://github.com/qos-ch/logback)
    from 1.3.5 to 1.3.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>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>
    
    labels: library-update
    xerial-bot authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    276d770 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94bae55 View commit details
    Browse the repository at this point in the history
  3. Release 23.3.1

    xerial committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    1f3c9ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d85b5b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Update postgresql to 42.6.0 (#2796)

    Updates [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc)
    from 42.5.4 to 42.6.0.
    [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
    
    
    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.postgresql", artifactId = "postgresql" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.postgresql", artifactId = "postgresql" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    0aea795 View commit details
    Browse the repository at this point in the history
  2. Release 23.3.2

    takezoe committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    675b4e2 View commit details
    Browse the repository at this point in the history
Loading