Skip to content

Commit f42fb95

Browse files
tweeddalexgitbook-bot
authored andcommitted
GITBOOK-512: change request with no subject merged in GitBook
1 parent c023dec commit f42fb95

File tree

7 files changed

+119
-156
lines changed

7 files changed

+119
-156
lines changed

.gitbook/assets/cheqd-sdk-modules.drawio

Lines changed: 0 additions & 152 deletions
This file was deleted.

.gitbook/assets/veramo-sdk-for-cheqd.drawio

Lines changed: 0 additions & 1 deletion
This file was deleted.

SUMMARY.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [🗝️ Create API Keys](getting-started/studio/api-keys.md)
99
* [🪙 Token Top Up](getting-started/studio/token-top-up.md)
1010
* [🔄 Advanced Configuration Options](getting-started/studio/advanced.md)
11+
* [♻️ Changelog](getting-started/studio/changelog.md)
1112
* [🎨 Design your Solution](getting-started/studio/design/README.md)
1213
* [Establish Parties in Trust Ecosystem](getting-started/studio/design/establish-parties.md)
1314
* [Design your Trust Infrastructure](getting-started/studio/design/trust-infrastructure/README.md)
@@ -169,15 +170,15 @@
169170

170171
* [📜 SDK](advanced/sdk/README.md)
171172
* [💭 Understanding the cheqd SDK](advanced/sdk/understanding-sdk.md)
172-
* [🛠️ Setup the cheqd SDK](advanced/sdk/setup-cheqd-sdk.md)
173+
* [🛠️ Setup the cheqd SDK](advanced/sdk/setup-the-cheqd-sdk.md)
173174
* [🆔 DID Module - Manage DIDs](advanced/sdk/did-module/README.md)
174175
* [Create a DID](advanced/sdk/did-module/create-did.md)
175-
* [Manage a DID](advanced/sdk/did-module/query-did.md)
176+
* [Manage a DID](advanced/sdk/did-module/manage-a-did.md)
176177
* [🖼️ Resource Module - Manage DID-Linked Resources](advanced/sdk/resource-module/README.md)
177178
* [Create a DID-Linked Resource](advanced/sdk/resource-module/create-resource.md)
178179
* [Manage a DID-Linked Resource](advanced/sdk/resource-module/manage-resource.md)
179180
* [🔧 Fee Market Module with Dynamic Fees](advanced/sdk/feemarket-module/dynamic-fees.md)
180-
* [Understanding Dynamic Fees](advanced/sdk/feemarket-module/understanding-dynamic-fees.md)
181+
* [Understanding Dynamic Fees](advanced/sdk/dynamic-fees/understanding-dynamic-fees.md)
181182
* [💰 Fee Abstraction Module - Pay in alternative denominations](advanced/sdk/fee-abstraction/README.md)
182183
* [Using in Transactions](advanced/sdk/fee-abstraction/using-in-transactions.md)
183184
* [🧪 Simulation and Gas optimization](advanced/sdk/simulation-gas-optimization.md)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Manage a DID
2+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Understanding Dynamic Fees
2+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# 🛠️ Setup the cheqd SDK
2+
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
---
2+
description: Chronological changelog for cheqd Studio portal releases.
3+
---
4+
5+
# ♻️ Changelog
6+
7+
## Update [1.11.0](https://github.com/cheqd/studio-portal/releases/tag/1.11.0) (2025-10-21)
8+
9+
#### Features
10+
11+
* Add Download Credential & Supported Providers env
12+
* Add Credential issuance using cheqd Studio
13+
* Support for JWT and JSON-LD credentials
14+
* Begin integration of dock issuance & credential history
15+
* Create new page for issuance providers
16+
* Update schema type to array & Add member did validations
17+
* Validate Verification methods for Dock
18+
19+
#### Bug Fixes
20+
21+
* Add email validation in credenitals
22+
* Adjusted responsiveness and min-max widths + more conservative resolution parallelisation limit
23+
* Augmented state handling + interactive management
24+
* Client-side favourable DID state management + table sorting
25+
* did dropdowns with consistent naming & schema handling in members
26+
* disable trust validation and tracking
27+
* fix expiry date not appearing correctly
28+
* encoded resourceName handling
29+
* error message on credential issue failure
30+
* Fix ecosystems state update
31+
* invalid did value passed in dropdown
32+
* Minor UI improvements
33+
* Pagination and enable Dock provider
34+
* resizing and assertionMethod toggle
35+
* significant improvement to session handling
36+
* Ui state management improvments
37+
38+
#### Performance Improvements
39+
40+
* Integrate did metadata api
41+
42+
***
43+
44+
### Update [1.10.0](https://github.com/cheqd/studio-portal/compare/1.9.0...1.10.0) (2025-09-12)
45+
46+
#### Features
47+
48+
* Display Resource Versions & UI improvements
49+
50+
#### Bug Fixes
51+
52+
* Apply member filters in server
53+
* Create resource operation
54+
* Improved state management & fixes in list operations
55+
* Replace Buffer with Uint8arrays
56+
57+
***
58+
59+
### Update [1.9.0](https://github.com/cheqd/studio-portal/compare/1.8.1...1.9.0) (2025-09-09)
60+
61+
#### Features
62+
63+
* Update Service section to support did name, type fields
64+
* Add organizations and agents as default options for identifiers
65+
66+
#### Bug Fixes
67+
68+
* Url validations & Create DID form fixes
69+
70+
***
71+
72+
### Update [1.8.0](https://github.com/cheqd/studio-portal/compare/1.7.0...1.8.0) (2025-09-03)
73+
74+
#### Features
75+
76+
* Support Trust ecosystems in UI, including accreditations for members in the ecosystem
77+
* Add authorization for specific schemas for members of ecosystems
78+
79+
#### Bug Fixes
80+
81+
* Release versioning + v1.7.1 beta
82+
83+
***
84+
85+
### Update [1.7.0](https://github.com/cheqd/studio-portal/compare/1.6.0...1.7.0) (2025-08-21)
86+
87+
#### Features
88+
89+
* Add create Resource underneath DIDs in UI
90+
* Optimize data rendering in create-resource
91+
* Add new Settings Tabs
92+
* User menu changes
93+
94+
#### Bug Fixes
95+
96+
* nav bar update
97+
* Remove usdc prices
98+
99+
***
100+
101+
### Update [1.6.0](https://github.com/cheqd/studio-portal/compare/1.5.1...1.6.0) (2025-08-13)
102+
103+
#### Features
104+
105+
* Add features for Dashboard and Api access in portal
106+
* Add create DID option in UI
107+
108+
109+

0 commit comments

Comments
 (0)