This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Releases: Sammyjo20/laravel-haystack
Releases · Sammyjo20/laravel-haystack
Version v0.8.5
- Updated docs
Full Changelog: v0.8.4...v0.8.5
Version v0.8.4
What's Changed
- Feature | Configured install command by @Sammyjo20 in #46
Full Changelog: v0.8.3...v0.8.4
Version v0.8.3
Version v0.8.2
What's Changed
- Feature | Allow Failures Improvements by @Sammyjo20 in #43
Full Changelog: v0.8.1...v0.8.2
Version v0.8.1
- Revised documentation
Full Changelog: v0.8.0...v0.8.1
Version v0.8.0
New Features
- New
allowFailures
option added when building Haystacks to continue processing the next job even if jobs fail. @Sammyjo20 in #42
Other Changes
- Switched to a new HaystackOptions class instead of multiple database options for better compatibility with future options.
- Fixed an issue where timestamps weren't being set when haystack bales are added to the queue
Breaking Changes
- Added a new text "options" column to store the new HaystackOptions class.
- Removed old
return_data
column on thehaystacks
table - Changed
value
column on thehaystack_data
table to a longText to support more data.
Run the following migration file to fix the breaking changes: https://gist.github.com/Sammyjo20/9db0ccea0914455bd6289bd904bab90a
Full Changelog: v0.7.6...v0.8.0
Version v0.7.6
Version v0.7.5
Version v0.7.4
What's Changed
Full Changelog: v0.7.3...v0.7.4
Version v0.7.3
What's Changed
- Feature | Added declare strict types by @Sammyjo20 in #31
Full Changelog: v0.7.2...v0.7.3