Skip to content

Commit

Permalink
chore(release): 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.0](v1.11.2...v1.12.0) (2025-01-09)

### 🚀 Features

* keep alive and enable h2 ([f5085b5](f5085b5))
  • Loading branch information
semantic-release-bot committed Jan 9, 2025
1 parent f5085b5 commit 54f0c9a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.12.0](https://github.com/SkeLLLa/pinot-noir/compare/v1.11.2...v1.12.0) (2025-01-09)

### 🚀 Features

* keep alive and enable h2 ([f5085b5](https://github.com/SkeLLLa/pinot-noir/commit/f5085b546cbb6ec2ee2a2d3a1ea5a5188e2336fb))

## [1.11.2](https://github.com/SkeLLLa/pinot-noir/compare/v1.11.1...v1.11.2) (2025-01-03)

### 🛠 Fixes
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, headersTimeout, keepAliveMaxTimeout, token, maxQueueSize, }: IBrokerTransportConfig);
constructor({ bodyTimeout, brokerUrl, connections, keepAliveTimeout, headersTimeout, keepAliveMaxTimeout, token, maxQueueSize, }: IBrokerTransportConfig);
```

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

{ bodyTimeout, brokerUrl, connections, headersTimeout, keepAliveMaxTimeout, token, maxQueueSize, }
{ bodyTimeout, brokerUrl, connections, keepAliveTimeout, headersTimeout, keepAliveMaxTimeout, token, maxQueueSize, }

</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, headersTimeout, keepAliveMaxTimeout, token, maxQueueSize, })](./pinot-noir.pinotbrokerjsontransport._constructor_.md)
[(constructor)({ bodyTimeout, brokerUrl, connections, keepAliveTimeout, headersTimeout, keepAliveMaxTimeout, token, maxQueueSize, })](./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.11.2",
"version": "1.12.0",
"description": "Unofficial client for Apache Pinot.",
"keywords": [
"pinot",
Expand Down

0 comments on commit 54f0c9a

Please sign in to comment.