Releases: r4j4h/php-druid-query
Releases · r4j4h/php-druid-query
Maintenance release
Time calculation and branch alias bugfixes
- Branch alias usage corrected and instructed in README.md
- Start time in exclusive time calculation was having one additional second subtracted.
- Updated dependencies
0.2.1
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
.
Initial release
Quick sketch for sharing early.