Skip to content

Commit e19bbbe

Browse files
committed
docs: add changelog entry for 1.0.10
1 parent cf12988 commit e19bbbe

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [1.0.10] - 2026-04-08
8+
9+
### Fixed
10+
11+
- **PostgreSQL**: Prevent debug assertion crash on `cloudsync_init` error path (#37).
12+
- **Row filter**: `cloudsync_set_filter` and `cloudsync_clear_filter` now reset the metatable and refill it from scratch, ensuring only rows matching the active filter are tracked for sync (#38).
13+
14+
### Added
15+
16+
- Row filter edge-case test coverage: clear/change filter lifecycle, complex expressions (AND, IS NULL), row enter/exit via UPDATE, composite PK with multi-column filters, multi-table roundtrip sync, and pre-existing data prefill tests for both SQLite and PostgreSQL.
17+
718
## [1.0.9] - 2026-04-08
819

920
### Changed

0 commit comments

Comments
 (0)