Releases: matchory/elasticsearch
Releases · matchory/elasticsearch
Version 2.8.1 (Beta 2)
Changelog
- Chore: Fixed code style
- Chore: Improved types for better static analysis
Version 2.8.1 (Beta 1)
Changelog
- Fix: Switched to covariant templates to improve static analysis support.
Full Changelog: 2.8.0...2.8.1-beta.1
Version 2.7.2
Changelog
- Fix: A PHP-8-ism was introduced, breaking support for PHP7 (#307)
Full Changelog: 2.7.1...2.7.2
Version 2.8.0
Changelog
- Feature: Switched to PHP 8.2
- Feature: Added property types
- Fix: Model collections would not accept collections as their input, breaking some inherited collection methods
- Chore: Improved static typing
Full Changelog: 2.7.1...2.8.0
Version 2.8.0 - Beta 1
In this release, we move to PHP 8.2, with support limited to Laravel 9 and 10. If you're still using older versions, we recommend staying on the 2.7.x release series, which we will still provide security fixes for.
Changelog
- Feature: Switched to PHP 8.2
- Feature: Added property types
- Fix: Model collections would not accept collections as their input, breaking some inherited collection methods
- Chore: Improved static typing
Full Changelog: 2.7.1...2.8.0-beta.1
Version 2.7.1
Change log
- Fix: Field names passed to the query builder would be interpreted as global functions in some cases (#277)
- Chore: Bumped dependencies
Version 2.7.0
Changelog
- Feature: Add support for reporting breadcrumbs to Sentry, if the service provider is installed and loaded. This will transparently add the Elasticsearch queries executed to traces in Sentry, should an exception occur later on during a request.
Full Changelog: 2.6.3...2.7.0
Version 2.7.0 (Beta 1)
Changelog
- Feature: Add support for reporting breadcrumbs to Sentry, if the service provider is installed and loaded. This will transparently add the Elasticsearch queries executed to traces in Sentry, should an exception occur later on during a request.
Version 2.6.3
Changelog
- Fix: Field selection would not work if fields were specified multiple times (fixes #132)
- Chore: Bumped dependencies
Version 2.6.2
Changelog
- Fix: Global model scopes would not be applied to queries (#103)
- Chore: Added Deprecation attributes to all deprecated functionality, making migration easier
- Chore: Bumped dependencies, cleaned up a little