Version 3.1.0
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 modifyingpollInterval
andmaxStalePolls
inDMEPullConfiguration
.
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.