Bugfix release
This release contains some minor fixes and improvements:
- fixing some testcases, adding new tests
- bug in storelist fixed, where it does not honor the
disableBufferedWriterForThread
- improving aggregator, making it more easiy to use (no need to call
end()
on group anymore) - adding aggegator functions
$stdDevPop
and$stdDevSamp
- caching fix for ID-Cache, cache projection fix
- avoiding
ConcurrentModificationException
in whe flushing buffered writer - minor improvements to performance...