Releases: PeerDB-io/peerdb
Releases · PeerDB-io/peerdb
v0.5.8
Merge remote-tracking branch 'origin/main' into stable
v0.5.7
Merge remote-tracking branch 'origin/main' into stable
v0.5.6
Merge remote-tracking branch 'origin/main' into stable
v0.5.5
Merge remote-tracking branch 'origin/main' into stable
v0.5.4
Merge remote-tracking branch 'origin/main' into stable
v0.5.3
Merge remote-tracking branch 'origin/main' into stable
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)