You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,31 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## Next Release (date TBD)
8
+
### Fixed
9
+
- Issue where the plugin returned metrics when only inventory was requested.
10
+
7
11
## 1.1.4 (2018-10-19)
8
12
9
13
### Bugs fixed
10
14
11
15
#### Allow rate and deltas
12
16
13
-
Metrics of type rate and delta cannot be added unless there is a namespacing attribute on the metric-set.
17
+
-Metrics of type rate and delta cannot be added unless there is a namespacing attribute on the metric-set.
14
18
15
19
## 1.1.3 (2018-10-12)
16
20
17
21
### Changed:
18
22
19
23
#### Update to SDKv3
20
24
21
-
Updated the integration code from the previous version of the SDK to [SDK v3](https://github.com/newrelic/infra-integrations-sdk/#upgrading-from-sdk-v2-to-v3).
25
+
-Updated the integration code from the previous version of the SDK to [SDK v3](https://github.com/newrelic/infra-integrations-sdk/#upgrading-from-sdk-v2-to-v3).
22
26
23
27
### Added:
24
28
25
29
#### Old password support
26
30
27
-
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.
31
+
-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.
28
32
29
33
#### Ignore bin folder
30
34
@@ -33,7 +37,7 @@ Previously when trying to run Mysql integration on a mysql-server with old passw
33
37
### Bugs fixed
34
38
35
39
#### Hostname issue
36
-
Integration CLI-arguments are no longer overridden by environment-variables
40
+
-Integration CLI-arguments are no longer overridden by environment-variables
37
41
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.
0 commit comments