Skip to content

Version 3.1.0

Compare
Choose a tag to compare
@alex-yushchenko alex-yushchenko released this 12 Dec 14:01
· 46 commits to master since this release
6ac2451

Features

  • DMEScope has been extended to support a more granular level of data fetch. You can now limit your request to just Social data, for example. You could even go as far as to restrict your query to 'Spotify play history from the last 24hrs only'. Check out the changes in the docs, here.
  • We've exposed some of the internal workings of DMEPullClient publicly, so you can take finer control over what data is or isn't downloaded, should you want to.
  • You can now customise the underlying polling logic in DMEPullClient by modifying pollInterval and maxStalePolls in DMEPullConfiguration.

Comments

This release changes the signature of the getSessionData method. The second lambda now has two parameters, so you may experience a compilation error on updating. Capturing the second parameter (the complete file list) resolves this error.