Added - METADATA key and possibility to update NFT metadata (HIP-657) - Fungible Token Metadata Field (HIP-646) - NFT Collection Token Metadata Field (HIP-765)
Changed - improved documentation in repository - updated protobufs
2.31.0
Added - possibility to optionally send transaction data without required transaction fields (HIP-745)
2.30.0
Added - `signerNonce` field to `ContractFunctionResult` (HIP-844)
2.29.2
Fixed - removed `streamsupport` dependency
2.29.1
Fixed - `Transaction.fromBytes()` and `Transaction.getSignatures()` throw an exception for transactions signed using an ECDSA key - spurious `INVALID_TRANSACTION_START` in `TransactionId.generate()`
2.29.0
Added - `populateAccountEvmAddress` and `populateAccountEvmAddressAsync` to `AccountId`
Fixed - duplicate transaction IDs at high TPS (>25K) - android compatibility issues