We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8d0f3 commit ab116cfCopy full SHA for ab116cf
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v1.2.0
2
* Switched the internal plugin logger from `fmt` to `zerolog` with default logging level `zerolog.Disabled`
3
* Added optional parameter of ydb output plugin `LogLevel` (if not defined - plugin logging disabled)
4
* Added the logic to automatically limit the request sizes for `BulkUpsert`, to avoid the ingestion errors
version.go
@@ -2,8 +2,8 @@ package main
const (
versionMajor = "1"
5
- versionMinor = "1"
6
- versionPatch = "1"
+ versionMinor = "2"
+ versionPatch = "0"
7
)
8
9
const version = versionMajor + "." + versionMinor + "." + versionPatch
0 commit comments