Skip to content

Releases: level23/druid-client

Added lookup support

17 Oct 14:16
a1819b1
Compare
Choose a tag to compare

Added lookup() method to de DruidClient which returns a LookupBuilder. With this class you can create a new lookup in a chained way. It is also possible to list, update and delete lookups.

Allow a closure in the orWhere method.

15 Jul 06:28
16ac555
Compare
Choose a tag to compare
Support a closure for the orWhere method. (#62)

Allow a closure in the orWhere method.

Empty context bugfix

22 Mar 10:06
899b7d7
Compare
Choose a tag to compare
v4.0.1

Fixed issue with empty context which causes an error. Improved loggin…

Support for new druid NULL handling, removed extraction funcitons and more.

20 Mar 12:47
52b210c
Compare
Choose a tag to compare

See the CHANGELOG for all changes and how to upgrade. NOTE: This version requires druid version 28.0 or higher!

Removed `fromDataSource()` usage in README and example.

26 Feb 13:54
dcfc524
Compare
Choose a tag to compare
Removed fromDataSource method from example/readme (#57)

Updated README and example. Removed the `fromDataSource` usage, which was removed in version 2.0

Added expression() post aggregator method.

06 Dec 13:10
60eced8
Compare
Choose a tag to compare

Added the expression() post aggregator method based on the input of @henris92.

NULL handling

14 Nov 12:27
ebe21db
Compare
Choose a tag to compare
  • Added whereNull() and orWhereNull() filter methods.
  • Changed where() filter method to accept NULL as value.
  • Added getLogger method to retrieve the current logger. Changed MetadataBuilder. Log a warning when no interval was found by the given shorthand name (like "first" or "last")

Added rowCount method to fetch the number of rows over a specific interval.

28 Sep 09:14
306b712
Compare
Choose a tag to compare
Merge pull request #50 from level23/rowCount

added rowCount() method

We now can retrieve all dataSources from druid

21 Sep 10:39
4b30a26
Compare
Choose a tag to compare
Merge pull request #49 from level23/dataSources

Data sources

PHP 8.2

21 Jun 09:18
e2457a6
Compare
Choose a tag to compare
  • Changed minimum PHP version to 8.2.
  • Added typehints where possible.
  • Replaced types with Enums.
  • Removed deprecated methods from Query builder.
  • Removed deprecated method append() in task builder. Now use appendToExisting instead.
  • Added timeBoundary()