From ea72b482b2a3788c0cd37c1215c4a1809cd26e23 Mon Sep 17 00:00:00 2001 From: skyflow-vivek Date: Thu, 7 Dec 2023 11:41:30 +0530 Subject: [PATCH] SK-1308 Fix bug in Python SDK - Update CHANGELOG - Fixed wrong info log in case of partial success in get method --- CHANGELOG.md | 4 ++++ skyflow/vault/_get_by_id.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a20a8a..e2b5abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [1.15.1] - 2023-12-07 +## Fixed +- Not receiving tokens when calling Get with options tokens as true. + ## [1.15.0] - 2023-10-30 ## Added - options tokens support for Get method. diff --git a/skyflow/vault/_get_by_id.py b/skyflow/vault/_get_by_id.py index 26e412f..f90fdf7 100644 --- a/skyflow/vault/_get_by_id.py +++ b/skyflow/vault/_get_by_id.py @@ -89,8 +89,8 @@ def createGetResponseBody(responses): "records": [], "errors": [] } + partial = False for response in responses: - partial = False r = response.result() status = r[1] try: