Skip to content

Commit

Permalink
* Supported raw value for optional builder using `ydb.ParamsBuilder()…
Browse files Browse the repository at this point in the history
….Param().BeginOptional().Value(raw value.Value).EndOptional().Build()`
  • Loading branch information
asmyasnikov committed Jan 29, 2025
1 parent 2c50d1e commit 383d862
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Supported raw value for optional builder using `ydb.ParamsBuilder().Param("$param").BeginOptional().Value(raw value.Value).EndOptional().Build()`

## v3.98.0
* Supported pool of encoders, which implement ResetableWriter interface

Expand Down

0 comments on commit 383d862

Please sign in to comment.