Skip to content

Version 1.1.3

Compare
Choose a tag to compare
@varas varas released this 12 Nov 14:33
· 198 commits to master since this release
a3d9410

Release notes

Changed:

Update to SDKv3

Updated the integration code from the previous version of the SDK to SDK v3.

Added:

Old password support

Previously when trying to run Mysql integration on a mysql-server with old password support https://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_old_passwords integration won't run. If customer has set old_passwords=1 at the MySQL server integration can now connect to it.

Ignore bin folder

bin folder added to .gitignore.

Bugs fixed

Hostname issue

Integration CLI-arguments are no longer overridden by environment-variables
As CLI-args are used by the NRI agent HOSTNAME that is a common bash env-var is not used to set MySql-host unless no hostname is provided via config.


Commit list

  • (b3564a1) SDK upgraded to v3
  • (9291d9e) Add bin to gitignore
  • (a7bb95c) Ensure cli args are not overriden by env vars
  • (5f341ef) Allow old passwords