Skip to content

Commit ab116cf

Browse files
author
robot
committed
Release v1.2.0
1 parent af8d0f3 commit ab116cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v1.2.0
12
* Switched the internal plugin logger from `fmt` to `zerolog` with default logging level `zerolog.Disabled`
23
* Added optional parameter of ydb output plugin `LogLevel` (if not defined - plugin logging disabled)
34
* Added the logic to automatically limit the request sizes for `BulkUpsert`, to avoid the ingestion errors

version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package main
22

33
const (
44
versionMajor = "1"
5-
versionMinor = "1"
6-
versionPatch = "1"
5+
versionMinor = "2"
6+
versionPatch = "0"
77
)
88

99
const version = versionMajor + "." + versionMinor + "." + versionPatch

0 commit comments

Comments
 (0)