# Changelog

### Release 7: Manage and verify Credentials (07/11/2025)

#### Features

* Credential history Updates and Credential Details&#x20;
* verify Credentials: both JWT and JSON-LD using file uploads and simple paste.

#### Bug Fixes

* Add expiry status in Credential Details Page
* error handling for jsonld credential verification
* minor ui bugs and test provider

### Release 6: Issue Credential and support external providers (21/10/2025)

#### Features

* Add Download Credential & Supported Providers env
* Add Credential issuance using cheqd Studio
* Support for JWT and JSON-LD credentials
* Begin integration of dock issuance & credential history
* Create new page for issuance providers
* Update schema type to array & Add member did validations
* Validate Verification methods for Dock

#### Bug Fixes

* Add email validation in credenitals
* Adjusted responsiveness and min-max widths + more conservative resolution parallelisation limit
* Augmented state handling + interactive management
* Client-side favourable DID state management + table sorting
* did dropdowns with consistent naming & schema handling in members
* disable trust validation and tracking
* fix expiry date not appearing correctly
* encoded resourceName handling
* error message on credential issue failure
* Fix ecosystems state update
* invalid did value passed in dropdown
* Minor UI improvements
* Pagination and enable Dock provider
* resizing and assertionMethod toggle
* significant improvement to session handling
* Ui state management improvments

#### Performance Improvements

* Integrate did metadata api

***

### Release 5: Optimisations and State management improvement (12/09/2025)

#### Features

* Display Resource Versions & UI improvements

#### Bug Fixes

* Apply member filters in server
* Create resource operation
* Improved state management & fixes in list operations
* Replace Buffer with Uint8arrays

***

### Release 4: Add support for Organizations and Agents (09/09/2025)

#### Features

* Update Service section to support did name, type fields
* Add organizations and agents as default options for identifiers

#### Bug Fixes

* Url validations & Create DID form fixes

***

### Release 3: Add support for Trust Ecosystems (03/09/2025)

#### Features

* Support Trust ecosystems in UI, including accreditations for members in the ecosystem
* Add authorization for specific schemas for members of ecosystems

#### Bug Fixes

* Release versioning + v1.7.1 beta

***

### Release 2: Add DID-Linked Resources in UI (21/08/2025)

#### Features

* Add create Resource underneath DIDs in UI
* Optimize data rendering in create-resource
* Add new Settings Tabs
* User menu changes

#### Bug Fixes

* nav bar update
* Remove usdc prices

***

### Release 1: Add new dashboard for cheqd Studio metrics (13/08/2025)

#### Features

* Add features for Dashboard and Api access in portal
* Add create DID option in UI
* Improve UI for managing API keys


---

# 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.cheqd.io/product/getting-started/studio/changelog.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.
