[PR #590] [MERGED] feat: |Actions| Tag build add worker-with-wasm-mail-parser.zip #647

Closed
opened 2026-02-26 21:32:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/590
Author: @dreamhunter2333
Created: 2/22/2025
Status: Merged
Merged: 2/22/2025
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • d9d53ab feat: |Actions| Tag build add worker-with-wasm-mail-parser.zip

📊 Changes

4 files changed (+41 additions, -8 deletions)

View changed files

📝 .github/workflows/tag_build.yml (+15 -1)
📝 CHANGELOG.md (+1 -0)
📝 vitepress-docs/docs/zh/guide/feature/mail_parser_wasm_worker.md (+20 -2)
📝 worker/src/common.ts (+5 -5)

📄 Description

User description

#589


PR Type

enhancement, documentation


Description

  • Added support for mail-parser-wasm-worker in build process.

  • Updated GitHub Actions workflow to include worker-with-wasm-mail-parser.zip.

  • Enhanced documentation for UI and CLI deployment of mail-parser-wasm-worker.

  • Improved error logging in sendWebhook function.


Changes walkthrough 📝

Relevant files
Enhancement
common.ts
Enhance sendWebhook function with better logging                 

worker/src/common.ts

  • Improved formatting of sendWebhook function.
  • Added detailed error logging for webhook failures.
  • +5/-5     
    Configuration changes
    tag_build.yml
    Update GitHub Actions to include mail-parser-wasm-worker 

    .github/workflows/tag_build.yml

  • Added steps to build and include mail-parser-wasm-worker.
  • Updated release upload to include worker-with-wasm-mail-parser.zip.
  • +15/-1   
    Documentation
    CHANGELOG.md
    Update changelog for wasm mail parser support                       

    CHANGELOG.md

  • Documented the addition of worker-with-wasm-mail-parser.zip in build.
  • +1/-0     
    mail_parser_wasm_worker.md
    Document UI and CLI deployment for mail-parser-wasm-worker

    vitepress-docs/docs/zh/guide/feature/mail_parser_wasm_worker.md

  • Added UI deployment instructions for mail-parser-wasm-worker.
  • Enhanced CLI deployment instructions.
  • +20/-2   

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.

  • 🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

    ## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/590 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 2/22/2025 **Status:** ✅ Merged **Merged:** 2/22/2025 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`d9d53ab`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/d9d53abf88df339bf35fd742906d9ad0463532eb) feat: |Actions| Tag build add worker-with-wasm-mail-parser.zip ### 📊 Changes **4 files changed** (+41 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/tag_build.yml` (+15 -1) 📝 `CHANGELOG.md` (+1 -0) 📝 `vitepress-docs/docs/zh/guide/feature/mail_parser_wasm_worker.md` (+20 -2) 📝 `worker/src/common.ts` (+5 -5) </details> ### 📄 Description ### **User description** #589 ___ ### **PR Type** enhancement, documentation ___ ### **Description** - Added support for `mail-parser-wasm-worker` in build process. - Updated GitHub Actions workflow to include `worker-with-wasm-mail-parser.zip`. - Enhanced documentation for UI and CLI deployment of `mail-parser-wasm-worker`. - Improved error logging in `sendWebhook` function. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table> <tr> <td> <details> <summary><strong>common.ts</strong><dd><code>Enhance sendWebhook function with better logging</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> worker/src/common.ts <li>Improved formatting of <code>sendWebhook</code> function.<br> <li> Added detailed error logging for webhook failures. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/590/files#diff-fcc08fd5aa3c190d0d45c7e3dd208e5ee831d360b272fdd5869607cf472c5eb1">+5/-5</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr><tr><td><strong>Configuration changes</strong></td><td><table> <tr> <td> <details> <summary><strong>tag_build.yml</strong><dd><code>Update GitHub Actions to include mail-parser-wasm-worker</code>&nbsp; </dd></summary> <hr> .github/workflows/tag_build.yml <li>Added steps to build and include <code>mail-parser-wasm-worker</code>.<br> <li> Updated release upload to include <code>worker-with-wasm-mail-parser.zip</code>. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/590/files#diff-726057a3fc70267c5c5ec9e1637624e569c9dc90871069a85483534d8277ba40">+15/-1</a>&nbsp; &nbsp; </td> </tr> </table></td></tr><tr><td><strong>Documentation</strong></td><td><table> <tr> <td> <details> <summary><strong>CHANGELOG.md</strong><dd><code>Update changelog for wasm mail parser support</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> CHANGELOG.md <li>Documented the addition of <code>worker-with-wasm-mail-parser.zip</code> in build. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/590/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed">+1/-0</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>mail_parser_wasm_worker.md</strong><dd><code>Document UI and CLI deployment for mail-parser-wasm-worker</code></dd></summary> <hr> vitepress-docs/docs/zh/guide/feature/mail_parser_wasm_worker.md <li>Added UI deployment instructions for <code>mail-parser-wasm-worker</code>.<br> <li> Enhanced CLI deployment instructions. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/590/files#diff-a1269ebb4bac2fdd62597d65640a249aaff77942fa873baab4dd95b8ac46159b">+20/-2</a>&nbsp; &nbsp; </td> </tr> </table></td></tr></tr></tbody></table> ___ > <details> <summary> Need help?</summary><li>Type <code>/help how to ...</code> in the comments thread for any questions about PR-Agent usage.</li><li>Check out the <a href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a> for more information.</li></details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
    kerem 2026-02-26 21:32:12 +03:00
    Sign in to join this conversation.
    No milestone
    No project
    No assignees
    1 participant
    Notifications
    Due date
    The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

    No due date set.

    Dependencies

    No dependencies set.

    Reference
    starred/cloudflare_temp_email#647
    No description provided.