Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pointing changelog entries to Releases page #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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