Skip to content

Commit 5d4c135

Browse files
committed
Merge pull request #782 from ruflin/es-1.4.3
Update elasticsearch compatibility to 1.4.3
2 parents d9e6074 + 69d7953 commit 5d4c135

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Dependencies
2121
------------
2222
| Project | Version | Required |
2323
|---------|---------|----------|
24-
|[Elasticsearch](https://github.com/elasticsearch/elasticsearch/tree/v1.4.2)|1.4.2|yes|
24+
|[Elasticsearch](https://github.com/elasticsearch/elasticsearch/tree/v1.4.3)|1.4.3|yes|
2525
|[Elasticsearch mapper attachments plugin](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v2.4.1)|2.4.1|no|
2626
|[Elasticsearch thrift transport plugin](https://github.com/elasticsearch/elasticsearch-transport-thrift/tree/v2.4.1)|2.4.1|no|
2727
|[Elasticsearch memcached transport plugin](https://github.com/elasticsearch/elasticsearch-transport-memcached/tree/v2.4.1)|2.4.1|no|

ansible/es-playbook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
hosts: localhost
66
sudo: true
77
vars:
8-
- ES_VER: "1.4.2"
8+
- ES_VER: "1.4.3"
99
- ES_SHORT_VER: "1.4"
1010
- ES_MAPPER_ATTACHMENTS_VER: "2.4.1"
1111
- ES_TRANSPORT_MEMCACHED_VER: "2.4.1"

changes.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
CHANGES
22

3+
2015-02-16
4+
- Update elasticsearch compatibility to 1.4.3 #782
5+
- Add support for scripted metric aggrations #780
6+
37
2015-02-14
48
- Added availability to specify regexp options in \Elastica\Filters\Regexp #583 #777
59
- Add HHVM as build in travis #649
610

711
2015-02-11
8-
- Fixed issue with OutOfMemory exception in travis builds
12+
- Fixed issue with OutOfMemory exception in travis builds #775
13+
- Add support for filters aggregation #773
914

1015
2015-01-27
1116
- Exception\ElasticsearchException now can be catched like all other exceptions as Exception\ExceptionInterface

0 commit comments

Comments
 (0)