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

Add workflow to deprecate SDK version #659

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Add workflow to deprecate SDK version #659

merged 1 commit into from
Jun 6, 2024

Conversation

jj22ee
Copy link
Contributor

@jj22ee jj22ee commented Jun 6, 2024

Issue #, if available:

Description of changes:
Add workflow to specifically Deprecate v3.7.0 of the SDK. In the future, this workflow can be made more generic (add deprecation version and message as workflow input), but for now, 3.7.0 is specified.

Similar deprecation workflow: https://github.com/aws-observability/aws-rum-web/blob/main/.github/workflows/npm_deprecate.yaml

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

@jj22ee jj22ee requested a review from a team as a code owner June 6, 2024 20:31
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.49%. Comparing base (41a17d6) to head (84653f6).

Current head 84653f6 differs from pull request most recent head 263658a

Please upload reports for the commit 263658a to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #659   +/-   ##
=======================================
  Coverage   83.49%   83.49%           
=======================================
  Files          37       37           
  Lines        1806     1806           
=======================================
  Hits         1508     1508           
  Misses        298      298           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


- name: Deprecate Version 3.7.0
run: |
npm deprecate [email protected] "3.7.0 is deprecated due to known issue in Lambda"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there an issue that we can link to in the deprecation message for further clarity?

Copy link
Contributor Author

@jj22ee jj22ee Jun 6, 2024

Choose a reason for hiding this comment

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

No public issue currently exists.

Copy link
Contributor

Choose a reason for hiding this comment

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

I see a couple here:
#654
#655

Copy link
Contributor

Choose a reason for hiding this comment

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

Are these not why we are deprecating 3.7.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We found the issue locally first, but you are right, these are the same issue.

@jj22ee jj22ee merged commit 1502470 into master Jun 6, 2024
13 checks passed
@jj22ee jj22ee deleted the deprecate-3.7.0 branch October 14, 2024 22:16
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