You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix C code bugs in set_image_delay and label (#512)
Remove incorrect defers that would free internal vips pointers (#511)
Update dependencies to fix known vulnerabilities
Simplify CI workflow, align Go version with go.mod (#519)
Breaking
Removed vips/pipeline package — it was a thin wrapper over ImageRef methods covering ~40 of 139 methods, creating a dual-surface problem. Use ImageRef methods directly.