Skip to content

Sequence Java SDK v1.5.2

Choose a tag to compare

@croaky croaky released this 27 Mar 17:00
· 65 commits to main since this release
  • The assetTags, sourceAccountTags, and destinationAccountTags properties
    on ActionSum have been deprecated; the new property is snapshot.
    Use snapshot.FlavorTags instead of assetTags.
    Use snapshot.SourceAccountTags and snapshot.destinationAccountTags.
  • The referenceData property on ActionSum has been deprecated; the new
    property is tags.
  • The assetAlias and assetId properties on ActionSum have been deprecated;
    the new property is flavorId.
  • BasePageIterable and its subclasses Account.PageIterable,
    ActionSum.PageIterable, Feed.PageIterable, Flavor.PageIterable,
    Key.PageIterable, and Transaction.PageIterable have been deprecated;
    seee Pagination for new
    interfaces.
  • QueryBuilder classes on Feed, Flavor, Key, and Transaction have been
    deprecated; use ListBuilder instead.