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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
25
## [ 0.3.4] - 2025-03-25
9
26
10
27
### Changed
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Phoenix.Sync.MixProject do
2
2
use Mix.Project
3
3
4
4
# Remember to update the README when you change the version
5
- @ version "0.4.0 "
5
+ @ version "0.4.1 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments