From f8adf366bad2efdb20c20db5b5f389113b0e7bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Feb 2026 12:23:07 +0000 Subject: [PATCH] add changelogs --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13779f0..76844da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 15.0.0 + +* Added upsert() support for RealtimeChannel on both Document and Row variants to perform upsert operations over real-time channels. +* Introduced new Query filter methods: contains(_:, value:), containsAny(_:, value: [Any]), containsAll(_:, value: [Any]) for enhanced querying capabilities (substring and multi-value containment). +* Removed OAuth provider options: githubImagine and googleImagine from OAuthProvider, a breaking change for clients using these values. +* Documentation and packaging updates to align with the new release: README dependency example updated from 14.2.0 to 14.1.0, and server compatibility note updated to indicate Appwrite server version 1.8.x compatibility. + ## 14.1.0 * Add `queries` parameter to Realtime subscriptions for filtering events