Skip to content

Release: 2026.3.2#17232

Merged
misskey-release-bot[bot] merged 27 commits intomasterfrom
develop
Mar 31, 2026
Merged

Release: 2026.3.2#17232
misskey-release-bot[bot] merged 27 commits intomasterfrom
develop

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 9, 2026

General

  • 依存関係の更新

Client

  • Enhance: アプリ内ウィンドウの初期サイズを画面サイズに応じて自動で調整するように
  • Fix: 絵文字パレットが空の状態でMisskeyについてのページが閲覧できない問題を修正
  • Fix: ウィンドウのタイトルをクリックしても最前面に出ないことがある問題を修正

Server

  • Fix: 自分の行ったフォロワー限定投稿または指名投稿に自分自身でリアクションなどを行った場合のイベントが流れない問題を修正
  • Fix: 署名付きGETリクエストにおいてAcceptヘッダを署名の対象から除外(Acceptヘッダを正規化するCDNやリバースプロキシを使用している際に挙動がおかしくなる問題を修正)
  • Fix: WebSocket接続におけるノートの非表示ロジックを修正
  • Fix: チャンネルミュートを有効にしている際に、一部のタイムラインやノート一覧が空になる問題を修正
  • Fix: 初期読込時に必要なフロントエンドのアセットがすべて読み込まれていない問題を修正

@github-actions github-actions bot added packages/frontend Client side specific issue/PR packages/backend Server side specific issue/PR packages/misskey-js packages/backend:test labels Mar 11, 2026
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Mar 11, 2026

このPRによるapi.jsonの差分

