File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.4.1] - 2025-03-23
9+
10+ ### Fixed
11+
12+ - Embedded client includes correct ` content-type ` headers
13+ ([ #35 ] ( https://github.com/electric-sql/phoenix_sync/pull/35 ) ).
14+ - Server errors are now propagated to the Liveview so they are not obscured by
15+ errors due to missing resume message ([ #37 ] ( https://github.com/electric-sql/phoenix_sync/pull/37 ) ).
16+ - Credentials and other configured params are now correctly included in the
17+ ` Electric.Client ` configuration ([ #38 ] ( https://github.com/electric-sql/phoenix_sync/pull/38 ) ).
18+
19+ ## [ 0.4.0] - 2025-03-22
20+
21+ ### Added
22+
23+ - ` Phoenix.Sync.Writer ` for handling optimistic writes in the client
24+
825## [ 0.3.4] - 2025-03-25
926
1027### Changed
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.4.0 "
5+ @ version "0.4.1 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments