# Edge components release with Agent Proxy fixes and expanded workload events

Aembit has released new versions of the following components and packages:

* Agent Proxy 1.34.5755
* AWS Lambda Extension 1.34.175
* Agent Injector 1.34.433
* Sidecar Init 1.34.138
* Helm Chart 1.34.566
* AWS ECS Terraform 1.34.1
* Aembit CLI 1.34.5772

For the latest available versions of these components, see the [Edge Components Supported Versions](/reference/edge-components/edge-component-supported-versions) page.

Key Updates:

* **Workload events carry the authorization chain**: Agent Proxy events now include the [`authorizationChain`](/user-guide/audit-report/workload-events/reference/#top-level-fields) field, an ordered list of the context IDs of the authorization events behind the request, so you can trace an event back to the directive and credential retrievals that authorized it.
* **Aembit-generated responses keep their outcome fields**: When Aembit answers a request in place of the Server Workload, the response event now reports the generated response’s `severity`, `outcome.result`, and `outcome.reason`. Earlier versions cleared those fields between the request and the response, so the event recorded an incomplete outcome.
* **Windows installer honors the gRPC keep-alive properties**: The MSI now applies `AEMBIT_TENANT_GRPC_PING_INTERVAL_SECS` and `AEMBIT_TENANT_GRPC_PING_TIMEOUT_SECS` when you pass them as install-time properties. See [Configuring gRPC keep-alives](/user-guide/deploy-install/virtual-machine/windows/agent-proxy-install-windows/#configuring-grpc-keep-alives).
* **Linux installer validates Agent Proxy arguments**: The Linux installer script now checks Agent Proxy arguments before it installs, so an invalid value in a numeric environment variable such as `AEMBIT_HTTP_IDLE_TIMEOUT_SECS` is reported at install time.
* **Container image updates**: Agent Injector and Sidecar Init move to a newer Debian base image, and AWS Lambda Extension updates its Go version.

Dependency security fixes also shipped in this build. See [Edge components dependency security updates](/changelog/entry/2026-08-27-edge-components-dependency-security-updates).