- Exported EmptyRelationError
- Added an error to handle empty relation size of 0 bytes when reading arrow files
- Updated some dependencies.
- Added filtering, sorting and pagination options to
listTransactions
API. #101
listTransactions
API now returns an object that containstransactions
andnext
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
isundefined
if there are no more results to fetch.
- Storing
AccessToken.createdOn
in seconds to be consistent with other RAI SDKs.
Added
- Switched to Protobuf metadata. JSON metadata is not exposed anymore. #32
v0.6.3 (2022-07-12)
Changed
- Replaced microbund with webpack #35