Rule
Pre-release
Pre-release
Full Changelog since previous release
Quick hits:
z4ns4tsu added some code to remove jobs, reducing memory footprint.
Based on a blog post z4ns4tsu forwarded to me, I replaced all foreach() statements with Foreach-Object logic in Kansa.ps1, which further reduces the memory footprint of Kansa.ps1. These changes are also being pushed to most collector modules, there is a tradeoff here for speed, but in my limited testing, the impact was minimal.
Details on the blog post here:
http://poshoholic.com/2007/08/21/essential-powershell-understanding-foreach/