Skip to content

Commit

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

### 🛠 Fixes

* disable connect timeout ([e4769b8](e4769b8))

### 🧾 Other

* **docs:** add timout notes [skip-ci] ([c8116b4](c8116b4))
  • Loading branch information
semantic-release-bot committed Dec 18, 2024
1 parent e4769b8 commit ea9e8a9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.9.1](https://github.com/SkeLLLa/pinot-noir/compare/v1.9.0...v1.9.1) (2024-12-18)

### 🛠 Fixes

* disable connect timeout ([e4769b8](https://github.com/SkeLLLa/pinot-noir/commit/e4769b8fce30306ce00d25640bae73e9ead2fd13))

### 🧾 Other

* **docs:** add timout notes [skip-ci] ([c8116b4](https://github.com/SkeLLLa/pinot-noir/commit/c8116b454a8f7964038f77ddb548b7ce4f05ee5a))

## [1.9.0](https://github.com/SkeLLLa/pinot-noir/compare/v1.8.0...v1.9.0) (2024-12-18)

### 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions docs/api/pinot-noir.pinotbrokerjsontransport._constructor_.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Constructs a new instance of the `PinotBrokerJSONTransport` class
**Signature:**

```typescript
constructor({ bodyTimeout, brokerUrl, connections, connectTimeout, headersTimeout, keepAliveMaxTimeout, token, }: IBrokerTransportConfig);
constructor({ bodyTimeout, brokerUrl, connections, headersTimeout, keepAliveMaxTimeout, token, }: IBrokerTransportConfig);
```

## Parameters
Expand All @@ -29,7 +29,7 @@ Description
</th></tr></thead>
<tbody><tr><td>

{ bodyTimeout, brokerUrl, connections, connectTimeout, headersTimeout, keepAliveMaxTimeout, token, }
{ bodyTimeout, brokerUrl, connections, headersTimeout, keepAliveMaxTimeout, token, }

</td><td>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/pinot-noir.pinotbrokerjsontransport.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Description
</th></tr></thead>
<tbody><tr><td>
[(constructor)({ bodyTimeout, brokerUrl, connections, connectTimeout, headersTimeout, keepAliveMaxTimeout, token, })](./pinot-noir.pinotbrokerjsontransport._constructor_.md)
[(constructor)({ bodyTimeout, brokerUrl, connections, headersTimeout, keepAliveMaxTimeout, token, })](./pinot-noir.pinotbrokerjsontransport._constructor_.md)
</td><td>
Expand Down
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.9.0",
"version": "1.9.1",
"description": "Unofficial client for Apache Pinot.",
"keywords": [
"pinot",
Expand Down

0 comments on commit ea9e8a9

Please sign in to comment.