Skip to content

Commit 9299b0c

Browse files
committed
Changelog 1.1.4
1 parent 88d0c13 commit 9299b0c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

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.
38+
739
## 1.1.2 (2018-10-16)
840
### Added
941
- Included metric `Master_Host`

0 commit comments

Comments
 (0)