jun 16, 2026
3 links from the engineering internet.
P
P
pypi.org
weboss
sentry-sdk 2.63.0 gates client ip and query strings behind send_default_pii
the python sdk's asgi integrations now only send query strings and client ip when send_default_pii is on, fixes double-wrapping of sync handlers on fastapi 0.137+, and removes serializer reference cycles to cut per-call memory.
P
P
pypi.org
aiinfra
litellm 1.89.1 backports stable patch set with mcp and model-info fixes
the llm gateway ships a 1.89.1 patch on the stable branch, backporting the 1.84.8 patch set plus fixes to mcp handling, model-info, and database behavior for self-hosted deployments.
G
G
github.com
aioss
llama.cpp ships backend sampling support for eagle3 speculative decoding
the inference engine merges backend sampling support for eagle3, the speculative-decoding method, moving its sampling step onto the compute backend. the tagged build ships binaries across cuda, vulkan, rocm, metal, and cpu.