Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

49 lines (29 loc) · 1.4 KB

Change Log

v0.7.7-alpha

  • Exported EmptyRelationError

v0.7.6-alpha

  • Added an error to handle empty relation size of 0 bytes when reading arrow files

v0.7.5-alpha

  • Updated some dependencies.

v0.7.4-alpha

  • Added filtering, sorting and pagination options to listTransactions API. #101

Breaking Changes

  • listTransactions API now returns an object that contains transactions and next properties.
    • transactions is the result of the API call.
    • next is a continuation token that can be used to fetch the next page of results. next is undefined if there are no more results to fetch.

v0.7.1-alpha

  • Storing AccessToken.createdOn in seconds to be consistent with other RAI SDKs.

Full Changelog

Added

  • Switched to Protobuf metadata. JSON metadata is not exposed anymore. #32

v0.6.3 (2022-07-12)

Full Changelog

Changed

  • Replaced microbund with webpack #35