Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
(cherry picked from commit 93bc51f)
  • Loading branch information
Simonas Šerlinskas committed Nov 14, 2016
1 parent e2f0b81 commit 20f8ab0
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# CHANGELOG
## v1.0.x (2016-x)
## v1.2.0 (2016-10-12)
## v2.0.0 (2016-x)
- Drop PHP 5.5 and 5.6 support. Now only PHP >=7 are supported.
- Array iterator now returns document _id field as well.

## v1.2.4 (2016-10-03)
- Upgraded minimum Elasticsearch DSL version

## v1.2.3 (2016-09-23)
- Bug fix with manager name resolve in the configuration #692

## v1.1.3 (2016-09-23)
- Bug fix with manager name resolve in the configuration #692

## v1.0.4 (2016-09-23)
- Bug fix with manager name resolve in the configuration #692

## v1.2.2 (2016-09-13)
- Fixed scroll configuration pass to find functions #687
- Eliminated deprecated execute function in tests #688
- Fixed profiler timing #689

## v1.2.1 (2016-09-13)
- Fixed wrong event name (#683)

## v1.1.2 (2016-09-13)
- Minor fixes

## v1.2.0 (2016-09-12)
- Added strict type return search functions #678
- Added event dispatching at bulk, commit and manager creation actions #677 #659
- Added exception throwing when there is a bad response from elasticsearch #668
Expand Down

0 comments on commit 20f8ab0

Please sign in to comment.