Skip to content

Releases: dereuromark/cakephp-queue

8.0.0

11 Mar 22:47
Compare
Choose a tag to compare

Improvements

This new major ships with a few improvements:

  • Cleaned up DB migration files using a single snapshot. It is expected that all previous migrations have been run for existing installs.
  • Fix up data field to be of JSON type. Conversion to array is now happening automatically, so make sure you are not using manual encode/decode anywhere. Also make sure that you are not using deprecated serialize/unserialize, as now everything is using JSON.
  • Support DTOs for $data param of createJob()
  • Support Config object for $options param of createJob()
  • Support more customizable Icon templating in backend

So make sure that you migrated away from passing whole serialized objects in your payload in favor of ->toArray() or "JSON string" representation - which also can build up the object afterward again inside the run() method.
It usually also decreases DB row size and is safer around code upgrade deployment (serialized objects often break here after the slightest change).

For more info on changes coming from v7 see included upgrade guide in docs/ folder.

Full Changelog: 7.2.2...8.0.0

7.2.3

09 Mar 16:24
Compare
Choose a tag to compare

Improvements

Add generic type hint + helpful exception for ServicesTrait

8.0.0-RC

07 Mar 22:50
Compare
Choose a tag to compare
8.0.0-RC Pre-release
Pre-release

Improvements

This new v8 major contains some cleanup.
It is more internal, so most apps will not have to change a single line.

For more info on changes coming from v7 see included upgrade guide in docs/ folder.

Please test and give feedback so we can release v8 stable next week.

7.2.2

06 Mar 15:12
c56f4f6
Compare
Choose a tag to compare

Improvements

  • Make sure Migrations work for mssql.

Full Changelog: 7.2.1...7.2.2

7.2.1

23 Feb 18:14
Compare
Choose a tag to compare

Fixes

Fixed up custom finder signature for PHPStan

7.2.0

07 Feb 23:33
5a1f127
Compare
Choose a tag to compare

Improvements

  • Add status field queued_jobs to search by @LordSimal in #399
  • Improve usage of defaultworkertimeout by @michielkeijts in #401
  • Allow providing serialized way of Message object for easier 4.x upgrading in #397

Full Changelog: 7.1.3...7.2.0

7.1.3

23 Jan 06:24
Compare
Choose a tag to compare

Fixes

Fixed migration file for Postgres.

7.1.2

11 Dec 22:25
Compare
Choose a tag to compare

Fixes

Fixed icon in template for new Templating plugin support.

6.9.1

04 Dec 22:17
Compare
Choose a tag to compare

Fixes

Fixed migration version.

7.1.1

02 Dec 23:58
Compare
Choose a tag to compare

Fixes

Fixed migration version.