Skip to content

Commit 607be9e

Browse files
committed
Bump version
1 parent 6158382 commit 607be9e

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## 4.3.0 (2020-04-27)
9+
### Changed
10+
- Updated the SDK to the latest version
11+
### Added
12+
- `ssl_alternative_hostname` argument to work around invalid hostname issues
13+
814
## 4.2.0 (2019-11-18)
915
### Changed
1016
- Renamed the integration executable from nr-elasticsearch to nri-elasticsearch in order to be consistent with the package naming. **Important Note:** if you have any security module rules (eg. SELinux), alerts or automation that depends on the name of this binary, these will have to be updated.
17+
1118
## 4.1.1 - 2019-10-16
1219
### Fixed
1320
- Windows installer GUIDs
@@ -19,12 +26,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1926
## 4.0.2 - 2019-06-19
2027
### Fixed
2128
- Misspelling "Dcoument" and "Aueue"
22-
- Added missing metric activeSearchesInMilliseconds
29+
- Added missing metric activeSearchesInMilliseconds
2330

2431
## 4.0.1 - 2019-05-20
2532
### Fixed
2633
- Segfault on blank node ingests
27-
34+
2835
## 4.0.0 - 2019-04-22
2936
### Changed
3037
- Prefixed namespace to provide better uniqueness
@@ -88,7 +95,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8895
## 0.1.1 - 2018-09-13
8996
### Added
9097
- Implemented client authentication
91-
- Implemented toggles for primaries and indices
98+
- Implemented toggles for primaries and indices
9299
- Added status code and error checking to client requests
93100

94101
## 0.1.0 - 2018-08-28

src/elasticsearch.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type argumentList struct {
3030

3131
const (
3232
integrationName = "com.newrelic.elasticsearch"
33-
integrationVersion = "4.2.0"
33+
integrationVersion = "4.3.0"
3434
)
3535

3636
var (

0 commit comments

Comments
 (0)