Releases: worldcoin/iris-mpc
Releases · worldcoin/iris-mpc
v0.5.0
Changes
- Basic cpu iris search using HNSW (#327) @rdragos
- chore: Bump CUDA toolkit to 12.6 (#350) @wojciechsromek
- deploy iris-mpc v0.4.10 (#346) @eaypek-tfh
Features
- Feat/upgrade protocol refactor (#359) @carlomazzaferro
- use correct url for pub key, add upgrade-checker binary (#358) @carlomazzaferro
- [POP-1861] Provide scripts to reset the queues and dbs in the SMPCv2 stage (#353) @wojciechsromek
- overwrite deleted records in memory (#347) @philsippl
Bug Fixes
- various fixes (#357) @philsippl
Maintenance
- Feat/upgrade protocol refactor (#359) @carlomazzaferro
- [POP-1861] Provide scripts to reset the queues and dbs in the SMPCv2 stage (#353) @wojciechsromek
v0.4.10
Changes
- Parse message attributes from SQS body (#345) @eaypek-tfh
- bump version to 0.4.9 (#338) @eaypek-tfh
Bug Fixes
- Fix/tcp routing for upgrade protocol (#344) @wojciechsromek
- fix: Prevent matching the http route (#343) @wojciechsromek
- fix: Restore the old ingresses (#342) @wojciechsromek
- fix: Restore regular ingress to fix endpoints (#341) @wojciechsromek
- Fix/tcp routing for upgrade protocol (#340) @wojciechsromek
- fix: Make sure we route TCP traffic (#339) @wojciechsromek
v0.4.9
v0.4.8
Changes
- Send identity deletion results to sns (#335) @eaypek-tfh
Features
- make batch size configurable (#326) @philsippl
Bug Fixes
- fix: Do not delay healthcheck on upgrade (#334) @wojciechsromek
- do not use loopback interface (#333) @carlomazzaferro
- do not use loopback (#332) @carlomazzaferro
v0.4.7
Changes
Bug Fixes
- fix: Provide separate URL for masks DB (#331) @wojciechsromek
Maintenance
- fix: Provide separate URL for masks DB (#331) @wojciechsromek
v0.4.6
Changes
- remove deg2 encoding (#330) @philsippl
- Process identity deletion requests in postgres db (#328) @eaypek-tfh
- Accept identity deletion requests (#320) @eaypek-tfh
- releases (#325) @carlomazzaferro
Bug Fixes
- fix cli args for hostname (#329) @carlomazzaferro
v0.4.5
Changes
- chore: Add ingresses to upgrade servers (#323) @wojciechsromek
- bump: Upgrade server version (#321) @wojciechsromek
Bug Fixes
- fix: Ingress config for upgrade servers (#324) @wojciechsromek
- upgrade server healthcheck (#322) @carlomazzaferro
v0.4.4
What's Changed
- Deploy release 0.4.3 by @mircobordoni in #309
- Generate 10k codes when server starts by @mircobordoni in #310
- Add binaries for upgrade server and client by @danielle-tfh in #311
- Fetch shares for batch concurrently by @philsippl in #303
- use transmute instead of pointer casting by @dkales in #313
- Sync batch results across nodes by @philsippl in #312
- Remove OTP feature flag (always use OTP) by @philsippl in #315
- build(deps): bump tokio from 1.39.3 to 1.40.0 by @dependabot in #301
- deploy values for upgrade server in all stage accts by @carlomazzaferro in #314
- Import CPU code by @dkales in #292
New Contributors
- @danielle-tfh made their first contribution in #311
Full Changelog: v0.4.3...v0.4.4
v0.4.3
Changes
- POP-1834 Remove in mem shares generation in favour of the db (#308) @mircobordoni
- make it more explicit that the DB starts at 1 (#296) @dkales
- Release 0.4.2 (#307) @mircobordoni
v0.4.2
Changes
- Rename image to iris-mpc (#305) @mircobordoni
- Releasing 0.4.1 (#304) @mircobordoni
Bug Fixes
- [POP-1834] Fix code len (#306) @mircobordoni
- Don't use default stream for heartbeat (#300) @philsippl