-
Notifications
You must be signed in to change notification settings - Fork 40
feat: add caching for pipelines #384
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
feat: add caching for pipelines #384
Conversation
Signed-off-by: realanna <anna.reale@dynatrace.com>
Signed-off-by: realanna <anna.reale@dynatrace.com>
Signed-off-by: realanna <anna.reale@dynatrace.com>
Codecov Report
@@ Coverage Diff @@
## main #384 +/- ##
=======================================
Coverage 99.84% 99.84%
=======================================
Files 18 18
Lines 1326 1326
Branches 101 101
=======================================
Hits 1324 1324
Misses 2 2 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: realanna <anna.reale@dynatrace.com>
c003f1e
to
ba2f06d
Compare
Signed-off-by: realanna <anna.reale@dynatrace.com>
"engines": { | ||
"node": ">=16" | ||
}, |
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.
Just a note for others. Previously the server SDK was requiring node 14, but that's very dead. We are upgrading to 16 here but not considering it a breaking change since the version is so old (even 16 is partially EOL).
🤖 I have created a release *beep* *boop* --- ## [1.2.0](js-sdk-v1.1.1...js-sdk-v1.2.0) (2023-05-01) ### Features * add caching for pipelines ([#384](#384)) ([55acc05](55acc05)) ### Bug Fixes * remove events exports from server ([#413](#413)) ([7cac0c8](7cac0c8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: Todd Baert <toddbaert@gmail.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <toddbaert@gmail.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR
Related Issues
Fixes #310
Notes
since 14 is now too old, we decided that 16 was the best version to avoid breaking changes