jul 6, 2026
7 links from the engineering internet.
apache airflow 3.3.0 ships asset partitioning and a task state store
airflow 3.3.0 adds partition mappers that fan asset events out to downstream runs, a first-class task and asset state store that survives retries, pluggable retry policies, and an experimental language task sdk for writing tasks in java and go.
terraform 1.16 alpha adds an ephemeral store block to terraform_data
the first 1.16 alpha lands a store block in terraform_data for ephemeral and sensitive values, resource action failure modes (halt, taint, continue), json output for state show and workspace list, mermaid graph export, and linux s390x builds.
meilisearch 1.49 makes synonym storage up to 13x cheaper
meilisearch 1.49.0 loads synonyms lazily, only when a word actually matches one, instead of holding them all in memory. that cuts synonym storage cost by up to 13x on synonym-heavy indexes, with openapi and workflow fixes alongside.
llama.cpp b9885 enables tiled matmul on aix for ~2x cpu throughput
build b9885 turns on the tiled matmul path for ibm aix while shrinking its stack buffer to avoid segfaults, roughly doubling prompt-processing speed for fp32, q4_0, and q8_0 models on that platform.
localai 4.6.1 adds a model-capabilities endpoint and quiets oidc logs
localai 4.6.1 adds a get /v1/models/capabilities endpoint so clients can query per-model features, tones down noisy oidc/oauth logging, and ships fixes for reasoning models and distributed load balancing across backends.
n8n 2.29.6 pins langgraph to stop broken npm installs
n8n 2.29.6 and 2.28.7 pin langgraph and langgraph-checkpoint to compatible versions after a transitive bump started breaking fresh npm installs of the workflow-automation tool.
posthog cli 0.8.1 starts reporting its own errors via telemetry
the posthog cli 0.8.1 patch captures cli errors through posthog's own telemetry so failures in the tool surface back to the maintainers instead of dying silently on user machines.