Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update elasticsearch compatibility to 1.4.3 #782

Merged
merged 4 commits into from
Feb 17, 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
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Dependencies
------------
| Project | Version | Required |
|---------|---------|----------|
|[Elasticsearch](https://github.com/elasticsearch/elasticsearch/tree/v1.4.2)|1.4.2|yes|
|[Elasticsearch](https://github.com/elasticsearch/elasticsearch/tree/v1.4.3)|1.4.3|yes|
|[Elasticsearch mapper attachments plugin](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v2.4.1)|2.4.1|no|
|[Elasticsearch thrift transport plugin](https://github.com/elasticsearch/elasticsearch-transport-thrift/tree/v2.4.1)|2.4.1|no|
|[Elasticsearch memcached transport plugin](https://github.com/elasticsearch/elasticsearch-transport-memcached/tree/v2.4.1)|2.4.1|no|
Expand Down
2 changes: 1 addition & 1 deletion ansible/es-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
hosts: localhost
sudo: true
vars:
- ES_VER: "1.4.2"
- ES_VER: "1.4.3"
- ES_SHORT_VER: "1.4"
- ES_MAPPER_ATTACHMENTS_VER: "2.4.1"
- ES_TRANSPORT_MEMCACHED_VER: "2.4.1"
Expand Down
7 changes: 6 additions & 1 deletion changes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
CHANGES

2015-02-16
- Update elasticsearch compatibility to 1.4.3 #782
- Add support for scripted metric aggrations #780

2015-02-14
- Added availability to specify regexp options in \Elastica\Filters\Regexp #583 #777
- Add HHVM as build in travis #649

2015-02-11
- Fixed issue with OutOfMemory exception in travis builds
- Fixed issue with OutOfMemory exception in travis builds #775
- Add support for filters aggregation #773

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