@a9n-shoji/rvw 0.4.1 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,32 @@
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [0.4.3] - 2026-09-02
9
+
10
+ ### Fixed
11
+
12
+ - 初回revision snapshotの取得中やPull Request取得中に、commitが存在するPRでも一時的に
13
+ `PR commitがありません。`と表示される回帰
14
+ - 初回revision snapshotの取得失敗をcommitなしとして扱わず、APIの実エラーを表示するよう修正
15
+ - Pull Requestのcommit取得完了後、latest headの選択が初期化されるまでempty stateへ遷移する問題
16
+
17
+ ## [0.4.2] - 2026-09-02
18
+
19
+ ### Changed
20
+
21
+ - comment placementをpane/sidebar単位のbatchへ集約し、100 commentsでもrequest数とGit subprocess数を
22
+ destination数に応じた一定量へ削減
23
+ - Pull Request本文、comment、Walkthrough、Structureのcache更新をdomainごとに分離し、無関係な更新や
24
+ window focusでdocument、search、placement、Git commit列挙を再実行しないよう改善
25
+ - Structureのfile逆引きをrequestごとのindexへ集約し、同じsource/targetのGit処理を共有
26
+
27
+ ### Fixed
28
+
29
+ - Pull Request本文更新、comment mutation、poll、repository location変更が競合した場合に、古い本文、
30
+ comment、annotation、Git object availabilityがcacheへ残る問題
31
+ - Comments欄を閉じた際のPR全体comment draft消失、mutation直後の並び順の乱れ、500 comments超の
32
+ placement失敗、部分的なplacement失敗から再試行できない問題
33
+
8
34
  ## [0.4.1] - 2026-09-01
9
35
 
10
36
  ### Added