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: dropped support for q library #1377

Merged
merged 1 commit into from
Oct 15, 2024
Merged

fix: dropped support for q library #1377

merged 1 commit into from
Oct 15, 2024

Conversation

aryamohanan
Copy link
Contributor

@aryamohanan aryamohanan commented Oct 11, 2024

The Q library has been officially deprecated. Last release was 7 years ago.
The maintainers announced this deprecation in the project's GitHub repository, advising developers to transition to native JavaScript promises. The Q library, an early tool for handling promises in JavaScript, is no longer needed because modern JavaScript now includes built-in support for promises.

We already deprecated the library in v3, see #1282. So removing the support in V4.

Note: We don't have instrumentation for this and not creating spans for q.

Commit as a breaking change.

@aryamohanan aryamohanan added the v4 label Oct 11, 2024
@aryamohanan aryamohanan requested a review from a team as a code owner October 11, 2024 10:49
@aryamohanan aryamohanan merged commit 3a2283e into v4 Oct 15, 2024
1 check passed
@aryamohanan aryamohanan deleted the drop-q branch October 15, 2024 06:24
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