Releases: 0xPolygonID/polygonid-flutter-sdk
Releases · 0xPolygonID/polygonid-flutter-sdk
v2.3.5+1
What's Changed
🔥 Hot Fixes
- hotfix: Issue with utf-8 chars not parsed correctly by @plusema86 in #460
Full Changelog: v2.3.5...v2.3.5+1
v2.3.5
v2.3.4
What's Changed
- chore(auth with token connection timeout): by @plusema86 in #446
Full Changelog: v2.3.3...v2.3.4
What's Changed
- chore(auth with token connection timeout): by @plusema86 in #446
- Update pubspec.yaml by @5eeman in #447
Full Changelog: v2.3.3...v2.3.4
v2.3.3
What's Changed
- Fixed next request parsing for auth. by @5eeman in #429
- Updated dependencies. by @5eeman in #430
- removed refresh service workaround by @plusema86 in #432
- Made readable exceptions in console. by @5eeman in #431
- fixed issue of circuits zip file with subfolder by @plusema86 in #433
- Fixed onchain fetch chain selection. by @5eeman in #434
- Removed unused proof query code. by @5eeman in #437
- update README with rebranding by @0xpulkit in #435
- Updated rapidsnark lib to 0.0.4. by @5eeman in #436
- SMT old node support by @plusema86 in #438
- Accept sort order input on get claims entry point by @plusema86 in #439
- added credential proposal to interaction by @plusema86 in #440
- Made circuits background download. by @5eeman in #441
- updated clib that includes support of zkEVM by @plusema86 in #442
- Fixed credential caching. by @5eeman in #443
- Updated version. by @5eeman in #445
New Contributors
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
- feat: Error reporting system by @plusema86 in #328
- SDK improvements by @plusema86 in #332
- Feature/new libpolygonid a by @plusema86 in #333
- Fix/clibs by @plusema86 in #336
- README updates by @famousj in #335
- v2.2.8+1 release by @plusema86 in #338
- v2.2.8+1 release (#338) by @plusema86 in #339
- Update Docs link by @cerberushades in #342
- Fix/rev status by @plusema86 in #343
- Add support for public/private profiles by @famousj in #347
- chore: Automatically close state issues after 30 days of inactivity by @x1m3 in #349
- feat: Add support for positive integer type on proof request query by @plusema86 in #350
- Fix/pid 1265 get claims by @jrl351 in #353
- Update logging, added main flow tags. by @5eeman in #358
- fix issues in babyjubjub rust codes by @yushihang in #352
- Linter fixes by @jrl351 in #360
- Feature/pid1558 new circuit v3 by @5eeman in #359
- Feature/pid1503 refresh credential service by @plusema86 in #361
- fix the issue of not returning elements with successful proofType comparisons by @yushihang in #363
- Added credential display type capability. by @5eeman in #364
- Fixed circuit file match by id. by @5eeman in #367
- Feature/pid1655 credential status update message by @plusema86 in #368
- Fix for circuit v3 file match, libs update. by @5eeman in #369
- feat: credential raw value field by @plusema86 in #371
- HashDTO issue on equal operator by @plusema86 in #372
- feat(exception): custom circuits not downloaded exception by @plusema86 in #373
- chore(versioning): pre release versioning by @plusema86 in #374
- chore(githubActions): publish job by @plusema86 in #376
- Fixed claim display type mapper. by @5eeman in #378
- Refactored env entity, added chains and DID methods support. by @5eeman in #379
- Extended auth flow by @5eeman in #380
- credential sort order enum by @plusema86 in #382
- Improvements by @plusema86 in #381
- add @pragma('vm:entry-point') to init() by @yushihang in #366
- Fix/small fixes by @plusema86 in #384
- Onchain claim fetch by @5eeman in #383
- free ffi allocated memory using malloc.free() by @yushihang in #386
- Refactored SDK to only fetch credentials instead of fetch and save. by @5eeman in #387
- update c-polygonid lib version 2.2.7 to support polygon amoy testnet by @plusema86 in #389
- embedded issuers by @plusema86 in #388
- remove unused code by @yushihang in #392
- credential proposal object by @plusema86 in #394
- Removed deprecated env. by @5eeman in #396
- EnvEntity typo in README by @Nazianzenov in #397
- Linked proofs and multi query by @plusema86 in #398
- auth claim nonce passed as parameter, default value if left blank by @plusema86 in #399
- Feature/problem report didcomm message by @plusema86 in #400
- update license by @pragmatos in #402
- Fix/exists operator bug by @plusema86 in #401
- circuit not downloaded exception by @plusema86 in #403
- refresh credential on verification flow by @plusema86 in #404
- Added skip env check skip possibility for add profile. by @5eeman in #405
- updated c-polygonid lib from main branch with commit 94af320e by @plusema86 in #406
- Added possibility to add existing profile to identity. by @5eeman in #409
- Remove unused imports & fix "version solving failed" error by @yushihang in #410
- Format chore. by @5eeman in #411
- changed cache policy and accept not changed statusCode (304) by @plusema86 in #414
- Custom exception with mandatory error message by @plusema86 in #413
- Feature/separate fetch and save claims by @plusema86 in #415
- Payment flow. by @5eeman in #416
- Payment and develop by @plusema86 in #417
- update c polygonid lib by @plusema86 in #418
- SDK refactor, removed layer of DTOs. Added method channel for Android groth16prove by @5eeman in #419
- add cstringFree(resultPtr) to verifyPoseidon() by @yushihang in #407
- Handle big numbers in message signature validation by @olomix in #420
- Fixed proof generation. by @5eeman in #422
- Feature/pid2274 support privado network by @plusema86 in #424
- Removed method channel. by @5eeman in #423
- Fixed isolate error tracing. by @5eeman in #425
New Contributors
- @famousj made their first contribution in #335
- @cerberushades made their first contribution in #342
- @x1m3 made their first contribution in #349
- @jrl351 made their first contribution in #353
- @yushihang made their first contribution in #352
- @Nazianzenov made their first contribution in #397
- @pragmatos made their first contribution in #402
- @olomix made their first contribution in #420
Full Changelog: v2.2.8...v2.3.2
v2.3.1
What's Changed
🚀 New Features
- Linked proofs and multi query by @plusema86 in #398
- Problem report didcomm message by @plusema86 in #400
- Added skip env check skip possibility for add profile. by @5eeman in #405
- Added possibility to add existing profile to identity. by @5eeman in #409
🧰 Maintenance
- EnvEntity typo in README by @Nazianzenov in #397
- Auth claim nonce passed as parameter, default value if left blank by @plusema86 in #399
- Update license by @pragmatos in #402
- Circuit not downloaded exception by @plusema86 in #403
- Updated c-polygonid lib from main branch with commit 94af320e by @plusema86 in #406
- Format chore. by @5eeman in #411
🐛 Bug Fixes
- Fix/exists operator bug by @plusema86 in #401
- Refresh credential on verification flow by @plusema86 in #404
- Remove unused imports & fix "version solving failed" error by @yushihang in #410
New Contributors
- @Nazianzenov made their first contribution in #397
- @pragmatos made their first contribution in #402
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
🚀 New Features
- Extended auth flow by @5eeman in #380
- credential sort order enum by @plusema86 in #382
- Onchain claim fetch by @5eeman in #383
- Embedded issuers by @plusema86 in #388
- Credential proposal object by @plusema86 in #394
🧰 Maintenance
- Refactored env entity, added chains and DID methods support. by @5eeman in #379
- Improvements by @plusema86 in #381
- Add @pragma('vm:entry-point') to init() by @yushihang in #366
- Free ffi allocated memory using malloc.free() by @yushihang in #386
- Refactored SDK to only fetch credentials instead of fetch and save. by @5eeman in #387
- update c-polygonid lib version 2.2.7 to support polygon amoy testnet by @plusema86 in #389
- Removed deprecated env. by @5eeman in #396
🐛 Bug Fixes
- Fixed claim display type mapper. by @5eeman in #378
- Fix/small fixes by @plusema86 in #384
Full Changelog: v2.2.9...v2.3.0
v2.2.9
What's Changed
🚀 New Features
- feat: Error reporting system by @plusema86 in #328
- feat: new libpolygonid a by @plusema86 in #333
- feat: Add support for public/private profiles by @famousj in #347
- feat: Add support for positive integer type on proof request query by @plusema86 in #350
- feat: new circuit v3 by @5eeman in #359
- feat: refresh credential service by @plusema86 in #361
- feat: Added credential display type capability. by @5eeman in #364
- feat: credential status update message by @plusema86 in #368
- feat: credential raw value field by @plusema86 in #371
- feat: custom circuits not downloaded exception by @plusema86 in #373
🧰 Maintenance
- chore: SDK improvements by @plusema86 in #332
- chore: README updates by @famousj in #335
- chore: Update Docs link by @cerberushades in #342
- chore: Pre release PR by @plusema86 in #345
- chore: Automatically close state issues after 30 days of inactivity by @x1m3 in #349
- chore: Update logging, added main flow tags. by @5eeman in #358
- chore: pre release versioning by @plusema86 in #374
- chore: publish job by @plusema86 in #376
🐛 Bug Fixes
- fix: clibs by @plusema86 in #336
- fix: rev status by @plusema86 in #343
- fix: get claims by @jrl351 in #353
- fix: fixed issues in babyjubjub rust codes by @yushihang in #352
- fix: Linter fixes by @jrl351 in #360
- fix: fix the issue of not returning elements with successful proofType comparisons by @yushihang in #363
- fix: Fixed circuit file match by id. by @5eeman in #367
- fix: Fix for circuit v3 file match, libs update. by @5eeman in #369
- fix: HashDTO issue on equal operator by @plusema86 in #372
New Contributors
- @famousj made their first contribution in #335
- @cerberushades made their first contribution in #342
- @x1m3 made their first contribution in #349
- @jrl351 made their first contribution in #353
- @5eeman made their first contribution in #358
- @yushihang made their first contribution in #352
Full Changelog: v2.2.8...v2.2.9
v2.2.8+2
What's Changed
- Feature/pid1102 error reporting system by @plusema86 in #328
- SDK improvements by @plusema86 in #332
- Feature/new libpolygonid a by @plusema86 in #333
- Fix/clibs by @plusema86 in #336
New Contributors
- @cerberushades made their first contribution in #342
Full Changelog: v2.2.8+1...v2.2.8+2