Skip to content

Releases: storviaio/vantage

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

v0.1.15

20 Nov 15:04
0c5d52d

Choose a tag to compare

What's Changed

Full Changelog: v0.1.14...v0.1.15

v0.1.14

19 Nov 22:28
76b7da3

Choose a tag to compare

🐛 Bug Fixes

Fix SQL Query Regression

  • Fixed regression introduced during branch merge that broke SQL compatibility
  • Resolves compatibility issues with PostgreSQL that were reintroduced

Full Changelog: v0.1.13...v0.1.14