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.4.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: v24.4.3
Choose a head ref
  • 18 commits
  • 59 files changed
  • 3 contributors

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    cf4b76e View commit details
    Browse the repository at this point in the history
  2. Update airframe-http, airframe-rx-html, ... to 24.4.1 (#3497)

    ## About this PR
    📦 Updates 
    * [org.wvlet.airframe:airframe-http](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.4.0` to `24.4.1`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v24.4.1) -
    [Version
    Diff](v24.4.0...v24.4.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>🔍 Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (24.4.0).
    You might want to review and update them manually.
    ```
    airframe-http/.jvm/src/main/scala/wvlet/airframe/http/client/URLConnectionClientBackend.scala
    ```
    </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>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    b4069cb View commit details
    Browse the repository at this point in the history
  3. Update airframe-codec, airframe-control, ... to 24.4.1 (#3496)

    ## 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.3.0` to `24.4.1`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v24.4.1) -
    [Version
    Diff](v24.3.0...v24.4.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>
    
    ---------
    
    Co-authored-by: Taro L. Saito <[email protected]>
    xerial-bot and xerial authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    8b85a9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    578220f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. log (feature): Scala Native support (#3499)

    - **log (feature): Scala Native support**
    - **format**
    xerial authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e89226d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c05c5e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. surface (feature): Scala Native support (#3501)

    - Almost no change was required to support Scala Native 
    - internal: Remove dependency to munit
    xerial authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d960bdc View commit details
    Browse the repository at this point in the history
  2. di (feature): Scala Native support (#3502)

    - **di (feature): Scala Native support**
    - **reformat**
    xerial authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    710d921 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    977d89b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eca356 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    689ef45 View commit details
    Browse the repository at this point in the history
  6. rx (feature): Support Scala Native (#3506)

    - **Implement rx-native**
    - **Support Scala Native**
    - TODO: #3507
    xerial authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    77e7729 View commit details
    Browse the repository at this point in the history
  7. control, codec (feature): Support Scala Native (#3508)

    - **control (feature): Scala Native support**
    - **Fix codec test for Native**
    xerial authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0d1682f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1f9d00 View commit details
    Browse the repository at this point in the history
  9. Bump slackapi/slack-github-action from 1.25.0 to 1.26.0 (#3498)

    Bumps
    [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action)
    from 1.25.0 to 1.26.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/slackapi/slack-github-action/releases">slackapi/slack-github-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>Slack Send V1.26.0</h2>
    <h2>What's Changed</h2>
    <p>This release provides an escape hatch for sending the JSON content of
    a payload file exactly as is, without replacing any templated
    variables!</p>
    <p>Previously a payload file was parsed and templated variables were
    replaced with values from <code>github.context</code> and
    <code>github.env</code>. Any undefined variables were replaced with
    <code>???</code> in this process, which might have caused questions.</p>
    <p>That remains the default behavior, but now the JSON contents of a
    payload file can be sent exactly as written by setting the
    <code>payload-file-path-parsed</code> input to <code>false</code>:</p>
    <pre lang="yaml"><code>- name: Send custom JSON data to Slack workflow
      id: slack
      uses: slackapi/[email protected]
      with:
        payload-file-path: &quot;./payload-slack-content.json&quot;
        payload-file-path-parsed: false
      env:
        SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
    </code></pre>
    <p>With this change, the contents of the example
    <code>payload-slack-content.json</code> will be sent to a webhook URL
    exactly as is!</p>
    <h2>Recent commits</h2>
    <h3>Enhancements</h3>
    <ul>
    <li>allow to use json file as is without replacing/parsing anything by
    <a href="https://github.com/talgendler"><code>@​talgendler</code></a> in
    <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/299">slackapi/slack-github-action#299</a></li>
    </ul>
    <h3>Documentation</h3>
    <ul>
    <li>docs(readme): adjust whitespace in env assignment by <a
    href="https://github.com/paulo9mv"><code>@​paulo9mv</code></a> in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/296">slackapi/slack-github-action#296</a></li>
    </ul>
    <h3>Maintenance</h3>
    <ul>
    <li>ci(test): collect environment secrets from a prepared staging
    environment by <a
    href="https://github.com/zimeg"><code>@​zimeg</code></a> in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/294">slackapi/slack-github-action#294</a></li>
    <li>ci(test): share environment secrets with pull requests from forked
    prs by <a href="https://github.com/zimeg"><code>@​zimeg</code></a> in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/297">slackapi/slack-github-action#297</a></li>
    </ul>
    <h3>Dependencies</h3>
    <ul>
    <li>Bump eslint-plugin-jsdoc from 46.10.1 to 48.2.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/295">slackapi/slack-github-action#295</a></li>
    <li>Bump eslint from 8.56.0 to 8.57.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/289">slackapi/slack-github-action#289</a></li>
    <li>Bump mocha from 10.2.0 to 10.3.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/288">slackapi/slack-github-action#288</a></li>
    <li>Bump https-proxy-agent from 7.0.2 to 7.0.4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/290">slackapi/slack-github-action#290</a></li>
    <li>Bump <code>@​slack/web-api</code> from 6.12.0 to 7.0.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/287">slackapi/slack-github-action#287</a></li>
    <li>Bump mocha from 10.3.0 to 10.4.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/300">slackapi/slack-github-action#300</a></li>
    <li>Bump axios from 1.6.7 to 1.6.8 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/301">slackapi/slack-github-action#301</a></li>
    <li>Bump eslint-plugin-jsdoc from 48.2.1 to 48.2.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/302">slackapi/slack-github-action#302</a></li>
    </ul>
    <h2>New Contributors</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/70cd7be8e40a46e8b0eced40b0de447bdb42f68e"><code>70cd7be</code></a>
    Automatic compilation</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/53b162f7f5bedbf55515caebaee839322b18fb28"><code>53b162f</code></a>
    chore(release): tag release v1.26.0</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/47d8e4218e08240b2c0bfcf7ed1b182c905b2246"><code>47d8e42</code></a>
    feat: introduce an option to send payload file json without replacing
    variabl...</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/d4473740bfcff61a77fb1beca1f0f0dbd4ce967a"><code>d447374</code></a>
    Bump eslint-plugin-jsdoc from 48.2.1 to 48.2.2 (<a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/302">#302</a>)</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/b638b31d0502670243c3c2ee2001791e62875e4d"><code>b638b31</code></a>
    Bump axios from 1.6.7 to 1.6.8 (<a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/301">#301</a>)</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/c76311a14e972ca3a4cca1aff91e1218236a3d3c"><code>c76311a</code></a>
    Bump mocha from 10.3.0 to 10.4.0 (<a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/300">#300</a>)</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/d4358d2ffe2208c28e9366280dede1bb16470b44"><code>d4358d2</code></a>
    docs(readme): adjust whitespace in env assignment (<a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/296">#296</a>)</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/cb3763edf2d5e874e3b431699044f6b047e69908"><code>cb3763e</code></a>
    ci(test): share environment secrets with pull requests from forked prs
    (<a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/297">#297</a>)</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/86bebf87bfee73c20cf1b424e11c83d60187fce1"><code>86bebf8</code></a>
    Bump <code>@​slack/web-api</code> from 6.12.0 to 7.0.2 (<a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/287">#287</a>)</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/efa31bf63c767208beb3cd392d911d85cac8421d"><code>efa31bf</code></a>
    Bump https-proxy-agent from 7.0.2 to 7.0.4 (<a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/290">#290</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/slackapi/slack-github-action/compare/v1.25.0...v1.26.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=slackapi/slack-github-action&package-manager=github_actions&previous-version=1.25.0&new-version=1.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c439f6e View commit details
    Browse the repository at this point in the history
  10. Update airframe-codec, airframe-control, ... to 24.4.2 (#3510)

    ## 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](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 `24.4.1` to `24.4.2`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v24.4.2) -
    [Version
    Diff](v24.4.1...v24.4.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>🔍 Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (24.4.1).
    You might want to review and update them manually.
    ```
    build.sbt
    sbt-airframe/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>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    eb4d16d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f10251e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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