Releases: PeerDB-io/peerdb
Releases · PeerDB-io/peerdb
v0.4.1
Add templated SQL for query replication (#133)
v0.4.0
Releasing 0.4.0 with DateStyle fix
v0.3.0
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 inWHERE
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.