Releases: PeerDB-io/peerdb
Releases · PeerDB-io/peerdb
v0.5.2
What's Changed
- 🚀 QueryReplication support for Postgres added by @iskakaushik (#136)
- 🎁 Upsert mode supported in Query Replication by @iskakaushik (#138)
- 🛠️ Fixes for the merge statement implemented by @iskakaushik (#140)
- 🔌 Wiring created for multi-table mirror by @heavycrystal (#137)
- 🗂️ Introduction of Snowflake Peer by @Amogh-Bharadwaj (#141)
- 🩹 Merge statement fixed to update if newer by @iskakaushik (#142)
- 🎯 Batch-sized partitions used by @iskakaushik (#146)
- 🔄 All partitions consolidated into one stage by @iskakaushik (#148)
- 🔌 Wiring for Qrep mirror creation by @heavycrystal (#147)
- 📚 README.md updated by @saisrirampur (#143)
- 🩺 Better use of health checks in docker compose by @iskakaushik (#158)
- 🐛 Issue with parsing upsert_key_columns from the Go side fixed by @heavycrystal (#154)
- 📝 PKey column not always ID clarified by @iskakaushik (#161)
- 🚩 Profiling enabled with a new flag by @iskakaushik (#162)
- 🛠️ Profiling wiring fixed by @iskakaushik (#165)
Full Changelog: v0.4.4...v0.5.2
v0.5.0
Merge remote-tracking branch 'origin/main' into stable
v0.4.3
revert limit 0
v0.4.2
improve error logging for query execution (#150)
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.