- support laravel 11.0 & php 8.3 in github action (thanks @shuvroroy)
- update namespace and support php 8.2 in github action (thanks @nklmilojevic and @shuvroroy)
- bug fixes and additional documentation (thanks @PrinsFrank and @shuvroroy)
- Support for Laravel 10
- Add ability to log in via API keys (#141, thanks @mhdEurFlash123)
- "Update"
guzzlehttp/psr7
package to version^1.7|^2.0
(thanks @brunogaspar)
- Update
guzzlehttp/psr7
package to version^2.0
(currently 2.4.0) (#138)
- Support for Laravel 7, 8 and 9, and PHP 7.3–8.1 (as appropriate)
- Fix
composer.json
for PHP 8 compatability (#133, thanks @adriacanal)
- Add comment about
hosts.port
needing to benull
for typical AWS connections (#126, thanks @sp-clariondoor)
- Fix host assignment issue (#124, thanks @sete391)
- Support for PHP 8.0 (thanks @okdewit)
- bumps ES client version to
^7.11
- bumps ES client version to
- Support using a closure for AWS credentials, allowing the config to be cached (#111, thanks @stasadev)
- Move automated testing from travis-ci to Github actions
- Clean up some third-party tools and badges
- Ability to create a new index with settings/mappings on
IndexCreateOrUpdateMappingCommand
(#106, thanks zeidanbm) - Fix for loading JSON mapping files in
IndexCreateOrUpdateMappingCommand
(#104, thanks @danieljaniga) - Set port for the request (#105, thanks @joshuaeon)
- Better error handling for request statistics (#105, thanks @joshuaeon)
- Add utility console commands (huge thanks to @nsaliu)
- Support for Laravel 8.0 (and drop support for earlier versions due to PHP and package conflicts)
- Added AWS Session Token support (#87, thanks @nsaliu)
- Support for custom AWS credentials (#80, thanks @giorgiomen)
- Support for Laravel 7.0 (and drop support for < 6.0)
- Support for AWS credentials (#76, thanks @giorgiomen)
- 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.