📰 Yukisbox News & Product Updates

Changelogs, Releases, Roadmap & Announcements

Track everything new happening with Yukisbox — from major SDK releases and Model Context Protocol (MCP) toolchains to high-speed Telegram streaming performance upgrades.

Filter:
Announcement Official Domain Zero Broken Links

Official Launch of Yukisbox.com & Seamless Dual-Domain Architecture

Sep 25, 2026

Yukisbox has officially expanded to our dedicated brand domain: yukisbox.com!

  • Clean & Trusted .COM Branding: A dedicated, professional domain for all your cloud file uploads, Telegram streaming links, and Terabox conversions.
  • 100% Backward Compatibility: All previous links created under https://yukiapi.site/file/... and https://box.yukiapi.site will stay permanently active. No broken links!
  • Universal API Support: All developer API endpoints (/upload, /raw/{uid}, etc.) now respond seamlessly on both yukisbox.com and yukiapi.site.
  • Next-Gen Cloudflare Edge Protection: Faster global DNS resolution, enhanced CDN caching, and high-capacity DDoS shielding.
Release v1.1.0 Voice Notes Security

Telegram Voice Notes Importer, Compact Live CLI Animation & Enhanced Security

Aug 25, 2026

A power-packed update expanding our media engine and CLI experience:

  • Telegram Voice Notes (.ogg) & Video Notes: You can now convert public Telegram voice messages, round video notes, and stickers directly into permanent streaming links with instant seekable playback.
  • Compact Live CLI Progress Bar: Updated yukisbox CLI on PyPI with a sleek single-line 10-block progress bar ([██████░░░░]), live transfer speed, dynamic percentage, ETA timer, and zero terminal scrolling spam.
  • New download CLI Command: Easily download files directly from the command line by UID or URL with yukisbox download <uid_or_url>.
  • Memory-Efficient Streaming: 2GB uploads/downloads now stream in 64KB chunks with zero RAM spikes and instant auto-cleanup upon completion.
  • Security & Malware Shield: Blocked shell script uploads (.sh, .bash, .zsh, .pif) and removed unsafe-eval from Content-Security-Policy (CSP) headers.
Release v1.0.0 MCP Protocol

Official PyPI Package Launch & Autonomous MCP Server

Aug 23, 2026

Developers and AI agents can now interact with Yukisbox natively without writing boilerplate HTTP clients:

  • Official PyPI Package: Run pip install yukisbox on any OS (Linux, macOS, Windows). Built purely with the Python standard library (zero third-party dependencies).
  • Model Context Protocol (MCP) Server: Published native Streamable HTTP and SSE transport at /mcp and /mcp/sse, enabling Claude Desktop, Cursor, and autonomous toolchains to upload and convert files out-of-the-box.
  • One-Line Bash Installer: Added curl -sSL https://yukiapi.site/install.sh | bash for automated server setup.
  • Interactive Install Portal: Launched /install with copy-paste snippets for pip, curl, docker, and standalone python.
Feature

Public Telegram Media Converter & Instant Video Range Seeking

Aug 20, 2026

Major upgrades to our Telegram importer engine:

  • Direct Post Conversion: Convert any public Telegram post (e.g. https://t.me/channel/123) into high-speed permanent download links up to 2GB via POST /v1/upload-telegram.
  • HTTP Range Seeking: Full byte-range request support (206 Partial Content), allowing users to seek forward/backward in 1080p and 4K videos instantly without waiting for the full file to buffer.
  • Media Security Guard: Automated blocking of executable attachments (.exe, .scr, .jar) to keep viewers safe.
Pastebin

Instant Code Pastebin with CORS-Enabled Raw Endpoints

Aug 15, 2026

Yukisbox is now more than just a file host — it's a full-featured developer pastebin:

  • Text & Code Hosting: Pipe terminal outputs or scripts directly with curl -F "text=..." /upload-text.
  • Raw Endpoints: View plain text via https://yukiapi.site/raw/{uid} with full CORS support for fetching configurations into serverless apps and Docker containers.
  • Syntax Highlighting: Code viewer with language auto-detection for Python, JavaScript, Shell, JSON, YAML, and Markdown.
Security

Zero-Logs Privacy Policy & Self-Destruct Timers

Aug 10, 2026

Strengthened our privacy and data protection infrastructure:

  • Zero IP Logs: Yukisbox does not store, index, or sell client IP addresses.
  • Burn-After-Reading: Set max_downloads=1 to automatically delete confidential files immediately after the first download.
  • AES Password Encryption: Optional password protection for sensitive documents and files.