Skip to content

Releases: chain/sequence-sdk-ruby

Sequence Ruby SDK v2.2

Choose a tag to compare

@croaky croaky released this 08 Aug 19:50

No change from 2.2.rc.2

Sequence Ruby SDK v2.2.rc.2

Pre-release

Choose a tag to compare

@dominic dominic released this 07 Aug 21:07
  • Added preliminary support for dynamically addressing different API hosts when needed.
  • Added support for updating action tags

Sequence Ruby SDK v2.1

Choose a tag to compare

@croaky croaky released this 16 May 18:50

Added transaction tags. More info

Sequence Ruby SDK v2

Choose a tag to compare

@croaky croaky released this 18 Apr 23:03
  • 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

Choose a tag to compare

@dominic dominic released this 16 Apr 23:28
  • Removed deprecated .[list|sum].all code.

Sequence Ruby SDK v1.5.2

Choose a tag to compare

@dominic dominic released this 16 Apr 23:25
  • 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

Choose a tag to compare

@chrisgarvin chrisgarvin released this 11 Apr 17:48
  • 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

Pre-release

Choose a tag to compare

@chrisgarvin chrisgarvin released this 11 Apr 19:23

Sequence Ruby SDK v1.5

Choose a tag to compare

@croaky croaky released this 16 Mar 17:58

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

Choose a tag to compare

@croaky croaky released this 09 Mar 00:16

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.