Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/ProductNotes/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_position: 1
---

# Release Notes
**1.0.0**
- Feature: Push and pull filters for data replication, see [documentation](https://cbl-reactnative.dev/DataSync/remote-sync-gateway#replication-filters).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For internal documentation links, it's a best practice to use relative paths instead of absolute URLs. This makes the documentation more portable and resilient to potential domain name changes.

Suggested change
- Feature: Push and pull filters for data replication, see [documentation](https://cbl-reactnative.dev/DataSync/remote-sync-gateway#replication-filters).
- Feature: Push and pull filters for data replication, see [documentation](../DataSync/remote-sync-gateway#replication-filters).

- Fix: [Query params fix for live query](https://github.com/Couchbase-Ecosystem/cbl-reactnative/pull/62).

**0.6.1**
- Implemented [Collection Change Listeners](https://github.com/Couchbase-Ecosystem/cbl-reactnative/pull/54) on Android
- Implemented [Query Change Listeners](https://github.com/Couchbase-Ecosystem/cbl-reactnative/pull/55) on Android
Expand Down