Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Jul 22, 2024
1 parent dbbf6db commit e5a3fed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
## 4.17.0 [unreleased]

### Breaking Changes

#### API

- `ApiResponse` headers has been changed to `IEnumerable<(string Name, string Value)>`

### Bug Fixes
1. [#649](https://github.com/influxdata/influxdb-client-csharp/pull/649): Use HttpCompletionOption.ResponseHeadersRead for asynchronous QueryApi

### Dependencies
Update dependencies:

#### Build:
- [#650](https://github.com/influxdata/influxdb-client-csharp/pull/650): `RestSharp` to `111.4.0`

## 4.16.0 [2024-06-24]

### Features:
Expand Down

0 comments on commit e5a3fed

Please sign in to comment.