Skip to content

Commit

Permalink
Implemented lookup management (#63)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
teyeheimans authored Oct 17, 2024
1 parent 16ac555 commit a1819b1
Show file tree
Hide file tree
Showing 29 changed files with 3,239 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

**v4.1.0**

Added support to manage lookups. See [DruidClient::lookup()](README.md#druidclientlookup)

**v4.0.0**

- Removed GroupByV1. GroupBy v1 is a legacy engine and has not been supported since 2021.
Expand Down
Loading

0 comments on commit a1819b1

Please sign in to comment.