Skip to content

Releases: r4j4h/php-druid-query

Maintenance release

14 Feb 00:08
Compare
Choose a tag to compare

Updated and loosened dependency versions.

Time calculation and branch alias bugfixes

14 Feb 00:14
Compare
Choose a tag to compare
  • 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

14 Feb 00:20
Compare
Choose a tag to compare
  • DruidTime/Interval classes added to make it easier to work with varieties of time inputs to Druid compatible time output.

Major refactoring

14 Feb 00:20
Compare
Choose a tag to compare
  • Query and Response Handling separated. All interfaces renamed and redesigned.
    • IDruidConnection is now IDruidQueryExecutor.
    • IDruidQuery is split into IDruidQueryGenerator and IDruidQueryParameters and IDruidQueryResponseHandler.
    • BaseQuery is no longer needed, many similar classes were deprecated or removed.
    • DruidNodeConnection is now DruidNodeDruidQueryExecutor.

Initial release

14 Feb 00:19
Compare
Choose a tag to compare

Quick sketch for sharing early.