You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deps): bump cipherstash-client from 0.33.2 to 0.34.0-alpha.2
Migrate ZeroKMS initialization from config-builder chain
(ConsoleConfig/CtsConfig/ZeroKMSConfig/EnvSource) to the new
ZeroKMSBuilder + AutoStrategy API.
- Replace AutoRefresh<ServiceCredentials> with AutoStrategy
- Use ClientKey::from_hex_v1 for client key construction
- Update error variant: zerokms::Error::Credentials -> Error::Auth
- Add ZeroKMSBuilderError variant to Error enum
- Remove build_zerokms_config (replaced by init_zerokms_client)
- Update cts-common to 0.34.0-alpha.3
- Pin vitaminc to 0.1.0-pre4.1 (pre4.2 broke backward compat)
0 commit comments