Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Mar 8, 2024
1 parent d71a976 commit c91acfd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Atala PRISM/2.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ February, 2024 release of Atala PRISM.

#### Breaking changes

- Update `DIDComm PeerDID` library to support latest specs
- Update `PeerDID` specification ([see more](https://github.com/decentralized-identity/peer-did-method-spec/pull/62))

#### New features

Expand All @@ -62,6 +62,10 @@ February, 2024 release of Atala PRISM.

### Prism Mediator

### Breaking change

- `PeerDID` compatiblity ([see more](https://github.com/decentralized-identity/peer-did-method-spec/pull/62))

### New features

- Return HTTP Status Code `202` for `DIDComm`
Expand All @@ -77,7 +81,7 @@ February, 2024 release of Atala PRISM.
- Correct endpoint for wss in deployment.yaml
- Websocket correct indentation
- Register the transport
- re-enable the logging based on X-Request-Id header
- Re-enable the logging based on X-Request-Id header
- Support alias (DID) in Live mode

### Documentation Portal
Expand All @@ -90,6 +94,7 @@ February, 2024 release of Atala PRISM.

#### Breaking changes

- `PeerDID` compatibility ([see more](https://github.com/decentralized-identity/peer-did-method-spec/pull/62))
- `Domain.Credential` now has uuid (string) as an optional attribute in the class
- Change `StorePrismDID` Function parameters, removing keyPathIndex and privateKeyMetadataId which were not in use
- Small change in the `getCredentialMetadata` and `getLinkSecret` to return `null` when not found
Expand Down Expand Up @@ -125,7 +130,7 @@ Migrations, schemas, queries and error handling have been moved to the SDK again

#### Breaking changes

- `PeerDID` specification changes
- `PeerDID` specification changes ([see more](https://github.com/decentralized-identity/peer-did-method-spec/pull/62))

#### Bug fixes

Expand All @@ -138,6 +143,7 @@ Migrations, schemas, queries and error handling have been moved to the SDK again
#### Breaking changes

- There is an update to the public API that is used directly with `DIDComm`
- `PeerDID` compatibility ([see more](https://github.com/decentralized-identity/peer-did-method-spec/pull/62))

#### New features

Expand Down

0 comments on commit c91acfd

Please sign in to comment.