Merged
Conversation
…流れない問題を修正" This reverts commit 06f8dd3.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Contributor
Author
|
この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": { |
Contributor
Author
Backend memory usage comparisonBefore GC
After GC
After Request
|
Codecov Report❌ Patch coverage is 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. 🚀 New features to boost your workflow:
|
* 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
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>
Member
|
/request-release-review |
Contributor
Author
|
To dev team (@misskey-dev/dev): リリースが提案されています 🚀 GOの場合はapprove、NO GOの場合はその旨コメントをお願いいたします。 判断にあたって考慮すべき観点は、
などが挙げられます。 ご協力ありがとうございます ✨ |
anatawa12
approved these changes
Mar 26, 2026
Member
There was a problem hiding this comment.
non blocker: 言語別でバンドルしてるから modulePreloads をpreloadさせないよってのを明確に書いたほうがいいかもしれない? preloadの収集が今回バックエンドのコードとして追加されたので。
(base-embedも同様)
Member
|
夜くらいにします |
Member
|
出る |
Member
|
21時くらいに |
Member
|
ぽちっとな |
Member
|
🙏🏻🙏🏻🙏🏻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
General
Client
Server