Releases: ovh/kmip-go
Releases · ovh/kmip-go
v0.3.3
v0.3.2
🚀 Features
- Treat out-of-version fields as optional and decode if provided
🐛 Bug Fixes
- Truncate requests header timestamp instead of rounding
v0.3.1
🐛 Bug Fixes
- (server) ID placeholder must not take a pointer anymore
- Set CryptographicParameters.SaltLength back to a pointer
v0.3.0
🚀 Features
- (client) Optionally customize TLS1.2 cipher suites
🚜 Refactor
- [breaking] Use omitempty instead of pointers where the zero value has no meaning
- [breaking] Normalize enums / consts names to go conventions
⚠️ BREAKING CHANGES:
- use omitempty instead of pointers where the zero value has no meaning
- normalize enums / consts names to go conventions
v0.2.5
v0.2.4
🚀 Features
- Add support for sign & signature verify operations
- Add ErrInvalidField error
v0.2.3
🐛 Bug Fixes
- (client) Try reconnect after a reconnection attempt failure
⚙️ Miscellaneous Tasks
- Fix typos
v0.2.2
🚀 Features
- Implement MarshalText() on all enums and bitmasks
🐛 Bug Fixes
- Nil pointer issue when setting attributes on a rekey operation
v0.2.1
🚀 Features
- (client) Register public/private key from PEM data
v0.2.0
🚀 Features
- Add helper methods for key formatting and conversion
🧪 Testing
- Do not bundle oasis test cases in kmiptest pkg
⚙️ Miscellaneous Tasks
- Fix typo