Skip to content

1.1.0 (Breaking Change)

Compare
Choose a tag to compare
@f11h f11h released this 23 Jun 12:41
· 124 commits to main since this release
cdd10ea

Attention

This Release contains breaking changes:

  • The method withPayloadCertificate() of SignedCertificateMessageBuilder is now deprecated. The method withPayload() with the same signature should be used instead
  • The method getPayloadCertificate() of SignedCertificateMessageParser is now deprecated. The method getPayload() 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 property FAILURE_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

Others

  • fix/test-ma-fied #49
  • update dcc time format #48