v2.2.1
Added
- Reports and feeds with content-type
application/pdf
are now supported (they can be downloaded viaDocument::download()
, although parsing them withDocument::getData()
is still unsupported). Added in #40 (cc @Ludofloria)
Fixed
- Grantless operations were failing when using role ARN based authentication. Fixed by #41 (cc @deyvidholz)