Release 6
Public environments
Here you can find the public testing environments for Polygon ID: https://polygontechnology.notion.site/Public-environments-2be037ff38a94c1fb7c6ab2bcf72b038
Verifier API (1.0.0)
Reference verifier implementation, designed to be used as a starting point for people who want to build their own verifier.
- Source code: https://github.com/0xPolygonID/verifier-backend
- URL: https://verifier-backend.polygonid.me
Marketplace (1.1.0) - https://marketplace.polygonid.me
- Implement the reset password flow.
Issuer Node (2.4.1)
- Pagination in the get credentials api endpoint
- Backward support for old raw QRCodes in API UI
- Support for credential refresh service
- Pagination in the getConnections endpoint
- Added revocation push notification
- Add qr code switcher
- UI can create credentials with refresh service field
- Support display method
Schema Builder (2.0.0)
- Support for creating non merklized credentials
- Allow the selection of a custom IPFS gateway
- Added Proof Type and Circuit ID inputs
- Implemented v3 circuits and proof of uniqueness in the form
- Return API timestamps expressed in UTC
- Implemented off-chain verifications
- Implement on-chain verifications
Mobile App (2.2.9) - (Android) - (iOS)
- Implemented refresh credential service
- DisplayType
- Support push notification for credential revocation
- Iden3commRevocationStatusV1.0 credential status type support
- Included setting to support V3 of circuits (which are currently in beta)
- Minor improvements
Mobile SDK (2.2.9)
- Refresh credential service
- DisplayType
- Credential status update iden3message
- Circuit V3 support
- Support claim of PositiveInteger type
- Support download of multiple circuit files
- Updated core libraries
- Credential raw data
js-sdk (1.7.4)
- Model marshaller for W3C credential introduced / For Proof Model / For Hash primitive type https://github.com/0xPolygonID/js-sdk/releases/tag/v1.3.0
- Feature/browser-es-build by in https://github.com/0xPolygonID/js-sdk/releases/tag/v1.4.0
- Added possibility to set custom Prover, extend connection config with fee options https://github.com/0xPolygonID/js-sdk/releases/tag/v1.4.1
- Support third-party did registration https://github.com/0xPolygonID/js-sdk/releases/tag/v1.5.0
- V3 circuit beta support https://github.com/0xPolygonID/js-sdk/releases/tag/v1.6.0
- Credential proof validation https://github.com/0xPolygonID/js-sdk/releases/tag/v1.6.1
- On chain Reverse Hash Service (RHS) publishing https://github.com/0xPolygonID/js-sdk/releases/tag/v1.7.0
- Implemented Refresh service handler https://github.com/0xPolygonID/js-sdk/releases/tag/v1.7.1
- Added handlers for fetch and issuance message types https://github.com/0xPolygonID/js-sdk/releases/tag/v1.7.3
js-iden3-auth (1.1.0)
- Implemented V3 circuits (in beta) and added support for linked proofs (for more see here - https://devs.polygonid.com/docs/verifier/v3-circuit/)
js-iden3-core (1.2.1) & go-iden3-core (2.0.4)
- Custom did network registry support (for more see here - https://devs.polygonid.com/docs/js-sdk/js-sdk-dynamic-did)
Iden3comm (2.1.0)
- Refresh service support
go-schema-processor (2.2.0)
- Support Refresh Service and Display method for W3C credentials
- Removed the unsupported 'github.com/ipfs/go-ipfs-api' package and replaced it with an equivalent interface
go-iden3-auth (2.1.0)
- Support v3 beta circuit
iden3/contracts (1.4.5)
- Added v3 validator
- Deployed upgradable version for Onchain RHS
0xPolygonID/contracts
- Examples for v3 validator and selective disclosure request: https://github.com/0xPolygonID/contracts/tree/main/contracts/examples