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

Commits on Feb 1, 2025

  1. Update airframe-http, airframe-http-netty, ... to 2025.1.1 (#3808)

    ## 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 `2025.1.0` to `2025.1.1`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v2025.1.1) -
    [Version
    Diff](v2025.1.0...v2025.1.1)
    
    ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 1, 2025
    Configuration menu
    Copy the full SHA
    203311c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Update sbt-mdoc to 2.6.3 (#3809)

    ## About this PR
    📦 Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc)
    from `2.6.2` to `2.6.3`
    
    📜 [GitHub Release
    Notes](https://github.com/scalameta/mdoc/releases/tag/v2.6.3) - [Version
    Diff](scalameta/mdoc@v2.6.2...v2.6.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/8929fadb6f535472bd63397b1cb55a835fa1b5cb/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.6.2).
    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.scalameta", artifactId = "sbt-mdoc" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scalameta", artifactId = "sbt-mdoc" }
    }]
    ```
    </details>
    
    <sup>
    labels: sbt-plugin-update
    </sup>
    
    <!-- scala-steward = {
      "Update" : {
        "ForArtifactId" : {
          "crossDependency" : [
            {
              "groupId" : "org.scalameta",
              "artifactId" : {
                "name" : "sbt-mdoc",
                "maybeCrossName" : null
              },
              "version" : "2.6.2",
              "sbtVersion" : "1.0",
              "scalaVersion" : "2.12",
              "configurations" : null
            }
          ],
          "newerVersions" : [
            "2.6.3"
          ],
          "newerGroupId" : null,
          "newerArtifactId" : null
        }
      },
      "Labels" : [
        "sbt-plugin-update"
      ]
    } -->
    
    Co-authored-by: scala-steward <leo+bot@xerial.org>
    scala-steward-wvlet[bot] and xerial-bot authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    b8358ce View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Update trino-main to 470 (#3811)

    ## About this PR
    📦 Updates [io.trino:trino-main](https://github.com/trinodb/trino) from
    `469` to `470`
    
    📜 [GitHub Release
    Notes](https://github.com/trinodb/trino/releases/tag/470) - [Version
    Diff](trinodb/trino@469...470)
    
    ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 (469).
    You might want to review and update them manually.
    ```
    airframe-benchmark/src/main/resources/twitter.json
    airframe-json/src/test/resources/twitter.json
    airframe-sql/src/test/resources/wvlet/airframe/sql/tpc-ds/q8.sql
    docs/release-notes.md
    website/static/img/features/Fluentd_square.svg
    website/static/img/features/undraw_process_e90d.svg
    website/static/img/features/undraw_time_management_30iu.svg
    website/static/img/undraw_code_review.svg
    website/static/img/undraw_open_source.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 = "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>
    
    <sup>
    labels: test-library-update
    </sup>
    xerial-bot authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    764579b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    307dba0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa63fb5 View commit details
    Browse the repository at this point in the history
  4. rx (feature): Add Rx.queue[A] for accumulating asynchronous events (#…

    …3814)
    
    - **http (feature): Support SSE text/event-stream in Scala.js**
    - **Fix**
    - **RxSource interface change to allow returning future**
    - **Add RxQueue**
    xerial authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    3574410 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12e475f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Configuration menu
    Copy the full SHA
    130d04e View commit details
    Browse the repository at this point in the history
  2. Update sqlite-jdbc to 3.49.0.0 (#3817)

    ## About this PR
    📦 Updates
    [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from
    `3.48.0.0` to `3.49.0.0`
    
    📜 [GitHub Release
    Notes](https://github.com/xerial/sqlite-jdbc/releases/tag/3.49.0.0) -
    [Version
    Diff](xerial/sqlite-jdbc@3.48.0.0...3.49.0.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/7ec418cd5441d449f037bca6d34326534c07a5dd/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", artifactId = "sqlite-jdbc" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.xerial", artifactId = "sqlite-jdbc" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    69f64f9 View commit details
    Browse the repository at this point in the history
  3. http (feature): Support SSE endpoint with Rx[ServerSentEvent] return …

    …type (#3818)
    
    - **support returning Rx[SeverSentEvent]**
    - **fix tests**
    - **Remove comments**
    xerial authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    45897a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cbece8 View commit details
    Browse the repository at this point in the history
  5. Update airframe-http, airframe-http-netty, ... to 2025.1.2 (#3820)

    ## 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 `2025.1.1` to `2025.1.2`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v2025.1.2) -
    [Version
    Diff](v2025.1.1...v2025.1.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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 7, 2025
    Configuration menu
    Copy the full SHA
    664f46b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. Configuration menu
    Copy the full SHA
    8575738 View commit details
    Browse the repository at this point in the history
  2. Update airframe-http, airframe-http-netty, ... to 2025.1.3 (#3825)

    ## 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 `2025.1.2` to `2025.1.3`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v2025.1.3) -
    [Version
    Diff](v2025.1.2...v2025.1.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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 8, 2025
    Configuration menu
    Copy the full SHA
    9477c34 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Configuration menu
    Copy the full SHA
    0ee8b7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbc9ba2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Update airframe-http, airframe-http-netty, ... to 2025.1.5 (#3831)

    ## 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 `2025.1.3` to `2025.1.5`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v2025.1.5) -
    [Version
    Diff](v2025.1.3...v2025.1.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/8929fadb6f535472bd63397b1cb55a835fa1b5cb/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>
    
    <!-- scala-steward = {
      "Update" : {
        "ForGroupId" : {
          "forArtifactIds" : [
            {
              "ForArtifactId" : {
                "crossDependency" : [
                  {
                    "groupId" : "org.wvlet.airframe",
                    "artifactId" : {
                      "name" : "airframe-http",
                      "maybeCrossName" : "airframe-http_3"
                    },
                    "version" : "2025.1.3",
                    "sbtVersion" : null,
                    "scalaVersion" : null,
                    "configurations" : null
                  },
                  {
                    "groupId" : "org.wvlet.airframe",
                    "artifactId" : {
                      "name" : "airframe-http",
                      "maybeCrossName" : "airframe-http_sjs1_3"
                    },
                    "version" : "2025.1.3",
                    "sbtVersion" : null,
                    "scalaVersion" : null,
                    "configurations" : null
                  }
                ],
                "newerVersions" : [
                  "2025.1.5"
                ],
                "newerGroupId" : null,
                "newerArtifactId" : null
              }
            },
            {
              "ForArtifactId" : {
                "crossDependency" : [
                  {
                    "groupId" : "org.wvlet.airframe",
                    "artifactId" : {
                      "name" : "airframe-http-netty",
                      "maybeCrossName" : "airframe-http-netty_3"
                    },
                    "version" : "2025.1.3",
                    "sbtVersion" : null,
                    "scalaVersion" : null,
                    "configurations" : null
                  }
                ],
                "newerVersions" : [
                  "2025.1.5"
                ],
                "newerGroupId" : null,
                "newerArtifactId" : null
              }
            },
            {
              "ForArtifactId" : {
                "crossDependency" : [
                  {
                    "groupId" : "org.wvlet.airframe",
                    "artifactId" : {
                      "name" : "airframe-launcher",
                      "maybeCrossName" : "airframe-launcher_3"
                    },
                    "version" : "2025.1.3",
                    "sbtVersion" : null,
                    "scalaVersion" : null,
                    "configurations" : null
                  }
                ],
                "newerVersions" : [
                  "2025.1.5"
                ],
                "newerGroupId" : null,
                "newerArtifactId" : null
              }
            },
            {
              "ForArtifactId" : {
                "crossDependency" : [
                  {
                    "groupId" : "org.wvlet.airframe",
                    "artifactId" : {
                      "name" : "airframe-rx-html",
                      "maybeCrossName" : "airframe-rx-html_sjs1_2.13"
                    },
                    "version" : "2025.1.3",
                    "sbtVersion" : null,
                    "scalaVersion" : null,
                    "configurations" : null
                  },
                  {
                    "groupId" : "org.wvlet.airframe",
                    "artifactId" : {
                      "name" : "airframe-rx-html",
                      "maybeCrossName" : "airframe-rx-html_sjs1_3"
                    },
                    "version" : "2025.1.3",
                    "sbtVersion" : null,
                    "scalaVersion" : null,
                    "configurations" : null
                  }
                ],
                "newerVersions" : [
                  "2025.1.5"
                ],
                "newerGroupId" : null,
                "newerArtifactId" : null
              }
            },
            {
              "ForArtifactId" : {
                "crossDependency" : [
                  {
                    "groupId" : "org.wvlet.airframe",
                    "artifactId" : {
                      "name" : "sbt-airframe",
                      "maybeCrossName" : null
                    },
                    "version" : "2025.1.3",
                    "sbtVersion" : "1.0",
                    "scalaVersion" : "2.12",
                    "configurations" : null
                  }
                ],
                "newerVersions" : [
                  "2025.1.5"
                ],
                "newerGroupId" : null,
                "newerArtifactId" : null
              }
            }
          ]
        }
      },
      "Labels" : [
        "library-update"
      ]
    } -->
    xerial-bot authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    c16255f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb13df8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5a6cb3 View commit details
    Browse the repository at this point in the history
Loading