@neocompose/cli 0.36.8 → 0.36.10

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
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.36.10] - 2026-08-21
4
+
5
+ ### Fixed
6
+
7
+ - Apply large committed pushes again. A push big enough for the durable commit
8
+ path could commit server-side but fail its result download, leaving the
9
+ workspace reporting the same record and value seed pending forever. The
10
+ server now spreads pending-id assignments across result chunks instead of
11
+ returning them as one map, and `neo push` refuses a result download whose
12
+ record count disagrees with the committed total instead of applying a
13
+ partial result.
14
+ - Make `neo resolve --mine`/`--theirs` adopt the server side as the new base
15
+ for every conflict they settle. A stale base after resolution made the next
16
+ status plan deletions for rows the server document still contains — up to
17
+ the entire content of a just-pushed value seed.
18
+
19
+ ## [0.36.9] - 2026-08-20
20
+
21
+ ### Fixed
22
+
23
+ - Preserve shared aggregate constructor arguments as value references during
24
+ canonical pull emission, preventing web-created placements from duplicating
25
+ catalog rows or reporting false value-containment cycles.
26
+
3
27
  ## [0.36.8] - 2026-08-20
4
28
 
5
29
  ### Fixed