We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7f79c commit 33c8dccCopy full SHA for 33c8dcc
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
## [Unreleased]
4
5
+## [0.4.0] - 2026-04-02
6
+
7
+### Added
8
+- `Contact.incomingCollectorClients` getter — filter CollectorClients by Incoming status
9
+- `Contact.displayStatus` mapping: Deactivated → Revoked, Incoming → Pending
10
11
+### Fixed
12
+- `CollectorClient.revoke()` handles missing accessData gracefully (skips access deletion)
13
+- `AppManagingAccount.getContacts(true)` calls `checkInbox()` on each collector to detect patient revoke/refuse responses
14
15
## [0.3.0] - 2026-03-23
16
17
### Added
package.json
@@ -1,6 +1,6 @@
1
{
"name": "hds-lib",
- "version": "0.2.0",
+ "version": "0.4.0",
"description": "Health Data Safe - Library",
"type": "module",
"engines": {
0 commit comments