Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.0](v1.8.0...v1.9.0) (2024-12-18)

### πŸš€ Features

* configurable query http timeouts ([2a19552](2a19552))
  • Loading branch information
semantic-release-bot committed Dec 18, 2024
1 parent 2a19552 commit e495616
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.9.0](https://github.com/SkeLLLa/pinot-noir/compare/v1.8.0...v1.9.0) (2024-12-18)

### πŸš€ Features

* configurable query http timeouts ([2a19552](https://github.com/SkeLLLa/pinot-noir/commit/2a19552b538cb558ef823c74b8ada13bc55b08d8))

## [1.8.0](https://github.com/SkeLLLa/pinot-noir/compare/v1.7.0...v1.8.0) (2024-12-17)

### πŸš€ Features
Expand Down
4 changes: 2 additions & 2 deletions docs/api/pinot-noir.ibrokertransportrequestoptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pinot broker HTTP request options
**Signature:**

```typescript
export interface IBrokerTransportRequestOptions extends Pick<Dispatcher.RequestOptions, 'method' | 'headers' | 'path' | 'body' | 'query'>
export interface IBrokerTransportRequestOptions extends Pick<Dispatcher.RequestOptions, 'method' | 'headers' | 'path' | 'body' | 'query' | 'bodyTimeout' | 'headersTimeout'>
```
**Extends:** Pick&lt;Dispatcher.RequestOptions, 'method' \| 'headers' \| 'path' \| 'body' \| 'query'&gt;
**Extends:** Pick&lt;Dispatcher.RequestOptions, 'method' \| 'headers' \| 'path' \| 'body' \| 'query' \| 'bodyTimeout' \| 'headersTimeout'&gt;
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.8.0",
"version": "1.9.0",
"description": "Unofficial client for Apache Pinot.",
"keywords": [
"pinot",
Expand Down

0 comments on commit e495616

Please sign in to comment.