Releases: AviationCode/elasticsearch
Releases · AviationCode/elasticsearch
v0.15.0
What's Changed
- PHPUnit 10 Shift by @Douglasdc3 in #69
- Drop PHP7.x and 8.1 support
- Drop L6, 7, 8, 9, 10 support
- Add L11 Support
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- Feature/GitHub workflow by @astalpaert in #67
- Add L9/L10 support + drop L7 support by @Douglasdc3 in #68
New Contributors
- @astalpaert made their first contribution in #67
Full Changelog: v0.13.0...v0.14.0
V0.13.0
What's Changed
- Prevent future conflict with PHP8 preserved keyword
match
by @arnordhaenens in #66
Full Changelog: v0.12.0...v0.13.0
V0.12.0
Added
- Fetch aggregations from SimplePaginator
V0.11.0
Added
- Add support for Count API
Fixed
- Don't skip the first x documents equal to
$perPage
V0.10.0
Added
- Add Composite bucket support (By @arnordhaenens)
V0.9.0
Added
- Add Laravel 8 support
Removed
- Remove Laravel 5.X support
V0.8.0
Version 0.8.0
Added
select($fields)
to query builder filtering results down subset of fields.