Skip to content

Releases: PeerDB-io/peerdb

v0.5.2

28 Jun 14:01
Compare
Choose a tag to compare

What's Changed

  1. 🚀 QueryReplication support for Postgres added by @iskakaushik (#136)
  2. 🎁 Upsert mode supported in Query Replication by @iskakaushik (#138)
  3. 🛠️ Fixes for the merge statement implemented by @iskakaushik (#140)
  4. 🔌 Wiring created for multi-table mirror by @heavycrystal (#137)
  5. 🗂️ Introduction of Snowflake Peer by @Amogh-Bharadwaj (#141)
  6. 🩹 Merge statement fixed to update if newer by @iskakaushik (#142)
  7. 🎯 Batch-sized partitions used by @iskakaushik (#146)
  8. 🔄 All partitions consolidated into one stage by @iskakaushik (#148)
  9. 🔌 Wiring for Qrep mirror creation by @heavycrystal (#147)
  10. 📚 README.md updated by @saisrirampur (#143)
  11. 🩺 Better use of health checks in docker compose by @iskakaushik (#158)
  12. 🐛 Issue with parsing upsert_key_columns from the Go side fixed by @heavycrystal (#154)
  13. 📝 PKey column not always ID clarified by @iskakaushik (#161)
  14. 🚩 Profiling enabled with a new flag by @iskakaushik (#162)
  15. 🛠️ Profiling wiring fixed by @iskakaushik (#165)

Full Changelog: v0.4.4...v0.5.2

v0.5.0

28 Jun 13:40
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/main' into stable

v0.4.3

22 Jun 00:12
Compare
Choose a tag to compare
revert limit 0

v0.4.2

21 Jun 22:09
2096b2f
Compare
Choose a tag to compare
improve error logging for query execution (#150)

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.