Skip to content

EasyEngine v4.6.3

Choose a tag to compare

@github-actions github-actions released this 19 Dec 11:34
· 162 commits to develop since this release
v4.6.3

What's Changed


This release contains updates to the complete stack. MariaDB has been pinned to 10.8.2 due to issues with docker compatibility <20.10.10 in the later versions. This will be addressed in upcoming EE releases, which will handle/require docker update along with EasyEngine update.

This release also adds the following:

  1. Additional newrelic settings in newrelic.ini, existing sites will not be updated. It will take effect in new sites:
newrelic.transaction_tracer.record_sql = "raw"
newrelic.transaction_tracer.threshold = "1s"
newrelic.browser_monitoring.auto_instrument = 0
newrelic.application_logging.forwarding.log_level = error
  1. Updates to MariaDB config which will take effect in new installs.