Skip to content

Releases: storviaio/vantage

v0.1.25

15 Apr 11:58
0afdb12

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump phpstan/phpstan-deprecation-rules from 2.0.3 to 2.0.4 by @dependabot[bot] in #55
  • chore(deps-dev): bump phpstan/phpstan-phpunit from 2.0.8 to 2.0.16 by @dependabot[bot] in #54
  • chore(deps-dev): bump phpstan/phpstan from 2.1.33 to 2.1.40 by @dependabot[bot] in #53
  • chore(deps-dev): bump laravel/pint from 1.26.0 to 1.27.1 by @dependabot[bot] in #52
  • chore(deps-dev): bump larastan/larastan from 3.8.1 to 3.9.3 by @dependabot[bot] in #51
  • feat: add optional REST/JSON API with Bearer token authentication by @houdaslassi in #62

Full Changelog: v0.1.24...v0.1.25

v0.1.24

23 Mar 12:12
bb8996a

Choose a tag to compare

What's Changed

Full Changelog: v0.1.23...v0.1.24

v0.1.23

03 Mar 23:44
42c7776

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump larastan/larastan from 3.8.0 to 3.8.1 by @dependabot[bot] in #41
  • exclude jobs via config or interface by @scripting4u in #50

New Contributors

Full Changelog: v0.1.22...v0.1.23

v0.1.22

16 Dec 21:34
b36fccc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.21...v0.1.22

v0.1.21: Merge pull request #38 from houdaslassi/refactor/code-improvements

10 Dec 16:03
db0f8c7

Choose a tag to compare

Fixed

  • Fix memory exhaustion issue with large datasets (40k+ jobs) by processing records in chunks instead of loading all into memory. Reduces memory usage

v0.1.20

08 Dec 11:36
f8e3dcb

Choose a tag to compare

Fixed:

  • Replaced deprecated diffInRealMilliseconds method with diffInUTCMilliseconds in RecordJobFailure and RecordJobSuccess listeners to address Carbon deprecation warnings

Maintenance:

  • Updated .gitignore to prevent build artifacts and cache directories from being committed

v0.1.19

26 Nov 12:38
6c82e91

Choose a tag to compare

🔧 Hotfix

Restores “Processed” status updates for drivers that mark jobs as deleted immediately in some drivers while still correctly skipping released or rate-limited jobs.

v0.1.18

25 Nov 12:38
db1260e

Choose a tag to compare

Hotfix: Migration compatibility with custom database connections

v0.1.17

24 Nov 22:36
5cad475

Choose a tag to compare

What's Changed

Full Changelog: v0.1.16...v0.1.17

v0.1.16

21 Nov 20:14
2406e0d

Choose a tag to compare

What's Changed

Full Changelog: v0.1.15...v0.1.16