Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,9 @@ the namespace is `DruidFamiliar`. This would be pretty breaking change and will
other suggestions for naming of project or namespaces, feel free to suggest before then.


Changelog
[Changelog](https://github.com/r4j4h/php-druid-query/releases)
-----------

0.2.1

- `DruidTime`/`Interval` classes added to make it easier to work with varieties of time inputs to Druid compatible time output.

0.2.0 Major refactoring

- 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`.

0.1.0 Initial release

- Quick sketch for sharing early.


Typical Use
---------------
Expand Down