# Release notes 2024Q4

## Wallet 1.4.3 December 9

### New features and updates

DCKW-635 Upgraded the wallet to accept the updated credential SDK that splits credentials and blockchain functionalities.

### Bug fixes

DCKW-653 Fixed verification error messaging for when "Unexpected error" appeared when verifying a ZKP credential.

DCKW-656 Fixed the not working Decline button.

DCKW-672 Fixed issues with installing npm

DCKW-675 Fixed verification error "Subject required"

## Wallet 1.4.2 & Wallet 1.4.1 November 11&18

### New features and updates

DCKW-607 Updated the wallet notification functionality, when a notification is clicked, the user will be taken to the specific credential detail screen.

DCKW-644 Added a prompt to turn on notifications for those users that don't have them enabled.

## Wallet 1.4.0 November 1

### New features and updates

DCKW-555 Released [Cloud wallet](https://github.com/docknetwork/knowledgebase-docs/blob/main/credential-wallet/wallet-sdk/cloud-wallet-documentation.md)

DCKW-629 Removed Transak code to prepare for token migration

DCKW-590 Refactored wallet-sdk-core and wallet-sdk-data-store to support Custom Data Storage Injection

### Bug fixes

DCKW-642 fixed an issue when a wallet was unable to fetch issuer's Ecosystem

DCKW-647 Adjusted the close button in the notification modal

DCKW-649 Wallet-sdk examples not running on NodeJS and React Native


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.truvera.io/credential-wallet/truvera-wallet-release-notes/release-notes-2024q4-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
