Releases: chain/sequence-sdk-ruby
Releases · chain/sequence-sdk-ruby
Sequence Ruby SDK v2.2
Sequence Ruby SDK v2.2.rc.2
- Added preliminary support for dynamically addressing different API hosts when needed.
- Added support for updating action tags
Sequence Ruby SDK v2.1
Added transaction tags. More info
Sequence Ruby SDK v2
- Updated
User-Agentheader to besequence-sdk-ruby/#{VERSION}. - Updated copyright year in LICENSE to be 2018.
- Removed development dependency Bundler Audit.
Sequence Ruby SDK v2.rc.2
- Removed deprecated
.[list|sum].allcode.
Sequence Ruby SDK v1.5.2
- Paginating objects using .[list|sum].all has been deprecated; the new interface is Ruby's Enumerable on the result of .[list|sum} e.g. .[list|sum].to_a and .[list|sum].each. This gives the calling code control to break out of the loop if needed, without blocking until all pages are requested from the API.
Sequence Ruby SDK v1.5.1
- The
asset_countattribute onStatshas been deprecated; the new field is
flavor_count. - The
contractsattribute onTransactionhas been deprecated. Use
Token::ClientModule#listinstead.
Sequence Ruby SDK v2-rc.1
- Removed assets, balances, contracts, and all other deprecated code.
- Added
Stats#ledger_type. - Upgraded minimum required Ruby version to 2.3.
Ruby 2.2 is now EOL and has received its final security
patch. - Switched from options hash parameter method signatures to named parameters.
Sequence Ruby SDK v1.5
For full details on the 1.5 release and how to migrate your code,
visit the Sequence changelog.
- Added
Feeds. More info - The
keysfield onAccountandFlavorhas been deprecated; the new field
iskey_ids, containing key ID strings. - Optimize Ruby garbarge collection with
# frozen_string_literal: true"magic comments". Transaction#reference_datahas been deprecated; UseAction#tagsinstead.action.snapshot.*_tagscan now be accessed with dot syntax.
Sequence Ruby SDK v1.4
For full details on the 1.4 release and how to migrate your code,
visit the Sequence changelog.
- Added
tagstoAction. - Added
action_tagsonTransactionbuilder's actions. - Added timestamp inequalities in filters.
reference_dataonTransactionbuilder's actions has been deprecated. You
can now useaction_tagsinstead.