-
-
Notifications
You must be signed in to change notification settings - Fork 152
prerelease 1.0.0 #119
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
prerelease 1.0.0 #119
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update libs * Remove Get import * Update storage * Update GoTrue to dependency-free branch
* Move functions-swift to repo * Move postgrest to repo * Move gotrue to repo * Add realtime to repo * Add storage to repo * Update dependencies on release * Add Test Plan to run all tests
7cb1975
to
65ddb2d
Compare
65ddb2d
to
37dab1e
Compare
* Start Codable support on Storage * wip * Use Request type * Use default parameter value * Fix Storage tests * Remove old code * Remove commented code
7caa1fa
to
9efb499
Compare
* Create Product Sample app * Use dependency container * Add logger * Working on image upload * Fix image download * Swipe to delete * Add missing use cases * Build ProductSample app on build-example job * Organize sample app * Start adding auth * Fix GoTrueClient memory leaks, fix listening for auth changes * Move models to specific files * Send owner_id when creating product * Move Info.plist file
b6fe414
to
bc8f5ff
Compare
bc8f5ff
to
ec3d287
Compare
* Add interface for MFA methods * Implement all MFA methods * Move EventEmitter * Code cleanup * Do not use enums on some response models * Adding MFA Flow to Example project * Add MFA Enrollment view * Use Dependency Container * Add MFA verify flow * Fix tests * Remove commented code
d848d90
to
ac9cc94
Compare
* Bring SwiftPhoenixClient to Realtime * Sync postgrest changes between client and server * Add track, untrack and send methods to channel * Start adding transformer and implementing trigger method * Refactoring Example project * Adding channel filter * Fix bindings sync between server and client * Set access token * Rollback Examples * Format Realtime package * Clean up * Handle error when subscribing to channel * Remove unused files from example project * Remove Realtime tests
This was referenced Oct 30, 2023
This was
linked to
issues
Oct 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Opening this PR upfront to keep CI running on the latest pre-release code.
TODO
Below tasks will be done on separate PR, after this gets merged.