Skip to content

v4.1.4

Compare
Choose a tag to compare
@jlevers jlevers released this 07 Nov 01:05
· 678 commits to main since this release

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 a FeedType constant to the Document constructor. That FeedType constant should correspond to the type of the feed whose result document is being downloaded.

Full Changelog: v4.1.3...v4.1.4