Skip to content

Releases: PeerDB-io/peerdb

v0.4.1

15 Jun 23:14
01ed1b6
Compare
Choose a tag to compare
Add templated SQL for query replication (#133)

v0.4.0

30 May 23:43
b8b1ab6
Compare
Choose a tag to compare
Releasing 0.4.0 with DateStyle fix

v0.3.0

30 May 19:27
v0.3.0
8bedf8f
Compare
Choose a tag to compare

PeerDB release (v0.3.0)

  • 🚀 30% faster than the older version: optimized wire protocol, query parsing, single hop routing.
  • 🧠 Significantly lesser memory footprint: streams are held through connections as opposed to aggressive fetching to memory.
  • 🛑 Improved error handling: More informative error messages and transparent error propagation.
  • ☑️ Array Support Improvements: Comprehensive ARRAY support in WHERE clause. ARRAY support as a part of function arguments
  • 🖥️ Deeper systemd integration: PeerDB deployment through linux service.
  • 🔒 Authentication Support Added: PeerDB now comes with basic password support for improved security.