Major refactoring
- Query and Response Handling separated. All interfaces renamed and redesigned.
IDruidConnection
is nowIDruidQueryExecutor
.IDruidQuery
is split intoIDruidQueryGenerator
andIDruidQueryParameters
andIDruidQueryResponseHandler
.BaseQuery
is no longer needed, many similar classes were deprecated or removed.DruidNodeConnection
is nowDruidNodeDruidQueryExecutor
.