-
Notifications
You must be signed in to change notification settings - Fork 578
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: Release/3.14.0 #3556
Merged
Merged
feat: Release/3.14.0 #3556
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore(deps): update dependency ts-node to v10.9.2 * chore(deps): update dependency mm to v3.4.0 * chore(deps): update dependency @types/node to v18.19.3 * docs: update validate.md (#3490) Missing Body Reference in Instance Code * fix(deps): update bull monorepo to v5.10.2 (#3486) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency cos-nodejs-sdk-v5 to v2.12.6 (#3487) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency sequelize to v6.35.2 (#3493) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: add regenerate method for session security (#3499) * docs: sync validate.md * v3.13.6 * chore(deps): update dependency @opentelemetry/sdk-node to v0.46.0 * fix(deps): update dependency reflect-metadata to v0.2.1 (#3502) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency leoric to v2.12.2 (#3501) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * v3.13.7 * chore(deps): update mikro-orm monorepo to v5.9.5 * chore: add get client interface for service factory --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: tommy.hu <[email protected]>
* feat: add redis health check * fix: lint
* fix(deps): update dependency ws to v8.16.0 (#3524) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency axios to v1.6.3 (#3523) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: add cache code * feat: add cache-manager and cache-manager-redis * fix: store options * chore: upgrade cache-manager * chore: sync cache-manager * fix: typings * fix: test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…3528) * feat: support new render function * chore: update typings * chore: update test * fix: default json url
* chore: try to upgrade v6 * fix: create method for v6 * docs: add new feature * chore: add logger typings
* docs: add swagger ui render doc * chore: update * docs: add blog
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3556 +/- ##
==========================================
- Coverage 84.57% 84.55% -0.03%
==========================================
Files 478 486 +8
Lines 45518 46171 +653
Branches 5430 5527 +97
==========================================
+ Hits 38497 39039 +542
- Misses 6982 7092 +110
- Partials 39 40 +1 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Checklist
npm test
passesAffected core subsystem(s)
Description of change