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'sexceptionproperty. - 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.tagstype fromObjecttoMap<String, Object>.
Sequence Java SDK v1.5.3
- The
contractsproperty onTransactionhas been deprecated. UseToken.ListBuilderinstead.
Sequence Java SDK v2-rc1
- Removed all deprecated code.
- Added
Stats#ledgerType.
Sequence Java SDK v1.5.2
- The
assetTags,sourceAccountTags, anddestinationAccountTagsproperties
onActionSumhave been deprecated; the new property issnapshot.
Usesnapshot.FlavorTagsinstead ofassetTags.
Usesnapshot.SourceAccountTagsandsnapshot.destinationAccountTags. - The
referenceDataproperty onActionSumhas been deprecated; the new
property istags. - The
assetAliasandassetIdproperties onActionSumhave been deprecated;
the new property isflavorId. BasePageIterableand its subclassesAccount.PageIterable,
ActionSum.PageIterable,Feed.PageIterable,Flavor.PageIterable,
Key.PageIterable, andTransaction.PageIterablehave been deprecated;
seee Pagination for new
interfaces.QueryBuilderclasses onFeed,Flavor,Key, andTransactionhave been
deprecated; useListBuilderinstead.
Sequence Java SDK v1.5.1
- The
addKeyByIdmethod onAccount.BuilderandFlavor.Builderhas been
deprecated; the new method isaddKeyId. - The
addSourceContractIdmethod onTransaction.Builder.Action.Transfer
andTransaction.Builder.Action.Retirehas been deprecated.