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

Adapt mongoose adapter to be compatible with mongoose 6, 7 and 8 #395

Closed

Conversation

Freezystem
Copy link
Contributor

@Freezystem Freezystem commented Aug 27, 2024

I've refactorized connect() and disconnect() methods from mongoose adapter to be compatible with mongoose 6, 7 and 8.

I've checked that it worked properly by running the tests after installing each versions (6, 7, 8) of mongoose locally in the adapter repo.

I have tried to make tests run against mongoose 7 and 8 but it's a complete mess using old version of lerna.

I propose to merge it like that and add mongoose 7 and 8 tests once the npm workspaces refacto is done.

@Freezystem Freezystem force-pushed the feat/upgrade-to-mongoose-8 branch 4 times, most recently from 0eb212c to 147d485 Compare August 28, 2024 10:25
@Freezystem Freezystem changed the title adapt mongoose adapter to be compatible with mongoose 6, 7 and 8 Adapt mongoose adapter to be compatible with mongoose 6, 7 and 8 Aug 31, 2024
@Freezystem Freezystem mentioned this pull request Aug 31, 2024
@Freezystem Freezystem closed this Oct 16, 2024
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.

1 participant