Skip to content

Commit

Permalink
docs: list attribute succession routes in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
slavistan committed Jan 25, 2024
1 parent d7d692f commit 94192cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

-> SDK 3.0.0

- fix: POST /api/v2/Attributes will no longer accept RelationshipAttributes, as this was unintentional and led to wrong behavior
- add routes for attribute succession
- fix: `POST /api/v2/Attributes` will no longer accept RelationshipAttributes, as this was unintentional and led to wrong behavior
- add routes for attribute succession:
- `POST /api/v2/Attributes/{predecessorId}/Succeed`: Succeeds Repository Attributes and Relationship Attributes.
- `POST /api/v2/Attributes/{attributeId}/NotifyPeer`: Notifies a peer about a succession of a previously shared Identity Attribute.

## 3.6.2

Expand Down

0 comments on commit 94192cc

Please sign in to comment.