jul 17, 2026
5 links from the engineering internet.
llama.cpp b10058 adds vulkan q2_0 quantization support
the vulkan backend gains the q2_0 quantization format and doubles the rows per workgroup for matrix-vector multiplication, giving better throughput than q2_k on gpu inference.
tokio 1.53.0 adds a task schedule latency metric and fs conversions
the runtime release adds a task schedule latency metric, ownedfd and ownedhandle conversions for filesystem types, and unix socketaddr methods, plus fixes for mpsc receiver wakeups and a runtime constructor stack overflow.
n8n 2.31.3 signs ses requests with the ses service name
the patch fixes aws ses request signing to use the correct ses service name so email-sending nodes authenticate, and corrects end-user credential validation and identity-hook recognition.
astro 7.1.1 fixes encoded paths under domain-based i18n
the patch fixes encoded request paths being routed to the wrong locale when domain-based i18n is enabled, so percent-encoded urls resolve to the correct domain.
litellm v1.90.5 backports a docker source directory fix
the release cuts a stable 1.90.x patch that backports a docker source directory restoration fix, unbreaking container builds off the pinned line.