Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Releases: Sammyjo20/laravel-haystack

Version v0.8.5

04 Oct 11:18
559c2a7
Compare
Choose a tag to compare
  • Updated docs

Full Changelog: v0.8.4...v0.8.5

Version v0.8.4

01 Oct 21:03
6dd9676
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v0.8.4

Version v0.8.3

01 Oct 19:48
d9878d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

Version v0.8.2

29 Sep 21:08
9c597ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

Version v0.8.1

29 Sep 20:28
624f649
Compare
Choose a tag to compare
  • Revised documentation

Full Changelog: v0.8.0...v0.8.1

Version v0.8.0

29 Sep 20:24
935a365
Compare
Choose a tag to compare

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 the haystacks table
  • Changed value column on the haystack_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

18 Sep 20:37
b14e0c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.5...v0.7.6

Version v0.7.5

11 Sep 20:28
767572e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.4...v0.7.5

Version v0.7.4

19 Aug 06:50
Compare
Choose a tag to compare

What's Changed

  • Use conditional clauses when building haystack by @faisuc in #32

Full Changelog: v0.7.3...v0.7.4

Version v0.7.3

18 Aug 21:42
25a74de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3