-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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(@aws-amplify/analytics)!: do not attempt to delete unused endpoints #7245
fix(@aws-amplify/analytics)!: do not attempt to delete unused endpoints #7245
Conversation
This pull request introduces 1 alert and fixes 1 when merging bdde247 into 31c7199 - view on LGTM.com new alerts:
fixed alerts:
|
bdde247
to
dca2a41
Compare
This pull request fixes 1 alert when merging dca2a41 into 31c7199 - view on LGTM.com fixed alerts:
|
BREAKING CHANGE: Analytics will no longer attempt to automatically delete old endpoints on updateEndpoint
dca2a41
to
efde74b
Compare
This pull request fixes 1 alert when merging efde74b into 31c7199 - view on LGTM.com fixed alerts:
|
Codecov Report
@@ Coverage Diff @@
## main #7245 +/- ##
==========================================
+ Coverage 73.05% 73.11% +0.06%
==========================================
Files 213 213
Lines 13379 13342 -37
Branches 2521 2615 +94
==========================================
- Hits 9774 9755 -19
+ Misses 3439 3392 -47
- Partials 166 195 +29
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🌮
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
packages/analytics/__tests__/Providers/AWSPinpointProvider-unit-test.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Manuel Iglesias <[email protected]>
This pull request fixes 1 alert when merging b5e053a into 31c7199 - view on LGTM.com fixed alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me thanks @iartemiev ! 🌮
This merge seems to have reintroduced an old issue. See #7251 . |
As @joebernard has mentioned, we have had to set our amplify version to a previous as inactive endpoints don't clear and once user reaches 10 they cannot receive any more push notifications. |
…ts (aws-amplify#7245) BREAKING CHANGE: Analytics will no longer attempt to automatically delete old endpoints on updateEndpoint
Can we please get this and the corresponding change in cli reverted? This is causing all sorts of problems... |
@iartemiev @sammartinez @manueliglesias @elorzafe can we get some idea why this change was made? It is breaking functionality, there is no explanation why it was needed, no ticket it was related to, and there is no response to many complaints about it breaking functionality....can we get some idea of what is being done to fix the issue? |
This pull request has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.