NOTE: This release includes a minor update for a versioning error in the previous release (v1.1.0) which caused the agent to report its current version as v1.0.1 instead of v1.1.0.
- NEW: The agent can now be built with two new feature flags that improve security posture:
prefer-post-quantum
: enables post-quantum key exchange by makingX25519MLKEM768
the highest-priority key exchange algorithm.fips
: restricts the cipher suites used by the agent to only FIPS-approved ciphers.
- NEW: A new config option,
log_to_file
, can be used to control whether the agent writes logs to a file (default) or to stdout/stderr. Setting this option tofalse
allows the agent to work correctly with journald when running the agent as a systemd service.
What's Changed
- Group GH actions & Docker dependabot updates by @simonmarty in #71
- Update Cargo.lock by @simonmarty in #76
- Added Config Parameter to control STS check on startup by @gnaikrah in #70
- Provide a feature to prefer post quantum key exchange. by @simonmarty in #78
- feat: FIPS support by @ThirdEyeSqueegee in #83
- chore: bump project version by @ThirdEyeSqueegee in #90
- feat: add console logging support by @ThirdEyeSqueegee in #87
New Contributors
- @gnaikrah made their first contribution in #70
- @ThirdEyeSqueegee made their first contribution in #83
Full Changelog: v1.1.0...v1.2.0