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

Use latest mongodb and bump version number #502

Merged
merged 3 commits into from
Jan 29, 2024
Merged

Conversation

ahellander
Copy link
Member

Description

The present release started failing on fresh builds, probably due to incompatibility between the mongodb version used (5.0.2) and recent pymongo. This PR changes the docker-compose template to use the latest mongodb image which restres expected functionality.

Copy link
Member

@Wrede Wrede left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to pin version of mongo, cannot allow to have latest since users will have different versions of latest tag if it has already been pulled at some point.

Also fixed default helper for start_session endpoint in the api

@Wrede Wrede merged commit 2b95237 into master Jan 29, 2024
15 checks passed
@Wrede Wrede deleted the hotfix/broken-mongo branch January 29, 2024 15:07
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.

2 participants