-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Prepare for 4.0 Release #6412
Prepare for 4.0 Release #6412
Conversation
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.
Thanks @TomWFox you beat me to it.
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.
Looks good, there’s some nice features and fixes in this for a small release!
Oh what about the release build |
We didn’t fix travis |
Codecov Report
@@ Coverage Diff @@
## master #6412 +/- ##
==========================================
- Coverage 93.95% 93.95% -0.01%
==========================================
Files 169 169
Lines 11811 11794 -17
==========================================
- Hits 11097 11081 -16
+ Misses 714 713 -1
Continue to review full report at Codecov.
|
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.
Looks good 👍, I just removed a few full stops to make it more consistent.
@davimacedo found out that this release would require Mongo DB 3.6 as a minimum because of recent collation support. |
do we know if parse fails to start with < mongo 3.6? I think we should change the minimum to 3.6 then. Should I make change the version to 4.0.0 instead of 3.11.0? I'll need to change the docs too. @davimacedo nice catch, any thoughts here? |
I'd go with 4.0 since MongoDB 3.2 does not work anymore. |
I agree and just so happens that Mongo 3.4 reached end of life January 2020. https://www.mongodb.com/support-policy We can start adding 3.6 features as well. |
sounds good. i'll try and get that into this pr in the next day. thanks guys!! |
i think this is ready. |
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.
👍👍 final review? 😉
* Preparee for 3.11.0 Release * Little fixes * add in newly merge pr's into the changelog. * Remove inconsistent full stops * bump version to 4.0 * update changelog for v 4.0 * a touch of wordmsithery. * Nits Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>
No description provided.