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

Latest commit

 

History

History
178 lines (91 loc) · 5.64 KB

CHANGELOG.md

File metadata and controls

178 lines (91 loc) · 5.64 KB

Changelog

All notable changes to laravel-haystack will be documented in this file.

Version v0.10.1 - 2022-10-30

What's Changed

  • Fix typo command output on clearing haystacks by @faisuc in #58

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.10.0...v0.10.1

Version v0.10.0 - 2022-10-07

What's Changed

  • Feature | Multiple Callbacks & Middleware by @Sammyjo20 in #48

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.9.0...v0.10.0

Version v0.9.0 - 2022-10-04

What's Changed

  • Fix | Removed Spatie Laravel Package Tools by @Sammyjo20 in #47

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.8.5...v0.9.0

Version v0.8.5 - 2022-10-04

  • Updated docs

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.8.4...v0.8.5

Version v0.8.4 - 2022-10-01

What's Changed

  • Feature | Configured install command by @Sammyjo20 in #46

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.8.3...v0.8.4

Version v0.8.3 - 2022-10-01

What's Changed

  • Feature | Models on Haystacks by @Sammyjo20 in #45

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.8.2...v0.8.3

Version v0.8.2 - 2022-09-29

What's Changed

  • Feature | Allow Failures Improvements by @Sammyjo20 in #43

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.8.1...v0.8.2

Version v0.8.1 - 2022-09-29

  • Revised documentation

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.8.0...v0.8.1

Version v0.8.0 - 2022-09-29

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.

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.7.6...v0.8.0

Version v0.7.6 - 2022-09-18

What's Changed

  • Feature | Chunkable Jobs by @Sammyjo20 in #40

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.7.5...v0.7.6

Version v0.7.5 - 2022-09-11

What's Changed

  • Feature | Initial Data by @Sammyjo20 in #38

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.7.4...v0.7.5

Version v0.7.4 - 2022-08-19

What's Changed

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

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.7.3...v0.7.4

Version v0.7.3 - 2022-08-18

What's Changed

  • Feature | Added declare strict types by @Sammyjo20 in #31

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.7.2...v0.7.3

Version v0.7.2 - 2022-08-18

What's Changed

  • Add conditional objects when adding job to haystack by @faisuc in #30

New Contributors

  • @faisuc made their first contribution in #30

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.7.1...v0.7.2

Version v0.7.1 - 2022-08-10

What's Changed

  • Add haystacks:clear and haystacks:forget commands by @viicslen in #29

New Contributors

  • @viicslen made their first contribution in #29

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.7.0...v0.7.1

Version v0.7.0 - 2022-08-09

What's Changed

  • Names and appending multiple jobs by @Sammyjo20 in #26

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.6.0...v0.7.0

Version v0.6.0 - 2022-08-08

What's Changed

  • Changed "appendToHaystackNext" to "prependToHaystack" by @Sammyjo20 in #25

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.5.0...v0.6.0

Version v0.5.0 - 2022-08-08

What's Changed

  • Append to the next job in the haystack by @Sammyjo20 in #24

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.4.3...v0.5.0

Version v0.4.3 - 2022-08-07

What's Changed

  • Cancelling haystacks by @Sammyjo20 in #20

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.4.2...v0.4.3

Version v0.4.2 - 2022-08-06

What's Changed

  • Added closure check before running queries by @Sammyjo20 in #19

Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.4.1...v0.4.2