Skip to content

chore(deps): bump muxcore v0.21.6 -> v0.21.19#210

Merged
thebtf merged 1 commit into
mainfrom
chore/bump-muxcore-0.21.19
Apr 26, 2026
Merged

chore(deps): bump muxcore v0.21.6 -> v0.21.19#210
thebtf merged 1 commit into
mainfrom
chore/bump-muxcore-0.21.19

Conversation

@thebtf
Copy link
Copy Markdown
Owner

@thebtf thebtf commented Apr 26, 2026

Bumps github.com/thebtf/mcp-mux/muxcore from v0.21.6 to v0.21.19.

Changes (v0.21.7–v0.21.19)

All 13 releases are graceful restart fixes for Windows AF_UNIX (issue #99):

  • v0.21.7: propagate DaemonFlag to successor process
  • v0.21.8: defer control socket binding in handoff mode
  • v0.21.9: defer shutdown until after control response write
  • v0.21.10: flush conn before afterFn to prevent data loss
  • v0.21.11: guarantee response delivery before process exit (WaitGroup)
  • v0.21.12: half-close write side before peer-drain
  • v0.21.13: replace peer-drain with Close + delay (Windows AF_UNIX workaround)
  • v0.21.14: diagnostic build (phase markers)
  • v0.21.15: fix d.mu deadlock during graceful restart
  • v0.21.16: unconditional stale socket remove in runDaemon
  • v0.21.17: remove stale owner sockets during handoff restore
  • v0.21.18: use SendWithTimeout for graceful-restart in upgrade
  • v0.21.19: consolidation release, remove 50ms Sleep workaround

Verification

  • go build ./... — clean
  • go vet ./... — clean
  • go test ./... — all pass

Summary by CodeRabbit

Примечания к выпуску

  • Chores
    • Обновлена зависимость mcp-mux/muxcore до более новой версии.
    • Удалены неиспользуемые зависимости из проекта.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 72003393-5513-4bfa-afd7-bef88a0c2729

📥 Commits

Reviewing files that changed from the base of the PR and between c078422 and 32c8f83.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Прохождение

Обновление прямой зависимости github.com/thebtf/mcp-mux/muxcore с версии v0.21.6 на v0.21.19. Удаление прямой зависимости github.com/tiktoken-go/tokenizer v0.7.0 и косвенной зависимости github.com/dlclark/regexp2 v1.11.5, которые больше не требуются.

Изменения

Когорта / Файл(ы) Резюме
Обновление зависимостей
go.mod
Обновлена версия mcp-mux/muxcore до v0.21.19, удалены зависимости tokenizer и regexp2.

Оценка трудозатрат на проверку кода

🎯 1 (Trivial) | ⏱️ ~3 минуты

Возможно связанные PR

  • chore(deps): bump muxcore to v0.19.0 #164: Оба PR изменяют одну и ту же зависимость github.com/thebtf/mcp-mux/muxcore в go.mod, текущий PR представляет более позднее обновление версии.
  • chore: bump muxcore to v0.21.6 #198: Оба PR модифицируют зависимость muxcore в go.mod, текущий PR обновляет её до v0.21.19 с более ранней версии.

Предложенные метки

ai-review:active

Стихотворение

🐰 Зависимостей танец, версии летят,
Обновим мукс до двадцать-девятнадцать спешат,
Токенизер и регекс уходят в небосвод,
Чистота в коде живёт, новый путь нас ждёт! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: bumping the muxcore dependency from v0.21.6 to v0.21.19, which is the primary modification in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-muxcore-0.21.19

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 golangci-lint (2.11.4)

Error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions
The command is terminated due to an error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the github.com/thebtf/mcp-mux/muxcore dependency to version v0.21.19 and removes the github.com/tiktoken-go/tokenizer and github.com/dlclark/regexp2 dependencies. I have no feedback to provide.

@thebtf thebtf merged commit e683280 into main Apr 26, 2026
8 checks passed
@thebtf thebtf deleted the chore/bump-muxcore-0.21.19 branch April 26, 2026 22:54
thebtf added a commit that referenced this pull request May 7, 2026
5 fixes since v6.0.0:
- clipboard copy fix in dialog + CLI --help/--version flags (#209)
- gitleaks-friendly placeholder in setup.md example (e229fbf)
- bump muxcore v0.21.6 -> v0.21.19 (#210)
- inset sidebar with rounded content panel (#211)
- brand assets + sync infrastructure (#212)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant