* Asynchronous Publishing Mode: This Publishing mode uses a separate thread to send your data, and returns the control to your user thread right after calling the write operation. * Large Data Support: Asynchronous publishing allows you to send Data Types larger than 64 Kbytes. The asynchronous publisher thread will take care of the fragmentation process. * VS 2015 Support * Better documentation: More content and examples. * Bug fixing.