v0.9.5
Maintenance Release
Critical Fixes
- Resolves high CPU bug on Windows #87
Fixes
- timestamps are now correct in delivery reports and consumed messages.
- native library packaging related fixes.
Enhancements
- API Documentation is now complete.
NullDeserializernow throws an exception if data is not null.IEnumerableis used in place ofICollectionin various methods.- Internal improvements to timestamp related functionality.
- Unnecessary events removed from
ISerializingProducerinterface. - Added
longserializer and deserializer. stringserializer/deserializer now handles null values.- now works on .NET framework 4.5 and above.
- moved to MSBuild
- added
WatermarkOffsets.ToStringmethod.
Thanks to @bjornicus, @MrGlenThomas, @wangyanjun and especially @treziac for their contributions to this release.