Skip to content

Releases: matchory/elasticsearch

Version 2.8.3

24 Aug 14:31
839c5aa
Compare
Choose a tag to compare

Changelog

  • Fix: Index name would not be retained when setting a model instance on queries

Version 2.8.2

24 Aug 09:00
0830c40
Compare
Choose a tag to compare

Changelog

  • Fix: If a scroll ID was passed, sometimes Elasticsearch would complain about URL length (#320)

Version 2.8.2 (Beta 1)

24 Aug 08:06
0830c40
Compare
Choose a tag to compare
Pre-release

Changelog

  • Fix: If a scroll ID was passed, sometimes Elasticsearch would complain about URL length (#320)

Version 2.8.1

22 Aug 13:59
6b505ac
Compare
Choose a tag to compare

Changelog

  • Fix: Generic annotations have been improved to provide proper type completions
  • Chore: The code has been cleaned up

Version 2.8.1 (Beta 2)

22 Aug 13:33
6b505ac
Compare
Choose a tag to compare
Pre-release

Changelog

  • Chore: Fixed code style
  • Chore: Improved types for better static analysis

Version 2.8.1 (Beta 1)

22 Aug 10:29
67bd4a7
Compare
Choose a tag to compare
Pre-release

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

04 Aug 10:08
a0c3870
Compare
Choose a tag to compare

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

04 Aug 10:01
4488303
Compare
Choose a tag to compare

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

11 May 09:35
4488303
Compare
Choose a tag to compare
Pre-release

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

12 Apr 09:00
4cf35aa
Compare
Choose a tag to compare

Change log

  • Fix: Field names passed to the query builder would be interpreted as global functions in some cases (#277)
  • Chore: Bumped dependencies