v0.1.11
Golang [1.15.7, 1.15.8, 16rc1]
Changes
SDK
- Prepare to
go1.16
migration,x509.DecryptPEM
deprecation replaced by PKCS#8 (PBES2 AES only) - #20 oplog
is sorted to get a stable output - #30- Fixed an issue when passing a json object as a template value which is not deserializable as
map[string]interface{}
. When it's the case error is raised and inform the user that he could use an explicit prefix - #30 - Generate a YAML
BundlePatch
frombundle diff
- #31 from oplog
can be used to create aBundle
from JSON OpLog format - #33