Skip to content

Releases: NodeDB-Lab/nodedb

NodeDB 0.2.1

12 May 03:00

Choose a tag to compare

NodeDB 0.2.0

11 May 10:15

Choose a tag to compare

What's Changed

  • Introduce database primitive with security, audit, and replication by @farhan-syah in #102

Full Changelog: v0.1.1...v0.2.0

NodeDB 0.1.1

07 May 22:31

Choose a tag to compare

What's Changed

  • fix(docker): add libz.so.1 to runtime image by @emanzx in #100

Full Changelog: v0.1.0...v0.1.1

NodeDB 0.1.0

07 May 09:46

Choose a tag to compare

Full Changelog: v0.0.6...v0.1.0

NodeDB 0.0.6

23 Apr 23:11

Choose a tag to compare

Full Changelog: v0.0.5...v0.0.6

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