-
Notifications
You must be signed in to change notification settings - Fork 13
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: upgrade to typeorm v0.3.0 #139
Conversation
Update to be able to use typeorm >v0.3.0 and @nestjs/typeorm >v8.1.0. BREAKING CHANGE: must use at least node v14, typeorm v0.3.0 and @nestjs/typeorm v8.1.0
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.
Thank you so much!
If public API of the lib was changed in any way?
@jifeon The public api of the library will remain the same. I am trying to avoid large refactoring for organizations using this library. Instead I will be making backwards compatible changes (when needed). For now. nothing changes when using it. |
Description
Update to be able to use typeorm >v0.3.0 and @nestjs/typeorm >v8.1.0.
destroy
on RLSConnectionclose
as deprecated as it is in the base classrelationLoadStrategy: 'query'
Type of change
Checklist:
BREAKING CHANGE: must use at least node v14, typeorm v0.3.0 and @nestjs/typeorm v8.1.0