Skip to content

Commit ec446af

Browse files
committed
Bump version to 0.4.1
Changelog
1 parent 6961e05 commit ec446af

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)