惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
Docker
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
Check Point Blog
腾讯CDC
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
IT之家
IT之家
月光博客
月光博客
U
Unit 42
K
Kaspersky official blog
T
Threatpost
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
GbyAI
GbyAI
P
Proofpoint News Feed
Last Week in AI
Last Week in AI
云风的 BLOG
云风的 BLOG
酷 壳 – CoolShell
酷 壳 – CoolShell
I
InfoQ
Engineering at Meta
Engineering at Meta
Recorded Future
Recorded Future
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
Security @ Cisco Blogs
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
Security Archives - TechRepublic
Security Archives - TechRepublic
Webroot Blog
Webroot Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Hacker News - Newest:
Hacker News - Newest: "LLM"
S
Schneier on Security
S
Secure Thoughts
The Register - Security
The Register - Security
B
Blog RSS Feed
The Last Watchdog
The Last Watchdog
P
Palo Alto Networks Blog
爱范儿
爱范儿
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
N
News and Events Feed by Topic
阮一峰的网络日志
阮一峰的网络日志
L
LINUX DO - 热门话题
C
Cisco Blogs
Spread Privacy
Spread Privacy
F
Full Disclosure
博客园 - 聂微东
T
The Blog of Author Tim Ferriss

SpawnBox Releases

SpawnBox 1.0.0 — SpawnBox 1.0 - out of preview, with accounts and Pro now open SpawnBox 0.2.0-beta.12 — Bigger plugin library, smarter imports, fresher diagnostics SpawnBox 0.2.0-beta.11 — Sign-in stays put during background refreshes SpawnBox 0.2.0-beta.10 — First-run setup no longer gets falsely stuck at the restart step SpawnBox 0.2.0-beta.9 — Setup recovers from the stuck restart step, and sign-in tells the truth SpawnBox 0.2.0-beta.7 — First-run feels more like the app is on your side SpawnBox 0.2.0-beta.2 — Smoother first-run installs and a safer uninstall path SpawnBox 0.2.0-beta.0 — Our biggest update since preview began SpawnBox 0.1.1-beta.27 — Fix-it actually fixes, install stops looping, dropdown gets smarter SpawnBox 0.1.1-beta.26 — Restore actually restores, map stops crashing, imports stop lying
SpawnBox 0.1.1-beta.29 — Server type switches that just work
SpawnBox · 2026-04-22 · via SpawnBox Releases

0.1.1-beta.29 patch

Type switching between Paper, Spigot, Purpur, and Vanilla no longer fails, migrations preserve your history, and kept-port imports land correctly.

Highlights

  • · Server type switches no longer fail mid-flight: switching a server's type (for example Purpur to Spigot, or Paper to Vanilla) used to show misleading dialog labels and fail to complete. The root cause was that two different parts of SpawnBox were separately managing the small telemetry helper that rides alongside your server (the SpawnBox Telemetry Datapack or Plugin, depending on server type - this is what powers Activity, Connected Players detail, base tracking, and combat insights). Their code paths could collide during same-family switches (Paper -> Purpur, for example) and flag filesystem work that didn't actually need to happen. Telemetry asset management is now consolidated into a single reconciliation pass that runs right before each server launch - one owner, no collisions. As a bonus side effect, the system self-heals if anything drifts out of alignment between launches.
  • · Upgrades preserve your telemetry history: upgrading a server's type (for example Vanilla to Paper, to unlock plugin support) used to fail with a database is locked error if the server had already accumulated activity history. That migration path is now unblocked, and your telemetry history carries forward across the switch.
  • · Kept-port imports land in the right configuration: importing a pre-existing server while keeping its original Minecraft port now correctly arranges the surrounding ports SpawnBox uses behind the scenes (for features like console access from the app and the Telemetry Plugin's data channel). Kept-port imports no longer collide with those slots or land on the wrong configuration.