Skip to content

chore: regenerate sdks #241

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

Merged
merged 8 commits into from
Mar 13, 2025
Merged

chore: regenerate sdks #241

merged 8 commits into from
Mar 13, 2025

Conversation

ChiragAgg5k
Copy link
Member

@ChiragAgg5k ChiragAgg5k commented Feb 27, 2025

What does this PR do?

  1. refactor use tabs instead of spaces.
  2. add encoding of user agents in prepareRequest.
  3. changed type of response to string (breaking)

Test Plan

Related PRs and Issues

Have you read the Contributing Guidelines on issues?

Yes.

@@ -9,7 +9,7 @@ class AppwriteException implements Exception {
/// for more information.
final String? type;
final int? code;
final dynamic response;
final String? response;
Copy link
Member Author

Choose a reason for hiding this comment

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

Breaking change because of this ^

response changed from dynamic to string

Copy link
Contributor

@stnguyen90 stnguyen90 left a comment

Choose a reason for hiding this comment

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

Changes here look good.

Would you also be able to update https://github.com/appwrite/appwrite/blob/1.6.x/docs/sdks/flutter/CHANGELOG.md and get it deployed over in this repo?

@christyjacob4 christyjacob4 merged commit c1b3841 into main Mar 13, 2025
@christyjacob4 christyjacob4 deleted the dev branch March 13, 2025 11:55
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.

4 participants