Releases: bandada-infra/bandada
Releases · bandada-infra/bandada
v2.2.9
🚀 Features
- Website setup - by @kalidiagne (e8406)
- @bandada-infra/api-sdk: Add getGroupsByAdminId and getGroupsByMemberId - by @waddaboo (dd315)
🐞 Bug Fixes
- @bandada-infra/api: Update ApiQuery to indicate required query - by @waddaboo and @vplasencia (7c763)
View changes on GitHub
v2.2.8
🐞 Bug Fixes
- Fix release github workflow - by @vplasencia (a6628)
- [@bandada-infra/api-sdk module](https://github.com/bandada-infra/bandada/tree/main/packages/api-sdk module): Update api-sdk module to support more
ModuleResolution
- by @waddaboo (d00fd)
View changes on GitHub
v2.2.7
What's Changed
- Missing cascade remove for invites preventing deletion of groups by @0xjei in #485
- docs: update api sdk docs with the latest bandada changes by @vplasencia in #488
- Add tests to the API SDK by @vplasencia in #491
- Update release workflow to publish packages automatically by @vplasencia in #490
- refactor: patch @semaphore-protocol/data to return result sorted by timestamp by @waddaboo in #492
- feat(docs): add redirect link to documentation by @SandipGyawali in #501
New Contributors
- @waddaboo made their first contribution in #492
- @SandipGyawali made their first contribution in #501
Full Changelog: v2.2.6...v2.2.7
v2.2.6
🐞 Bug Fixes
View changes on GitHub
v2.2.5
🐞 Bug Fixes
View changes on GitHub
v2.2.4
v2.2.3
v2.2.2
🐞 Bug Fixes
- @bandada-infra/api-sdk: Use the correct data object in the request - by @vplasencia (a38ec)
View changes on GitHub
v2.2.1
🐞 Bug Fixes
- @bandada-infra/api-sdk:
- Fix data object in createGroups request - by @vplasencia (2adf6)
- Remove properties that are no longer part of the group - by @vplasencia (16c13)
- @bandada-infra/client:
- Update API SDK types in the client app - by @vplasencia (f5543)
View changes on GitHub
v2.2.0
🚀 Features
- Support several networks in the blockchain credential - by @vplasencia (2b08f)
- Support avalanche c chain in the blockchain credential - by @vplasencia (9e778)
- Add create / remove groups with api key logic - by @0xjei (638f5)
- Add update group with api key logic; optimize create / remove with api key - by @0xjei (1bdc0)
- Add UI components to support admin apikey interactions - by @0xjei (011f7)
- Add missing APIs endpoints on ApiSdk - by @0xjei (57fab)
- @bandada-infra/api-sdk: Add createGroup function to the api sdk library - by @vplasencia (e286b)
🐞 Bug Fixes
- Add missing types for 'uuid' package - by @0xjei (496bb)
- Prevent access to admin info from outside the dashboard - by @vplasencia (ada96)
- Enable access to some group endpoints - by @vplasencia (db90f)
- Remove the creation of an admin in the dashboard app - by @vplasencia (fa7ce)
- @bandada-infra/api:
- Avoid running some functions twice if there are apikey and active session - by @vplasencia (ec478)
- Prevent adding a member to a credential group by using an api key or a valid session - by @vplasencia (b4b7e)
- @bandada-infra/api-sdk:
- Fix api requests - by @vplasencia (0d729)
- @bandada-infra/dashboard:
- Fix unauthorized issue when disconnecting the wallet - by @vplasencia (80ae2)
- Make api key elements work properly - by @vplasencia (2e77a)