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

fix(Logging): Updating the required reason API usage #3570

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

harsh62
Copy link
Member

@harsh62 harsh62 commented Mar 15, 2024

Issue #

#3568

Description

Updating the privacy file to declare the usage of required reason API's in the Logging plugin.

General Checklist

  • Added new tests to cover change, if needed
  • Build succeeds with all target using Swift Package Manager
  • All unit tests pass
  • All integration tests pass
  • Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
  • Documentation update for the change if required
  • PR title conforms to conventional commit style
  • New or updated tests include Given When Then inline code documentation and are named accordingly testThing_condition_expectation()
  • If breaking change, documentation/changelog update with migration instructions

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@harsh62 harsh62 marked this pull request as ready for review March 15, 2024 15:54
@harsh62 harsh62 requested a review from a team as a code owner March 15, 2024 15:54
@harsh62 harsh62 merged commit 295521f into main Mar 15, 2024
78 checks passed
@harsh62 harsh62 deleted the logging-update-privacy-reason branch March 15, 2024 23:12
5d added a commit that referenced this pull request Mar 19, 2024
…RLSession (#3527)

* feat(datastore): replace appSync realtime client with URLSession

* Add timeout for appsync realtime request

* adding unit test cases

* move websocket components to core

* added more interfaces for unit test

* add unit test cases for websocket client

* fix broken integration test cases

* change appsync client state to a subject

* Add resettable for appsync and websocket clients

* add integration test cases for appsync client

* Add subscription actor

* fix subscription life cycle issue

* add integration test cases for datastore with large number of models

* add integration test case for max subscription reached

* fix auth error handling for AppSyncRealTimeRequest errors

* add doc comments for WebSocketClient and AppSyncRealTimeClient

* add integration test case for retry on maxSubscriptionReached

* move sendRequest to appSyncRealTimeClient

* Add more doc comments

* bind tasks cancellables to connection life cycle

* update websocket spi name

* resolve comments

* fix(Logging): Updating the required reason API usage (#3570)

* chore: release 2.27.3 [skip ci]

* chore: finalize release 2.27.3 [skip ci]

* feat(Auth): Adding forceAliasCreation option during confirmSignUp (#3382)

* feat(Auth): Adding forceAliasCreation option during confirmSignUp

* update pinpoint unit tests

* Revert "update pinpoint unit tests"

This reverts commit 0f804d8.

* rename CognitoAuth to AuthToken

---------

Co-authored-by: Harsh <[email protected]>
Co-authored-by: Abhash Kumar Singh <[email protected]>
Co-authored-by: aws-amplify-ops <[email protected]>
5d added a commit that referenced this pull request Mar 22, 2024
…RLSession (#3575)

* feat(API): implement AppSyncRealTimeClient and WebSocketClient with URLSession (#3527)

* feat(datastore): replace appSync realtime client with URLSession

* Add timeout for appsync realtime request

* adding unit test cases

* move websocket components to core

* added more interfaces for unit test

* add unit test cases for websocket client

* fix broken integration test cases

* change appsync client state to a subject

* Add resettable for appsync and websocket clients

* add integration test cases for appsync client

* Add subscription actor

* fix subscription life cycle issue

* add integration test cases for datastore with large number of models

* add integration test case for max subscription reached

* fix auth error handling for AppSyncRealTimeRequest errors

* add doc comments for WebSocketClient and AppSyncRealTimeClient

* add integration test case for retry on maxSubscriptionReached

* move sendRequest to appSyncRealTimeClient

* Add more doc comments

* bind tasks cancellables to connection life cycle

* update websocket spi name

* resolve comments

* fix(Logging): Updating the required reason API usage (#3570)

* chore: release 2.27.3 [skip ci]

* chore: finalize release 2.27.3 [skip ci]

* feat(Auth): Adding forceAliasCreation option during confirmSignUp (#3382)

* feat(Auth): Adding forceAliasCreation option during confirmSignUp

* update pinpoint unit tests

* Revert "update pinpoint unit tests"

This reverts commit 0f804d8.

* rename CognitoAuth to AuthToken

---------

Co-authored-by: Harsh <[email protected]>
Co-authored-by: Abhash Kumar Singh <[email protected]>
Co-authored-by: aws-amplify-ops <[email protected]>

* add a high level readme file for AppSyncRealTimeClient module

* add a high level readme file for WebSocketClient module

* update push notification test scheme

* revert changes made in push notification category

---------

Co-authored-by: Harsh <[email protected]>
Co-authored-by: Abhash Kumar Singh <[email protected]>
Co-authored-by: aws-amplify-ops <[email protected]>
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