-
Notifications
You must be signed in to change notification settings - Fork 84
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
[TT-10409] Updating default Mongo driver to mongo-go #783
Conversation
API tests result - postgres15-sha256 env: success ✅
|
API tests result - mongo44-sha256 env: success ✅
|
/release to release-1.9 |
Working on it! Note that it can take a few minutes. |
* Updating default Mongo driver to mongo-go * fixing TestDefaultDriver test * fixing TestDefaultDriver test * updating config comment * modifying config comment (cherry picked from commit 956b66a)
@mativm02 Succesfully merged PR |
API tests result - mongo44-murmur64 env: success ✅
|
API tests result - postgres15-murmur64 env: success ✅
|
Description
Tyk v3/v4 does not work with MongoDB v5. Before Mongo DB 4.4 will get EOL by Feb 2024, so we are updating our default MongoDB driver to mongo-go from Tyk 5.3.
Related Issue
https://tyktech.atlassian.net/browse/TT-10409?atlOrigin=eyJpIjoiODdjODE2MTc4M2M1NGRiNmJkZWFhYmNjM2NlMjE1OWUiLCJwIjoiaiJ9
Motivation and Context
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist
fork, don't request your
master
!master
branch (left side). Also, you should startyour branch off our latest
master
.go mod tidy && go mod vendor
go fmt -s
go vet