Blog data type, dataType parameter support
Added
- added
blog
data type. Various methods inEventRegistry
class accept it, such assuggestNewsSources()
,suggestSourcesAtPlace()
andgetNewsSourceUri()
.
Updated
QueryArticlesIter.initWithComplexQuery()
now accepts also thedataType
parameter (by defaultnews
).
Removed
- Removed the parameter
articleBatchSize
fromQueryArticlesIter.execQuery
since it was not useful. We are always returning the maximum number of results that can be obtained with a single query.