chore(tedious): align supported versions in code tests and docs #1655
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.
Tedious instrumentation has some inconsistencies with it's supported range of versions.
tedious
versions (*
) which is something we want to avoid, as new major versions might introduce breaking changes for which the instrumentation is not prepared and might potentially harm end users' app stabilitytav
which means the instrumentation will attempt patching for versions for which we never run a test to verify compatibility.This PR fixes those 3 issues.
As for August 2023, tedious have a new major version 16, which dropped support for node 14, thus we are unable to run our CI tests properly on it. I attempted to fix this in #1638 , but since mssql does not publish docker version for my mac apple chip, I am not able to run the test locally.
I will document this in an issue and wait for us to drop node14 support or for someone with motivation to pick this up and fix the tests so the CI is green.