Skip to content

Aembit CLI changelog

Agent CLI Version Release Date Platforms Notes
1.31.4764 5/2/2026 Linux (amd64, arm64)
Windows (amd64)
Add upstream HTTP proxy support; add --client-workload-id flag and OIDC token expiration validation; add support for gathering dynamic claims from environment variables
1.24.3328 7/29/2025 Linux (amd64, arm64)
Windows (amd64)

The version number has three parts: major.minor.patch. For example, 1.24.3328 indicates:

  • Major version: 1 - This indicates a major release that may include breaking changes.
  • Minor version: 24 - This indicates a minor release that adds new features or improvements without breaking existing functionality.
  • Patch version: 3328 - This indicates a patch release that includes bug fixes or minor improvements.
  • Added --client-workload-id option to the credentials get command. Use this to specify a Client Workload ID when multiple workloads share the same Trust Provider.
  • Added expiration validation for OIDC tokens provided with --id-token.

Initial release!