Skip to content

Commit

Permalink
release version 2.9.1
Browse files Browse the repository at this point in the history
vlastahajek committed Jun 24, 2022

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 105bf8c commit 400e21c
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.9.1 [2022-06-24]
### Bug fixes
- [#332](https://github.com/influxdata/influxdb-client-go/issues/332) Retry strategy drops expired batches as soon as they expire.
- [#335](https://github.com/influxdata/influxdb-client-go/issues/335) Retry strategy keeps max retry delay for new batches.

## 2.9.0 [2022-05-20]
### Features
- [#323](https://github.com/influxdata/influxdb-client-go/pull/323) Added `TasksAPI.CreateTaskByFlux` to allow full control of task script.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ import (

const (
// Version defines current version
Version = "2.9.0"
Version = "2.9.1"
)

func init() {

0 comments on commit 400e21c

Please sign in to comment.