Releases: eu-digital-green-certificates/dgc-lib
Releases · eu-digital-green-certificates/dgc-lib
1.1.1
1.1.0 (Breaking Change)
Attention
This Release contains breaking changes:
- The method
withPayloadCertificate()
of SignedCertificateMessageBuilder is now deprecated. The methodwithPayload()
with the same signature should be used instead - The method
getPayloadCertificate()
of SignedCertificateMessageParser is now deprecated. The methodgetPayload()
with the same signature should be used instead. - The value
FAILURE_CMS_BODY_NO_CERTIFICATE
in ParserState Enum is deprecated and not used anymore. Instead the propertyFAILURE_CMS_BODY_PARSING_FAILED
is used as a replacement.
Enhancements
- Add Connector for ValidationRules, ValueSets and CountryList #50
- Add String CMS Message Builder And Parser #42
- Update Dependencies #47