You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(cluster): increase harness timeouts to reduce flaky failures
Cluster bootstrap, join, and convergence waits were capped at 10s,
which is too tight under load (CI, slow VMs). Raise all cluster
harness deadlines to 30s and add a matching nextest slow-timeout
override so the test runner does not terminate the cluster-tests
package before those waits can complete.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,11 +210,11 @@ cargo nextest run --all-features
210
210
211
211
## Release Status
212
212
213
-
NodeDB Origin is in **public beta** as of **v0.1.0 (2026-05-01)**. All eight engines are feature-complete and covered by tests. The wire protocols (pgwire, HTTP, native MessagePack, RESP, ILP, WebSocket) are stable — clients written against 0.1.0 will keep working through 1.0.
213
+
NodeDB Origin is in **public beta** as of **v0.1.0 (2026-05-07)**. All eight engines are feature-complete and covered by tests. The wire protocols (pgwire, HTTP, native MessagePack, RESP, ILP, WebSocket) are stable — clients written against 0.1.0 will keep working through 1.0.
214
214
215
215
**v0.1.0 — Beta (today).** Build new products on it. The public surface (SQL dialect, wire protocols, configuration) is stable; expect internal changes (storage layout, on-disk format, replication internals) between minor releases. Patch and minor bumps will land as needed — if something requires a 0.2, we ship a 0.2. The two months between beta and 1.0 are deliberately for real workloads to surface edge cases we can't manufacture in-house.
216
216
217
-
**v1.0.0 — Production-ready (target: 2026-07-01).** What 1.0 guarantees:
217
+
**v1.0.0 — Production-ready (target: 2026-07-07).** What 1.0 guarantees:
218
218
219
219
-**API & SQL stability** — semver from 1.0 onward. No breaking SQL or client-API changes within a major.
0 commit comments