This is a minor release to change the way result nodes are identified in a resultset.
Instead of using the notation:
<results>
<item-0>…<item-0>
<item-1>…<item-1>
<item-n>…<item-n>
It has been updated to:
<results>
<item>…<item>
<item>…<item>
There was no need to number the result nodes since the numbers had no meaning. By removing the numbers crawling the nodes will be much easier.

