Skip to content

Commit

Permalink
chore(release): release version 2.11.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Spaink committed Sep 29, 2022
1 parent 388612e commit 86a597a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
## [unreleased]
## 2.11.0 [2022-09-29]
### Features
- [#353](https://github.com/influxdata/influxdb-client-go/pull/353) Simplify generated code.
- [#353](https://github.com/influxdata/influxdb-client-go/pull/353) Regenerate code from swagger.
- [#355](https://github.com/influxdata/influxdb-client-go/pull/355) Upgrade of lib gopkg.in/yaml from v2 to v3

### Bug fixes
- [#354](https://github.com/influxdata/influxdb-client-go/pull/354) More efficient synchronization in WriteAPIBlocking.
- [#354](https://github.com/influxdata/influxdb-client-go/pull/354) More efficient synchronization in WriteAPIBlocking.

### Breaking change
- [#353](https://github.com/influxdata/influxdb-client-go/pull/353):
- Interface `Client` has been extended with `APIClient()` function.
- The generated client API changed:
- Function names are simplified (was `PostDBRPWithResponse`, now `PostDBRP`)
- Function names are simplified (was `PostDBRPWithResponse`, now `PostDBRP`)
- All functions now accept a context and a single wrapper structure with request body and HTTP parameters
- The functions return deserialized response body or an error (it was a response wrapper with a status code that had to be then validated)

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
// Version defines current version
Version = "2.10.0"
Version = "2.11.0"
)

func init() {
Expand Down

0 comments on commit 86a597a

Please sign in to comment.