Skip to content

v3.6.0

Compare
Choose a tag to compare
@davidgrayston davidgrayston released this 06 Aug 11:05
· 483 commits to master since this release

Added

  • ActivityDetails.getApplicationProfile()
  • ActivityDetails.getTimestamp()
  • Attribute.getAnchors()
  • YotiAnchor.getType()
  • Profile.getAttributes()
  • YotiDate extending Date, providing methods:
    • getMicroseconds() - Number between 0 and 999999, representing the microseconds.
    • getMicrosecondTimestamp() - Returns ISO 8601 UTC timestamp with microseconds.
    • getMicrosecondTime() - Time with microseconds.
  • Support for dynamic scenarios, including:
    • YotiClient.createShareUrl()
    • DynamicScenarioBuilder
    • DynamicPolicyBuilder
    • WantedAttributeBuilder
    • ExtensionBuilder
    • LocationConstraintExtensionBuilder
    • TransactionalFlowExtensionBuilder
  • ApplicationProfile providing methods:
    • getName()
    • getUrl()
    • getLogo()
    • getReceiptBgColor()

Changed

  • YotiSignedTimeStamp.getTimestamp() now returns YotiDate which extends Date
  • AnchorProcessor now processes all anchors. Unknown anchors have empty "" value and type UNKNOWN

Deprecated

  • AnchorProcessor.getAnchorByOid()
  • AnchorProcessor.getAnchorValueByOid()
  • AnchorProcessor.getAnchorsByCertificate()
  • AnchorProcessor.mergeAnchorsLists()
  • AnchorProcessor.processSingleAnchor()