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
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,38 @@ 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
+
## 1.1.4 (2018-10-19)
8
+
9
+
### Bugs fixed
10
+
11
+
#### Allow rate and deltas
12
+
13
+
Metrics of type rate and delta cannot be added unless there is a namespacing attribute on the metric-set.
14
+
15
+
## 1.1.3 (2018-10-12)
16
+
17
+
### Changed:
18
+
19
+
#### Update to SDKv3
20
+
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).
22
+
23
+
### Added:
24
+
25
+
#### Old password support
26
+
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.
28
+
29
+
#### Ignore bin folder
30
+
31
+
`bin` folder added to `.gitignore`.
32
+
33
+
### Bugs fixed
34
+
35
+
#### Hostname issue
36
+
Integration CLI-arguments are no longer overridden by environment-variables
37
+
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