[#1295] SDK release v2.0.3

This commit is contained in:
Honza Rychnovský 2023-11-08 15:22:45 +01:00 committed by GitHub
parent 0cdba6a69c
commit 40ba042ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,8 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.0.3] - 2023-11-08
### Added
- `Synchronizer.getExistingDataDbFilePath` public API to check and provide file path to the existing data database
file or throws [InitializeException.MissingDatabaseException] if the database doesn't exist yet. See #1292.
@ -13,6 +15,7 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- `CompactBlockProcessor` switched internally from balance and progress FFIs to wallet summary FFI APIs. This change
brings a block synchronization speed up. No action is required on the client side. See #1282.
- Checkpoints update
## [2.0.2] - 2023-10-20

View File

@ -26,7 +26,7 @@ ZCASH_ASCII_GPG_KEY=
# Configures whether release is an unstable snapshot, therefore published to the snapshot repository.
IS_SNAPSHOT=true
LIBRARY_VERSION=2.0.2
LIBRARY_VERSION=2.0.3
# Kotlin compiler warnings can be considered errors, failing the build.
ZCASH_IS_TREAT_WARNINGS_AS_ERRORS=true