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
This version does not contain any functional changes. It only updates third-party dependencies. Users of the binary releases or the official container images should be aware that there was a switch from Debian to Alpine as the base system.
This version does not contain any functional changes. It only updates third-party dependencies. Note: The release binaries attached on GitHub are now built with the Ubuntu 24.04 base image, which means they won't work on older systems. It's been long enough, though.
This version introduces a new setting, --threads/CAMO_THREADS that allows limiting the number of worker threads spawned by camo-rs. If this flag is not set, the number of available CPU cores will be used, which matches the current behavior.
This version does not contain any functional changes. It updates third-party dependencies and enables more compile-time optimizations. For most users, the only difference should be more consistent binary sizes, but there might be minimal performance improvements in larger deployments.