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

Release 3.7.1 #19189

Merged
merged 7 commits into from Oct 9, 2020
Merged

Release 3.7.1 #19189

merged 7 commits into from Oct 9, 2020

Conversation

sampaiodiego
Copy link
Member

2020-10-09 · 6 🐛 · 5 👩‍💻👨‍💻

Engine versions

  • Node: 12.18.4
  • NPM: 6.14.8
  • MongoDB: 3.4, 3.6, 4.0
  • Apps-Engine: 1.18.0

🐛 Bug fixes

  • Adding missing custom fields translation in my account's profile (#19179)

  • Admin Sidebar overflowing (#19101)

  • Missing "Bio" in user's profile view ("Bio" field doesn't appear when viewing a user's profile #18821) (#19166)

  • Omnichannel: triggers page not rendering. (#19134)

  • Performance issues when using new Oplog implementation (#19181)

    A missing configuration was not limiting the new oplog tailing to pool the database frequently even when no data was available, leading to both node and mongodb process been consuming high CPU even with low usage. This case was happening for installations using mmapv1 database engine or when no admin access was granted to the database user, both preventing the usage of the new Change Streams implementation and fallbacking to our custom oplog implementation in replacement to the Meteor's one what was able to be disabled and use the native implementation via the environmental variable USE_NATIVE_OPLOG=true.

  • VisitorAutoComplete component (#19133)

👩‍💻👨‍💻 Core Team 🤓

@introspection3
Copy link

this bug is still here in 3.9.4

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.

None yet

5 participants