Skip to content

Releases: NodeDB-Lab/nodedb

NodeDB 0.0.5

18 Apr 19:32

Choose a tag to compare

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

16 Apr 00:31

Choose a tag to compare

Full Changelog: v0.0.3...v0.0.4

NodeDB 0.0.3

15 Apr 19:42

Choose a tag to compare

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

14 Apr 23:00

Choose a tag to compare

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

14 Apr 14:48
1ce86d0

Choose a tag to compare

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

12 Apr 03:26

Choose a tag to compare

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

Full Changelog: https://github.com/NodeDB-Lab/nodedb/commits/v0.0.0