Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add useRemoteAtServer flag to GetRequestOptions #1384

Merged
merged 6 commits into from
Aug 29, 2024

Conversation

gkc
Copy link
Contributor

@gkc gkc commented Aug 29, 2024

- What I did
feat: add useRemoteAtServer flag to GetRequestOptions

- How I did it
feat: add useRemoteAtServer flag to GetRequestOptions

  • allows clients to fetch directly from the atServer rather than the client-side synced cache. This flag was added to PutRequestOptions and DeleteRequestOptions in version 3.0.60
  • test: added unit tests
  • docs: corrected code comment for DeleteRequestOptions
  • build: updated CHANGELOG, pubspec and AtClientConfig for version 3.1.0
  • chore: cleaned some (unrelated) lint
  • docs: also updated CHANGELOG for Make NotificationResponseTransformer respect atNotification.isEncrypted == false #1332

- How to verify it

  • Tests pass

- allows clients to fetch directly from the atServer rather than the client-side synced
  cache. This flag was added to `PutRequestOptions` and
  `DeleteRequestOptions` in version 3.0.60
- docs: corrected code comment for DeleteRequestOptions
@gkc gkc marked this pull request as ready for review August 29, 2024 09:57
@gkc gkc merged commit 9ee086e into trunk Aug 29, 2024
10 checks passed
@gkc gkc deleted the feat/add-use-remote-secondary-flag-for-get branch August 29, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants