Releases: NodeDB-Lab/nodedb
Releases · NodeDB-Lab/nodedb
NodeDB 0.0.5
What's Changed
- SWIM membership: failure detector, gossip dissemination, UDP transport by @farhan-syah in #34
- fix(sql): evaluate now() / current_timestamp at plan time (#33) by @farhan-syah in #35
- feat(cluster): distributed cluster infrastructure by @farhan-syah in #45
- fix: resolve issues #36–#44 — security, robustness, and correctness by @farhan-syah in #49
- fix: issues #46 + #47 — parser, planner, and executor correctness bugs by @farhan-syah in #54
- fix(#48): version-aware binary tuple decoding for ALTER COLUMN by @farhan-syah in #64
- fix(vector): resolve 7 correctness, memory-safety, and quantization bugs (#50) by @farhan-syah in #65
Full Changelog: v0.0.4...v0.0.5
NodeDB 0.0.4
Full Changelog: v0.0.3...v0.0.4
NodeDB 0.0.3
What's Changed
- fix(pgwire): wire quantization params through CREATE/ALTER VECTOR INDEX DDL by @farhan-syah in #27
- ci(release): add Discord notification job for new releases by @farhan-syah in #28
- Cluster: plan-based gateway, phased startup/shutdown, SWIM membership by @farhan-syah in #31
- fix(pgwire): scope catalog resolution and trust auth to the connecting tenant by @farhan-syah in #32
Full Changelog: v0.0.2...v0.0.3
NodeDB 0.0.2
What's Changed
- fix: evaluate expressions in WHERE, UPDATE, and UPSERT; wire ALTER COLLECTION column ops by @farhan-syah in #26
Full Changelog: v0.0.1...v0.0.2
NodeDB 0.0.1
What's Changed
- fix: eliminate idle CPU burn + missing system-table warnings + Docker volume UX (closes #20) by @farhan-syah in #21
Full Changelog: v0.0.0...v0.0.1
NodeDB 0.0.0
What's Changed
- fix(timeseries): align ILP shard routing with scan path and emit all columns by @emanzx in #2
- feat(timeseries): propagate ILP-inferred schema to catalog for SQL column resolution by @emanzx in #3
- Fix timeseries WHERE filter routing via exhaustive collection_type dispatch by @farhan-syah in #5
- fix(timeseries): unified query path across memtable and disk partitions by @farhan-syah in #10
- fix: WAL catch-up regression + response frame size limit by @farhan-syah in #13
- fix: resolve null aggregates and broken time_bucket after SQL migration by @farhan-syah in #16
- fix: time_bucket() silently dropped from projections by @farhan-syah in #18
New Contributors
- @emanzx made their first contribution in #2
- @farhan-syah made their first contribution in #5
Full Changelog: https://github.com/NodeDB-Lab/nodedb/commits/v0.0.0