差分はこちら
--- base
+++ head
@@ -1,7 +1,7 @@
 {
   "openapi": "3.1.0",
   "info": {
-    "version": "2026.3.1",
+    "version": "2026.3.2-alpha.2",
     "title": "Misskey API"
   },
   "externalDocs": {

Get diff files from Workflow Page

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Mar 11, 2026

Backend memory usage comparison

Before GC

Metric base (MB) head (MB) Diff (MB) Diff (%)
VmRSS 317.18 MB 329.32 MB +12.13 MB +3.82%
VmHWM 317.18 MB 334.31 MB +17.12 MB +5.40%
VmSize 23111.15 MB 23122.24 MB +11.09 MB +0.04%
VmData 1382.45 MB 1393.27 MB +10.82 MB +0.78%

After GC

Metric base (MB) head (MB) Diff (MB) Diff (%)
VmRSS 317.19 MB 329.32 MB +12.13 MB +3.82%
VmHWM 317.19 MB 334.31 MB +17.12 MB +5.39%
VmSize 23111.15 MB 23122.24 MB +11.09 MB +0.04%
VmData 1382.45 MB 1393.27 MB +10.82 MB +0.78%

After Request

Metric base (MB) head (MB) Diff (MB) Diff (%)
VmRSS 317.63 MB 329.53 MB +11.90 MB +3.74%
VmHWM 317.63 MB 334.52 MB +16.89 MB +5.31%
VmSize 23111.23 MB 23122.24 MB +11.01 MB +0.04%
VmData 1382.53 MB 1393.27 MB +10.73 MB +0.77%

See workflow logs for details

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 11, 2026

Codecov Report

❌ Patch coverage is 40.32922% with 145 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.52%. Comparing base (5e62ad1) to head (c5fd360).
⚠️ Report is 30 commits behind head on master.

Files with missing lines Patch % Lines
...ages/backend/src/server/web/HtmlTemplateService.ts 20.18% 87 Missing ⚠️
...rc/server/api/stream/NoteStreamingHidingService.ts 24.24% 25 Missing ⚠️
...ckages/backend/src/server/api/stream/Connection.ts 61.53% 10 Missing ⚠️
packages/frontend/src/components/MkWindow.vue 41.66% 5 Missing and 2 partials ⚠️
...kend/src/server/api/endpoints/channels/timeline.ts 20.00% 4 Missing ⚠️
...backend/src/server/api/endpoints/notes/timeline.ts 0.00% 4 Missing ⚠️
...es/backend/src/server/api/endpoints/users/notes.ts 0.00% 4 Missing ⚠️
...tend/src/components/MkReactionsViewer.reaction.vue 0.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #17232      +/-   ##
==========================================
- Coverage   63.54%   63.52%   -0.03%     
==========================================
  Files        1161     1161              
  Lines      116239   116309      +70     
  Branches     8352     8352              
==========================================
+ Hits        73868    73886      +18     
- Misses      40167    40218      +51     
- Partials     2204     2205       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

syuilo and others added 9 commits March 11, 2026 15:59
* fix(backend): Acceptヘッダを署名の対象に含めないように

* Update Changelog
* fix(frontend): 絵文字パレットが空の状態でMisskeyについてのページが閲覧できない問題を修正

* Update Changelog

* extension

* add comment
* fix(backend): fix streaming note hiding logic

* Update Changelog

* refactor: avoid using generator function

---------

Co-authored-by: Acid Chicken <root@acid-chicken.com>
* New translations ja-jp.yml (Korean)

* New translations ja-jp.yml (Korean)

* New translations ja-jp.yml (Spanish)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (German)

* New translations ja-jp.yml (Italian)

* New translations ja-jp.yml (Portuguese)

* New translations ja-jp.yml (Turkish)

* New translations ja-jp.yml (Chinese Simplified)

* New translations ja-jp.yml (Chinese Traditional)

* New translations ja-jp.yml (English)

* New translations ja-jp.yml (Thai)

* New translations ja-jp.yml (Chinese Simplified)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (Italian)

* New translations ja-jp.yml (Vietnamese)

* New translations ja-jp.yml (Vietnamese)

* New translations ja-jp.yml (Korean)

* New translations ja-jp.yml (Spanish)

* New translations ja-jp.yml (Turkish)

* New translations ja-jp.yml (Turkish)

* New translations ja-jp.yml (Chinese Traditional)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (Czech)
* fix(backend): チャンネルミュート使用時にユーザーのノート一覧読み込みに失敗する問題を修正

* more fix

* Update Changelog
renovate bot and others added 5 commits March 20, 2026 20:24
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix: バックエンドのCSS読み込みの方法が悪いのを修正

* fix: 使用されないpreloadを削除

* Update Changelog

* add comments
* fix(frontend): ウィンドウのタイトルをクリックしても最前面に出ないのを修正

* Update Changelog
* enhance(frontend): ウィンドウの初期サイズを画面サイズから動的に決めるように

* Update Changelog

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
@syuilo syuilo marked this pull request as ready for review March 23, 2026 11:13
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Mar 23, 2026
@syuilo
Copy link
Copy Markdown
Member

syuilo commented Mar 24, 2026

/request-release-review

@github-actions
Copy link
Copy Markdown
Contributor Author

To dev team (@misskey-dev/dev):

リリースが提案されています 🚀

GOの場合はapprove、NO GOの場合はその旨コメントをお願いいたします。

判断にあたって考慮すべき観点は、

  • やり残したことはないか?
  • CHANGELOGは過不足ないか?
  • バージョンに問題はないか?(月跨いでいるのに更新忘れているなど)
  • 再考すべき仕様・実装はないか?
  • ベータ版を検証したサーバーから不具合の報告等は上がってないか?
  • (セキュリティの修正や重要なバグ修正などのため)リリースを急いだ方が良いか?そうではないか?
  • Actionsが落ちていないか?

などが挙げられます。

ご協力ありがとうございます ✨

Copy link
Copy Markdown
Member

@anatawa12 anatawa12 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

non blocker: 言語別でバンドルしてるから modulePreloads をpreloadさせないよってのを明確に書いたほうがいいかもしれない? preloadの収集が今回バックエンドのコードとして追加されたので。
(base-embedも同様)

@github-project-automation github-project-automation bot moved this from Todo to Approved in [実験中] 管理用 Mar 26, 2026
@syuilo
Copy link
Copy Markdown
Member

syuilo commented Mar 27, 2026

夜くらいにします

@syuilo
Copy link
Copy Markdown
Member

syuilo commented Mar 31, 2026

出る

@syuilo
Copy link
Copy Markdown
Member

syuilo commented Mar 31, 2026

21時くらいに

@syuilo
Copy link
Copy Markdown
Member

syuilo commented Mar 31, 2026

ぽちっとな

@misskey-release-bot misskey-release-bot bot merged commit 4104863 into master Mar 31, 2026
@github-project-automation github-project-automation bot moved this from Approved to Done in [実験中] 管理用 Mar 31, 2026
@syuilo
Copy link
Copy Markdown
Member

syuilo commented Mar 31, 2026

🙏🏻🙏🏻🙏🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

packages/backend:test packages/backend Server side specific issue/PR packages/frontend Client side specific issue/PR packages/misskey-js packages/sw size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Development

Successfully merging this pull request may close these issues.

4 participants