Skip to content

Commit

Permalink
chore(release): 1.5.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.3](v1.5.2...v1.5.3) (2024-07-17)

### 🛠 Fixes

* add broker client tests ([d3fa452](d3fa452))
  • Loading branch information
semantic-release-bot committed Jul 17, 2024
1 parent d3fa452 commit e169cb7
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.5.3](https://github.com/SkeLLLa/pinot-noir/compare/v1.5.2...v1.5.3) (2024-07-17)

### 🛠 Fixes

* add broker client tests ([d3fa452](https://github.com/SkeLLLa/pinot-noir/commit/d3fa4528404b5f8faf0d4ed5ddccb627090a5d20))

## [1.5.2](https://github.com/SkeLLLa/pinot-noir/compare/v1.5.1...v1.5.2) (2024-07-17)

### 🛠 Fixes
Expand Down
15 changes: 15 additions & 0 deletions docs/api/pinot-noir.iqueryresult.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@ Description
</th></tr></thead>
<tbody><tr><td>

[queryOptions?](./pinot-noir.iqueryresult.queryoptions.md)

</td><td>

</td><td>

string \| undefined

</td><td>

_(Optional)_

</td></tr>
<tr><td>

[rows](./pinot-noir.iqueryresult.rows.md)

</td><td>
Expand Down
11 changes: 11 additions & 0 deletions docs/api/pinot-noir.iqueryresult.queryoptions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [pinot-noir](./pinot-noir.md) &gt; [IQueryResult](./pinot-noir.iqueryresult.md) &gt; [queryOptions](./pinot-noir.iqueryresult.queryoptions.md)

## IQueryResult.queryOptions property

**Signature:**

```typescript
queryOptions?: string | undefined;
```
11 changes: 11 additions & 0 deletions docs/api/pinot-noir.pinotbrokerclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,16 @@ Description
</td><td>
</td></tr>
<tr><td>
[toQueryOptions(options)](./pinot-noir.pinotbrokerclient.toqueryoptions.md)
</td><td>
`static`
</td><td>
</td></tr>
</tbody></table>
44 changes: 44 additions & 0 deletions docs/api/pinot-noir.pinotbrokerclient.toqueryoptions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [pinot-noir](./pinot-noir.md) &gt; [PinotBrokerClient](./pinot-noir.pinotbrokerclient.md) &gt; [toQueryOptions](./pinot-noir.pinotbrokerclient.toqueryoptions.md)

## PinotBrokerClient.toQueryOptions() method

**Signature:**

```typescript
static toQueryOptions(options?: IPinotQueryOptions): string | undefined;
```

## Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead>
<tbody><tr><td>

options

</td><td>

[IPinotQueryOptions](./pinot-noir.ipinotqueryoptions.md)

</td><td>

_(Optional)_

</td></tr>
</tbody></table>
**Returns:**

string \| undefined
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/package.json",
"name": "pinot-noir",
"version": "1.5.2",
"version": "1.5.3",
"description": "Unofficial client for Apache Pinot.",
"keywords": [
"pinot",
Expand Down

0 comments on commit e169cb7

Please sign in to comment.