From 221f3a3b98eec8410dc0c4c97c5034f3fc07cc51 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Thu, 14 Jul 2022 20:30:03 -0300 Subject: [PATCH] [#425] release 0.16.1-beta (#427) Closes #425 Changelog and podspect changes --- ZcashLightClientKit.podspec | 4 ++-- changelog.md | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ZcashLightClientKit.podspec b/ZcashLightClientKit.podspec index 60a3191c..c542d912 100644 --- a/ZcashLightClientKit.podspec +++ b/ZcashLightClientKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZcashLightClientKit' - s.version = '0.16.0-beta' + s.version = '0.16.1-beta' s.summary = 'Zcash Light Client wallet SDK for iOS' s.description = <<-DESC @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.resource_bundles = { 'Resources' => 'Sources/ZcashLightClientKit/Resources/*' } s.swift_version = '5.6' s.ios.deployment_target = '13.0' - s.dependency 'gRPC-Swift', '~> 1.8' + s.dependency 'gRPC-Swift', '~> 1.8.2' s.dependency 'SQLite.swift', '~> 0.12.2' s.dependency 'libzcashlc', '0.0.3' s.static_framework = true diff --git a/changelog.md b/changelog.md index 9fba2c7a..87291fa1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +# 0.16.1-beta +- [#422] Make Zatoshi extensions of `NSDecimalNumber` public (#423) +- [#419] Fix Unavailable Transport 14 when attempting to sync (#426) + this changes timeout settings and Keepalive changes. + Recommended settings for lightwalletd.com are 60000ms singleCallTimeout + on `LightWalletEndpoint` + +- [#416] Update GRPC to 1.8.2 (#421) # 0.16.0-beta This version changes the way wallet birthdays are handled. `WalletBirthday' struct is not longer public and has been renamed