Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

verify 1.7.0 compatiblity #57

Merged
merged 1 commit into from
Aug 30, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
- ES_VERSION=1.5.1
- ES_VERSION=1.5.2
- ES_VERSION=1.6.0
- ES_VERSION=1.7.0
cache:
directories:
- $HOME/.m2
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Use `date "+%Y-%m-%d"` to get the correct date formatting
### - Added
- allow HEAD root url authentication #39
- log http method on any request. #42
- doc: 1.6.0, 1.7.0 support #52
### - Fix
- test: adapt to method signature change after 1.5.1 #55
- test: run custom install and test commands in ci
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ There is no way to configure this on a per index basis.

## Version Mapping

| Http Basic Plugin | elasticsearch |
|-----------------------------|-----------------------|
| v1.5.1(master) | 1.5.1, 1.5.2, 1.6.x |
| v1.5.0 | 1.5.0 |
| v1.4.0 | 1.4.0 |
| v1.3.0 | 1.3.0 |
| v1.2.0 | 1.2.0 |
| 1.1.0 | 1.0.0 |
| 1.0.4 | 0.90.7 |
| Http Basic Plugin | elasticsearch |
|-----------------------------|------------------------------|
| v1.5.1(master) | 1.5.1, 1.5.2, 1.6.0, 1.7.0 |
| v1.5.0 | 1.5.0 |
| v1.4.0 | 1.4.0 |
| v1.3.0 | 1.3.0 |
| v1.2.0 | 1.2.0 |
| 1.1.0 | 1.0.0 |
| 1.0.4 | 0.90.7 |

## Installation

Expand Down