- Support for AWS credentials (#76, thanks @giorgiomen)
- try and speed up Travis
- minor fixes (add PHP 7.4 testing)
- fix for semantic versioning
- support for Laravel 6.0 (and drop support for < 5.8)
- Bump ES client version to ^7.0 (#68, thanks @Lednerb)
- add support for tracers (#65, thanks @luoxiaojun1992)
- fix typo in README.md (#63, thanks @Harrisonbro)
- fix for ElasticSearch 6.5 (#59, thanks @SirNarsh)
- Support Laravel/Lumen 5.8
- Re-add Lumen support (thanks @ristedavcevski)
- Fix to AWS host logic (@thanks @tufanbarisyildirim)
- Support AWS hosts (thanks @Matrix86)
- Add ability to register additional namespaces (thanks @ShaneXie)
- Support Laravel/Lumen 5.7
- Support Laravel/Lumen 5.6 (thanks @akira28)
- Real fix for Lumen users (thanks @petercoles and @aripekkako)
- Bump ES client version to ^6.0
- Laravel 5.5 support, including auto-registration
- Bump ES client version to ^5.3
- Add alias for Lumen (thanks @matejvelikonja)
- Bump ES client version to 5.x
- Allow configuration via
.env
file (thanks @expertcoder)
- Further fixes for Lumen (thanks @pafelin).
- Fixed support for Lumen (thanks @JamesB797).
- Fix for omitting connection configuration (thanks @xian13).
- PSR-2 code style changes.
- Cleaned up Lumen service provider, and refactored configuration setting in Factory.
- Added support for Lumen (thanks @khoatran).
- First "stable" release.
- Replace
bindShared
withsingleton
in the service provider to make it Laravel 5.2 compatible (#5 thanks @goldlife)
- Remove index mangling from this package (that functionality belongs elsewhere).
- Initial tagged release.