Releases: chain/sequence-sdk-java
Releases · chain/sequence-sdk-java
Sequence Java SDK v2.2
- 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'sexception
property. - Added support for dynamically addressing different API hosts for
individual ledgers. Internal APIs only, works automatically.
Sequence Java SDK v2.1.1
- 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
Added transaction tags. More info
Sequence Java SDK v2.0.1
- Generate unique request IDs in the client for easier debugging support
- Support compilation under Java 9, 10
Sequence Java SDK v2
- Updated copyright year in LICENSE to be 2018.
Sequence Java SDK v2-rc2
- Changed
Action|ActionSum.tags
type fromObject
toMap<String, Object>
.
Sequence Java SDK v1.5.3
- The
contracts
property onTransaction
has been deprecated. UseToken.ListBuilder
instead.
Sequence Java SDK v2-rc1
- Removed all deprecated code.
- Added
Stats#ledgerType
.
Sequence Java SDK v1.5.2
- The
assetTags
,sourceAccountTags
, anddestinationAccountTags
properties
onActionSum
have been deprecated; the new property issnapshot
.
Usesnapshot.FlavorTags
instead ofassetTags
.
Usesnapshot.SourceAccountTags
andsnapshot.destinationAccountTags
. - The
referenceData
property onActionSum
has been deprecated; the new
property istags
. - The
assetAlias
andassetId
properties onActionSum
have been deprecated;
the new property isflavorId
. BasePageIterable
and its subclassesAccount.PageIterable
,
ActionSum.PageIterable
,Feed.PageIterable
,Flavor.PageIterable
,
Key.PageIterable
, andTransaction.PageIterable
have been deprecated;
seee Pagination for new
interfaces.QueryBuilder
classes onFeed
,Flavor
,Key
, andTransaction
have been
deprecated; useListBuilder
instead.
Sequence Java SDK v1.5.1
- The
addKeyById
method onAccount.Builder
andFlavor.Builder
has been
deprecated; the new method isaddKeyId
. - The
addSourceContractId
method onTransaction.Builder.Action.Transfer
andTransaction.Builder.Action.Retire
has been deprecated.