release/0.1.17

## Bump

- [x] Patch

## Changelog

### Fixed

- Remove `HasData` from sync trigger DMS filter to prevent query timeout on large views. Combining `HasData` with `Range(lastUpdatedTime)` caused the CDF query validator to time out (~780k+ instances). Using `In(space)` + `Range(lastUpdatedTime)` is sufficient since the sync validation function re-fetches and validates only view members.
