Skip to content

Releases: chain/sequence-sdk-ruby

Sequence Ruby SDK v2.2

08 Aug 19:50

Choose a tag to compare

No change from 2.2.rc.2

Sequence Ruby SDK v2.2.rc.2

07 Aug 21:07

Choose a tag to compare

Pre-release
  • Added preliminary support for dynamically addressing different API hosts when needed.
  • Added support for updating action tags

Sequence Ruby SDK v2.1

16 May 18:50

Choose a tag to compare

Added transaction tags. More info

Sequence Ruby SDK v2

18 Apr 23:03

Choose a tag to compare

  • Updated User-Agent header to be sequence-sdk-ruby/#{VERSION}.
  • Updated copyright year in LICENSE to be 2018.
  • Removed development dependency Bundler Audit.

Sequence Ruby SDK v2.rc.2

16 Apr 23:28

Choose a tag to compare

  • Removed deprecated .[list|sum].all code.

Sequence Ruby SDK v1.5.2

16 Apr 23:25

Choose a tag to compare

  • 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

11 Apr 17:48

Choose a tag to compare

  • The asset_count attribute on Stats has been deprecated; the new field is
    flavor_count.
  • The contracts attribute on Transaction has been deprecated. Use
    Token::ClientModule#list instead.

Sequence Ruby SDK v2-rc.1

11 Apr 19:23

Choose a tag to compare

Pre-release

Sequence Ruby SDK v1.5

16 Mar 17:58

Choose a tag to compare

For full details on the 1.5 release and how to migrate your code,
visit the Sequence changelog.

  • Added Feeds. More info
  • The keys field on Account and Flavor has been deprecated; the new field
    is key_ids, containing key ID strings.
  • Optimize Ruby garbarge collection with
    # frozen_string_literal: true "magic comments".
  • Transaction#reference_data has been deprecated; Use Action#tags instead.
  • action.snapshot.*_tags can now be accessed with dot syntax.

Sequence Ruby SDK v1.4

09 Mar 00:16

Choose a tag to compare

For full details on the 1.4 release and how to migrate your code,
visit the Sequence changelog.

  • Added tags to Action.
  • Added action_tags on Transaction builder's actions.
  • Added timestamp inequalities in filters.
  • reference_data on Transaction builder's actions has been deprecated. You
    can now use action_tags instead.