-
Notifications
You must be signed in to change notification settings - Fork 3
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
0.1.7 release (develop -> master) #396
Conversation
Convert to GHA, fix tests, fix build
Switch from Ant to Gradle
Use standard Gradle source locations
Update docs
Use jitpack published jars
Also correct location of version in readme
Bump version
Mongo7 upgrade
add retryWrites
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 good other than it looks like we accidentally skipped a version
RELEASE_NOTES.md
Outdated
## 0.1.8 | ||
|
||
* The MongoDB clients have been updated to the most recent version. | ||
* Added the ``mongo-retrywrites`` configuration setting in ``deploy.cfg``, defaulting to | ||
``false``. | ||
|
||
## 0.1.7 | ||
|
||
* The build tool has been switched from Ant to Gradle. | ||
|
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.
There's no tag for 0.1.7 in github, so apparently we never released it. We should merge the 0.1.8 changes into 0.1.7
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 0.1.8 changes into 0.1.7
No description provided.