Release notes
OpsProbe v0.3.9: daily analytics query fix.
A patch release restores daily PV/UV trend data for PostgreSQL deployments.
Quick answer
After the v0.3.8 administrator workspace release, the daily analytics endpoint failed on PostgreSQL because a bound bigint was not implicitly cast for date subtraction. v0.3.9 fixes that query.
Fix
- Cast the generated day-series offset to an integer before subtracting it from
current_date. - Restore
/admin-api/analytics/dailyand administrator PV/UV charts in production. - Keep all v0.3.8 administrator routes and static assets compatible.
Verification
- Rust compile, format, test, and release build checks passed.
- Production daily analytics smoke test passed after restart.