-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): (bc3c361) chore(release): release 3.0.0
# [3.0.0](v2.5.0...v3.0.0) (2023-11-07) * docs!: Introduced breaking changes in Pluto as we are intro… (#116) ([be8c6e8](be8c6e8)), closes [#116](#116) ### Features * **Agent:** add initialize function ([#107](#107)) ([14389a1](14389a1)) ### BREAKING CHANGES * Introduced breaking changes in Pluto as we are introducing credential abstraction and anoncred issuing functionality. - X25519 keys were wrongly set as EC (elliptic) key types which is wrong. EC25519 + Secp256k1 belong to EC key type, X25519 should have Curve25519 instead to be valid. If you previously had a key stored as EC (x25519) changing that keyType to KeyTypes.X25519 (Curve25519). - As we have introduced new credential types we have also built a credential abstraction so storing and fetching credentials becomes easier.
- Loading branch information
Showing
217 changed files
with
1,067 additions
and
970 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.