I think Native Prepared Statement should be the priority feature for this client library as we know its very important against SQL injection attack. Currently the current parser is using Text Protocol (COM_QUERY) and this only do escaping and emulating prepare on the client side. I hope this would get attention on future release.