> For the complete documentation index, see [llms.txt](https://docs.truvera.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.truvera.io/truvera-workspace/truvera-workspace-release-notes/2024-release-notes/release-notes-december-2024.md).

# Release notes December 2024

## v1.50.0 December 17

Rebrand from Dock to Truvera and support for did:cheqd.

### Updates and new features

DCKA-3000 Added support for arrays data type in credential schemas.

DCKA-2954 API Accumulator support for cheqd

DCKA-3026 Adding an alias to API key improves the usability

### Bug fixes

DCKA-3029 Fixed an error when some attributes were not visible on the webview and the wallet giving the error "input.descriptor\[0]"

## v1.49.0 December 12

### Updates and new features

DCKA-2992 Updated the API to fix "Unknown type for key in schema: date" error.

### Bug fixes

DCKA-2969 Fixed an issue with exporting DIDs that are on cheqd blockchain.

## v1.48.0 December 9

### Updates and new features

Cheqd blockchain support (alpha testers only)

DCKA-2914 Add cheqd as a DID method in Certs

DCKA-2955 API StatusListCredential support for cheqd

DCKA-2956 API TrustRegistry support for cheqd

### Bug fixes

DCKA-2986 Fixed an error that occured, when trying to verify only a date range attribute in a ZKP credential.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.truvera.io/truvera-workspace/truvera-workspace-release-notes/2024-release-notes/release-notes-december-2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
