-
Notifications
You must be signed in to change notification settings - Fork 2
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
1.0.2 release (develop -> master) #89
Conversation
cache bad tokens, better cache testing
add GHA workflows
Mongo7 upgrade
add retryWrites
upgrade gunicorn and gevent & fix flake8
update Dockerfile
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.
changes look reasonable based on spot checks other than a possible version skip
RELEASE_NOTES.md
Outdated
### Version 1.0.3 | ||
* The MongoDB clients have been updated to the most recent version. | ||
* Added the mongo-retrywrites configuration setting in deployment.cfg.templ, defaulting to false. | ||
* Migrated from Travis CI to GitHub Actions workflows. | ||
* Updated Python version to 3.9.19. | ||
|
||
### Version 1.0.2 | ||
- Add a cache for bad tokens so they aren't looked up over and over. Maxes out at 10000, then throws out the oldest bad token. | ||
|
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.
@briehl it looks like 1.0.2 was never released, can you confirm? If so we should merge the 1.0.3 changes into 1.0.2
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.
I rolled back and checked in CI:
{"gitcommithash":"a2ed4cb88120aeb10a295919cb0fba85e13d462d","servertime":1732243387039,"service":"Notification Feeds Service","version":"1.0.2"}
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.
That doesn't mean it was released
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.
I can confirm 1.0.2 was never released in production. Not sure why.
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.
merge the 1.0.3 changes into 1.0.2
No description provided.