Skip to content

Releases: 0xPolygonID/issuer-node

v2.5.2

03 Jul 15:45
8d5d45f
Compare
Choose a tag to compare

What's Changed

🚀 New Features

🐛 Bug Fixes

🧰 Maintenance

🪜 Minor changes

👋 New Contributors

Full Changelog: v2.5.0...v2.5.2

v2.5.1-dev

21 Jun 12:22
64e8017
Compare
Choose a tag to compare
v2.5.1-dev Pre-release
Pre-release

What's Changed

🚀 New Features

🐛 Bug Fixes

🧰 Maintenance

🪜 Minor changes

👋 New Contributors

Full Changelog: v2.5.0...v2.5.1-dev

v2.5.0

12 Apr 14:48
7e0c661
Compare
Choose a tag to compare

What's Changed

🚀 New Features

🐛 Bug Fixes

🧰 Maintenance

🪜 Minor changes

  • Fix: API documentation. Default value for QRCodes is link by @x1m3 in #619
  • Master to develop sync by @x1m3 in #649
  • Develop to main by @x1m3 in #654

👋 New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

30 Jan 17:29
7194b75
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: could not create links with new type property in credential status by @javip97 in #612

🪜 Minor changes

Full Changelog: v2.4.0...v2.4.1

v2.4.0

30 Jan 12:09
357f439
Compare
Choose a tag to compare

What's Changed

🚀 New Features

  • feat: Pagination in get credentials api endpoint by @x1m3 in #575
  • feat: Backward support for old raw QRCodes in API UI by @x1m3 in #552
  • feat: Standarize getClaim response to return a w3c.Credential by @x1m3 in #584
  • feat: support refresh service by @ilya-korotya in #581
  • feat: Ability to set order in Get Credentials endpoint by @x1m3 in #586
  • feat: adding paging to the getConnections endpoint by @javip97 in #580
  • feat: Order parameter in get connections endpoint by @x1m3 in #588
  • feat: Update multiformats/go-multiaddr version by @x1m3 in #597
  • feat: Add pagination to the credentials table by @amonsosanz in #564
  • feat: adding revoke push notification by @javip97 in #594
  • feat: add qr code switcher to the issuer node by @x1m3 in #596
  • feat: UI can create credentials with refresh service field by @x1m3 in #604

🐛 Bug Fixes

🧰 Maintenance

🪜 Minor changes

Full Changelog: v2.3.6...v2.4.0

v2.3.6

04 Dec 18:12
8c24cef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.5...v2.3.6

V2.3.5

04 Dec 15:37
aeb64c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.4...v2.3.5

v2.3.4

04 Dec 10:40
405b088
Compare
Choose a tag to compare

What's Changed

🚀 New Features

🐛 Bug Fixes

  • fix: Return link expiration date in datetimeISO format by @x1m3 in #566

🧰 Maintenance

Full Changelog: v2.3.3...v2.3.4

v2.3.3

28 Nov 15:25
7beb9dd
Compare
Choose a tag to compare

What's Changed

🚀 New Features

🧰 Maintenance

🪜 Minor changes

Full Changelog: v2.3.2...v2.3.3

v2.3.2

23 Nov 08:09
6c19605
Compare
Choose a tag to compare

What's Changed

💣 Breaking Changes

Api-UI

Changed /v1/authentication/qrcode response.

previous:

   iden3comm://?request_uri=somehost?id=3d8f74b6-d1bd-46c8-9e5e-f3f02538a791"

current:

{
    "qrCodeLink": "iden3comm://?request_uri=somehost?id=3d8f74b6-d1bd-46c8-9e5e-f3f02538a791",
    "sessionID": "1ef4bf33-ea4b-4e2f-831a-240afa113168"
}

The new response authentication parameter, sessionID will allow the integrator to get the authenticated user's did with the new endpoint /v1/authentication/sessions/{sessionID}

{
    "connection": {
        "createdAt": "2023-11-21T10:43:21Z",
        "id": "b7144f1c-d54e-4f67-a4f1-f2e7ff1beb07",
        "issuerID": "did:polygonid:polygon:mumbai:2qHTqtBT11XxDQAYCZSsXWqKSAdYoLFY7PKddF3MCG",
        "modifiedAt": "2023-11-21T16:04:33Z",
        "userID": "did:polygonid:polygon:mumbai:2qJNp1pUdtyxA3vJJBkPH1sQm6GU7GryzBvW9u61QG"
    }
}

🚀 New Features

🐛 Bug Fixes

  • fix: Avoid sending empty optional objects when issuing credentials by @amonsosanz in #554

🧰 Maintenance

  • chore: unify dockerfiles, amd and arm installation by @martinsaporiti in #551
  • chore: Automatically close state issues after 30 days of inactivity. by @x1m3 in #550

🪜 Minor changes

Full Changelog: v2.3.1...v2.3.2