# 2024-02-29 Credo Contributors Meeting Notes
Link to meeting recording: <LINK>
## Attendees
- Ariel Gentile - 2060 (a@2060.io)
- Alberto Leon - Instnt (alberto@instnt.org)
## Resources
- Open Wallet Foundation Discord: https://discord.gg/openwalletfoundation (#credo)
- Agent JavaScript Docs: https://aries.js.org/
- Repositories:
- Credo: https://github.com/openwallet-foundation/credo-ts
- Credo Extensions: https://github.com/openwallet-foundation/credo-ts-ext
- Aries Mobile Agent React Native: https://github.com/hyperledger/aries-mobile-agent-react-native
## Status Updates
- Bifold
- Moved from Hyperledger to OWF (now accepted). Moving repositories/wiki/other resources.
- AATH Mobile part will be moved as well
- Aries WG
- TBD
## Agenda
- 0.5.0 recap and remaining tasks to get our first official @credo-ts release published in NPM
- Browser support
## Meeting notes
- Credo 0.5.0 release
Relevant features since v0.4.2:
- Issue revocable AnonCreds credentials (https://github.com/openwallet-foundation/credo-ts/pull/1427)
- did:peer:2 and did:peer:4 support in DID Exchange (https://github.com/openwallet-foundation/credo-ts/pull/1550)
- DIF Presentation Exchange over DIDComm (Aries RFC 510) support (https://github.com/openwallet-foundation/credo-ts/pull/1676)
- DID Rotation/Hang-up support (https://github.com/openwallet-foundation/credo-ts/pull/1699)
- DID Caching (https://github.com/openwallet-foundation/credo-ts/pull/1710)
- Message Pickup V2 Live Mode (https://github.com/openwallet-foundation/credo-ts/pull/1638)
- OpenID4VC and SD-JWT-VC support (https://github.com/openwallet-foundation/credo-ts/pull/1708)
- DRPC protocol (https://github.com/openwallet-foundation/credo-ts/pull/1753)
Remaining tasks:
- [X] Test 0.5.0 release in mobile wallet
- [X] Stable release for shared components
- Cache improvements for Indy AnonCreds objects and Indy VDR (for 0.5.1)
- Some missing storage migration scripts for AnonCreds W3C
- Test latest changes in AnonCreds W3C credentials / with legacy
- Announcement blog post
- And a workshop in April
- Announcing new version and rename on as much channels as possible
- Browser support:
- Related issue: https://github.com/openwallet-foundation/credo-ts/issues/1319
- Demo implementations:
- AnonCreds:
- https://github.com/kfsoftware/meetup-k8s-aries-july-2023/blob/main/components/aries-ui/src/BrowserAnoncreds.ts
- https://github.com/berendsliedrecht/anoncreds-rs/tree/wasm
- BrowserWallet/Storage:
- https://github.com/kfsoftware/meetup-k8s-aries-july-2023/tree/main/components/aries-ui/src/wallet
- https://github.com/berendsliedrecht/afj-browser/tree/main/src