Commit df7394c
authored
fix(native): lower version gate for native orchestrator (#867)
* fix(native): lower version gate to allow native orchestrator for ≥3.9.0
PR #865 fixed the Rust incremental purge (join-based SQL, correct
deletion order, scoped removal detection). The version gate in
shouldSkipNativeOrchestrator was set to <= 3.9.0 as a safety measure.
Now that the purge is correct, lower the gate to < 3.9.0 so that
addon v3.9.0+ uses the native orchestrator path.
Closes #866
* fix: raise version gate to 3.10.0 to match next addon release (#867)
The published v3.9.0 native addon binaries were built before PR #865
merged the Rust incremental purge fixes. Gate on < 3.10.0 so the
native orchestrator stays disabled until addon binaries that include
the fixes are published.1 parent 0c97928 commit df7394c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments