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: