Skip to content

Commit

Permalink
release version 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vlastahajek committed Jun 24, 2022
1 parent 105bf8c commit 400e21c
Show file tree
Hide file tree
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.
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.9.0"
Version = "2.9.1"
)

func init() {
Expand Down

0 comments on commit 400e21c

Please sign in to comment.