Skip to content

Releases: chain/sequence-sdk-java

Sequence Java SDK v2.2

08 Aug 23:56
Compare
Choose a tag to compare
  • Resolved issue where polling for Feed items would end unexpectedly.
    Feeds now reconnect consistently in the event of a timeout, and errors
    during iteration are available on the feed's exception property.
  • Added support for dynamically addressing different API hosts for
    individual ledgers. Internal APIs only, works automatically.

Sequence Java SDK v2.1.1

07 Aug 20:58
Compare
Choose a tag to compare
  • Expose additional details about errors specific to actions in a transaction.
  • Resolved an issue related to GSON when using multiple threads.
  • Added support for updating Action tags

Sequence Java SDK v2.1

16 May 18:51
Compare
Choose a tag to compare

Added transaction tags. More info

Sequence Java SDK v2.0.1

02 May 01:08
Compare
Choose a tag to compare
  • Generate unique request IDs in the client for easier debugging support
  • Support compilation under Java 9, 10

Sequence Java SDK v2

18 Apr 22:24
Compare
Choose a tag to compare
  • Updated copyright year in LICENSE to be 2018.

Sequence Java SDK v2-rc2

13 Apr 19:39
Compare
Choose a tag to compare
  • Changed Action|ActionSum.tags type from Object to Map<String, Object>.

Sequence Java SDK v1.5.3

11 Apr 18:37
Compare
Choose a tag to compare
  • The contracts property on Transaction has been deprecated. Use Token.ListBuilder instead.

Sequence Java SDK v2-rc1

11 Apr 19:00
Compare
Choose a tag to compare
Pre-release
  • Removed all deprecated code.
  • Added Stats#ledgerType.

Sequence Java SDK v1.5.2

27 Mar 17:00
Compare
Choose a tag to compare
  • 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.

Sequence Java SDK v1.5.1

20 Mar 17:56
Compare
Choose a tag to compare
  • The addKeyById method on Account.Builder and Flavor.Builder has been
    deprecated; the new method is addKeyId.
  • The addSourceContractId method on Transaction.Builder.Action.Transfer
    and Transaction.Builder.Action.Retire has been deprecated.