Skip to content

Add 1.8.x support #263

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

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

Add 1.8.x support #263

wants to merge 28 commits into from

Conversation

stnguyen90
Copy link
Contributor

@stnguyen90 stnguyen90 commented Aug 18, 2025

What does this PR do?

  • Bump device_info_plus from ^10.1.2 to ^11.5.0
  • Refactor to remove unused _notifyDone
  • Refactor to update deprecated approach of accessing local storage
  • Fix tests
  • Support for Appwrite 1.8
  • Added TablesDB service
  • Added new query types:
    • notContains
    • notSearch
    • notBetween
    • notStartsWith
    • notEndsWith
    • createdBefore
    • createdAfter
    • updatedBefore
    • updatedAfter
  • Deprecated updateMagicURLSession
  • Deprecated updatePhoneSession
  • Deprecated Databases service

The TablesDB service is the new recommended way to work with databases.
Existing databases/collections/attributes/documents can be managed using the TablesDB service.
Existing Databases service will continue to work, but new features may only be added to the TablesDB service.

Test Plan

Automated tests should pass

Related PRs and Issues

Have you read the Contributing Guidelines on issues?

Yes

@stnguyen90 stnguyen90 marked this pull request as draft August 18, 2025 16:53
@stnguyen90 stnguyen90 requested a review from abnegate August 19, 2025 22:33
@stnguyen90 stnguyen90 marked this pull request as ready for review August 19, 2025 22:33
@abnegate abnegate changed the title Prepare 17.1.1 Add 1.8.x support Aug 20, 2025
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The file name needs to be snake case.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@abnegate still a problem.

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