Skip to content

Releases: matchory/elasticsearch

Version (3.0.0 Beta 1)

02 Sep 09:05
1c98375
Compare
Choose a tag to compare
Pre-release

Changelog

  • Chore: Bump dependencies

Full Changelog: 3.0.0-beta.0...3.0.0-beta.1

Version 3.0.0-beta.0

26 Aug 19:27
57c6ab4
Compare
Choose a tag to compare
Version 3.0.0-beta.0 Pre-release
Pre-release

Changelog

  • Fix: Modern Eloquent Attribute accessors and mutators would not work with Elasticsearch Model instances due to the way attributes were implemented. This has been fixed.
  • Chore: Bumped dependencies

Full Changelog: 3.0.0-alpha.13...3.0.0-beta.0

Version 3.0.0 (Alpha 13)

06 May 13:08
f5c9768
Compare
Choose a tag to compare
Pre-release

Changelog

  • Feature: Removed Lumen support. We don't use it, and supporting it has become a burden.
  • Fix: Laravel introduced changes to their trait booting behaviour that broke the package.

Full Changelog: 3.0.0-alpha.12...3.0.0-alpha.13

Version 3.0.0 (Alpha 12)

11 Apr 11:10
152069d
Compare
Choose a tag to compare
Pre-release

Changelog

Full Changelog: 3.0.0-alpha.11...3.0.0-alpha.12

Version 3.0.0 (Alpha 11)

11 Mar 14:11
8e6b636
Compare
Choose a tag to compare
Pre-release

Changelog

  • Chore: Added support for Laravel 12, removed support for Laravel 9
  • Chore: Improved tooling

Version 3.0.0 (Alpha 10) Pre-release

13 Feb 16:38
9c1d7be
Compare
Choose a tag to compare
Pre-release

Change log

  • Fix: Fixed deprecation warnings in PHP 8.4

Version 3.0.0 (Alpha 9)

11 Jun 10:30
5eaac70
Compare
Choose a tag to compare
Pre-release

Changelog

  • Fix: Logging channel configuration would not be applied due to a dependency resolution issue

Full Changelog: 3.0.0-alpha.8...3.0.0-alpha.9

Version 3.0.0 (Alpha 8)

15 May 11:41
a2f3bc6
Compare
Choose a tag to compare
Pre-release

Changelog

  • Fix: The index option would not be removed from the client config before building

Version 3.0.0 (Alpha 7)

15 May 06:34
91a7e23
Compare
Choose a tag to compare
Pre-release

Change log

  • Fix: Calls to methods that don't exist on either model or query would lead to recursive call forwarding
  • Fix: Improved deprecations to point to proper origin
  • Chore: Removed deprecated code and updated tests
  • Chore: Introduced more static typing

Version 3.0.0 (Alpha 6)

14 May 20:58
2d09adb
Compare
Choose a tag to compare
Pre-release

Changelog

  • Regression: Fixed cyclic dependency resolution issue