v4.1.4
Fixed
- We were making the assumption that all feed result documents are tab-separated-values files. That isn't true, so in order parse those result documents correctly, the
ReportType::__FEED_RESULT_DOCUMENT
report type has been deprecated in favor of passing aFeedType
constant to theDocument
constructor. ThatFeedType
constant should correspond to the type of the feed whose result document is being downloaded.
Full Changelog: v4.1.3...v4.1.4