File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.5.1] - 2025-08-18
11+
1012### Changed
1113
12- - Changed type of returned txid to binary to prevent JSON serialization issues ([ #71 ] ( https://github.com/electric-sql/phoenix_sync/pull/71 ) )
14+ - Update ` electric ` to ` ~> 1.1 ` including new [ faster storage engine] ( https://electric-sql.com/blog/2025/08/13/electricsql-v1.1-released ) .
15+ - Update ` electric_client ` to ` ~> 0.7.0 ` which includes ` txid ` headers in sync messages.
16+
17+ ### Fixed
18+
19+ - Use 32-bit txid to ensure consistency with Electric sync messages ([ #71 ] ( https://github.com/electric-sql/phoenix_sync/pull/71 ) )
20+ - Only enable sandbox if both ` Ecto.SQL ` and ` Electric ` are installed ([ #86 ] ( https://github.com/electric-sql/phoenix_sync/pull/86 ) )
21+ - Fix liveview startup [ #87 ] ( https://github.com/electric-sql/phoenix_sync/issues/87 ) ([ #88 ] ( https://github.com/electric-sql/phoenix_sync/pull/88 ) )
22+ - Fix occasional compilation error when ` Electric ` installed ([ #89 ] ( https://github.com/electric-sql/phoenix_sync/pull/89 ) )
23+ - Include ` jason ` dependency if Elixir doesn't have built in JSON support ([ #90 ] ( https://github.com/electric-sql/phoenix_sync/pull/90 ) )
1324
1425## [ 0.5.0] - 2025-08-13
1526
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Phoenix.Sync.MixProject do
22 use Mix.Project
33
44 # Remember to update the README when you change the version
5- @ version "0.5.0 "
5+ @ version "0.5.1 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments