- 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
listTransactionsAPI. #101
listTransactionsAPI now returns an object that containstransactionsandnextproperties.transactionsis the result of the API call.nextis a continuation token that can be used to fetch the next page of results.nextisundefinedif there are no more results to fetch.
- Storing
AccessToken.createdOnin 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