Skip to content

Releases: harlan-zw/laravel-swiftype

2.0.3

04 Dec 02:59
51d18d5
Compare
Choose a tag to compare

What's Changed

  • Add support for illuminate/support 9.x by @Baune8D in #29

New Contributors

Full Changelog: 2.0.2...2.0.3

v2.0.0

12 Jul 02:01
2355e45
Compare
Choose a tag to compare

⚠️ Breaking changes

The package "elastic/app-search" has been replaced with "elastic/enterprise-search" to provide PHP8 support. This has changed the signature of some of the Engine classes (SwiftypeEngine, Api).

Please test with the updated version thoroughly.

🎉 Features

  • PHP8.0 support
  • Support self-hosted instances, thanks @matijse

v1.1.0

17 Sep 00:16
Compare
Choose a tag to compare

🎉 Features

  • Laravel 8 support

🐛 Bug fixes

  • Fix bulk update key error

v0.4.0

06 Aug 04:28
Compare
Choose a tag to compare

🐛 Bugs Fixed

  • Page chunking pagination issue
  • Job namespace issues

v0.3.0

06 Aug 01:04
Compare
Choose a tag to compare

🎉 Features

  • New ability to iterate through all page results using listAllDocumentsByPages
  • New ability to chunk create and delete document patches