Releases: storviaio/vantage
Releases · storviaio/vantage
v0.1.23
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
- @scripting4u made their first contribution in #50
Full Changelog: v0.1.22...v0.1.23
v0.1.22
What's Changed
- Enhance package tooling by @ansezz in #31
- Feature/optimized tag aggregation by @houdaslassi in #40
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #39
New Contributors
- @dependabot[bot] made their first contribution in #39
Full Changelog: v0.1.21...v0.1.22
v0.1.21: Merge pull request #38 from houdaslassi/refactor/code-improvements
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
Fixed:
- Replaced deprecated
diffInRealMillisecondsmethod withdiffInUTCMillisecondsin RecordJobFailure and RecordJobSuccess listeners to address Carbon deprecation warnings
Maintenance:
- Updated
.gitignoreto prevent build artifacts and cache directories from being committed
v0.1.19
🔧 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
Hotfix: Migration compatibility with custom database connections
v0.1.17
What's Changed
- fix: skip counting released jobs as processed by @houdaslassi in #26
Full Changelog: v0.1.16...v0.1.17
v0.1.16
What's Changed
- feat: Add prune command for job retention by @houdaslassi in #21
- feat: Add performance optimizations for large datasets by @houdaslassi in #23
Full Changelog: v0.1.15...v0.1.16
v0.1.15
What's Changed
- Refactor Vantage middleware to rely on Gate logic by @Jaspur in #16
- Dashboard Enhancements: by @houdaslassi in #18
Full Changelog: v0.1.14...v0.1.15
v0.1.14
🐛 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