Skip to content

Releases: cineman/beryllium

v2.0.0

11 Jul 09:20
367fe67
Compare
Choose a tag to compare

What's Changed

  • PJAS-466 Tasks being enqueued multiple times during peak hours by @dgjorgjiev-prospective in #1

New Contributors

  • @dgjorgjiev-prospective made their first contribution in #1

Full Changelog: v1.1.1...v2.0.0

v1.1.1

16 Apr 13:48
Compare
Choose a tag to compare
fixed active workers counter

v1.1.0

09 Feb 22:58
Compare
Choose a tag to compare

This version introduces a lot of new features and long needed changes.

Changes:

  • Added a benchmark test. bin/benchmark.
    The test will run a simple hashing proof of work in series and then in parallel and compares the results.
  • The Beryllium PM entrypoint should only be for testing. The rename from pm to test-pm should make that clear.
  • PHP 8 Support.
  • Finally actually declared all the methods in the DriverInterface.
  • Differentiation between queue and lock key prefixes.
  • Now throwing specific exception for unexpected behaviour.
  • Added missing type definitions.
  • Added distributes mutex system.
  • Allow custom "max retries" per job.
  • Improved test coverage by a lot.. a lot

v1.0.5

25 Feb 06:14
Compare
Choose a tag to compare
Access to the waiting count

Fixed PHPRedis deprecations

08 Jul 12:06
Compare
Choose a tag to compare
v1.0.4

Fixed PHPRedis deprecation

v1.0.3

27 May 12:29
Compare
Choose a tag to compare
Allow to modify default settings

v1.0.2 PM Verbosity

27 May 12:08
Compare
Choose a tag to compare
Added optional verbosity

v1.0.1 Custom key prefix support

12 Feb 15:50
Compare
Choose a tag to compare
Added custom prefix support for Redis driver

🎉

25 Oct 09:58
Compare
Choose a tag to compare
v1.0.0

Merge branch 'master' of https://github.com/cineman/beryllium