File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 99* Refactored ` table.CreateSession ` as retry operation with options
1010* Moved log level from root of repository to package ` log `
1111* Added details and address to transport error
12+ * Fixed ` recursive ` param in ` ratelimiter.ListResource `
1213
1314## 3.14.4
1415* Implemented auto-removing ` conn.Conn ` from ` conn.Pool ` with counting usages of ` conn.Conn `
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ func (c *client) ListResource(
120120 response , err = c .service .ListResources (ctx , & Ydb_RateLimiter.ListResourcesRequest {
121121 CoordinationNodePath : coordinationNodePath ,
122122 ResourcePath : resourcePath ,
123+ Recursive : recursive ,
123124 OperationParams : operation .Params (
124125 c .config .OperationTimeout (),
125126 c .config .OperationCancelAfter (),
You can’t perform that action at this time.
0 commit comments