Releases: CirclesUBI/circles-core
Releases · CirclesUBI/circles-core
v4.10.2
What's Changed
- Remove attempting to send the source token before pathfinder call by @llunaCreixent in #261
Full Changelog: v4.10.1...v4.10.2
v4.10.1
What's Changed
- reduce trust requirement from 3 to 1 by @shorn-gnosis in #253
- Fix js grammar by @llunaCreixent in #259
- Select token for paying fees that are not used in transitive transfer by @llunaCreixent in #258
New Contributors
- @shorn-gnosis made their first contribution in #253
Full Changelog: v4.10.0...v4.10.1
v4.10.0
What's Changed
- Bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #248
- Bump es5-ext from 0.10.62 to 0.10.64 by @dependabot in #250
- Bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #249
- Bump express from 4.18.2 to 4.19.2 by @dependabot in #252
- Create methods for profile migration consent feature by @llunaCreixent in #255
Full Changelog: v4.9.1...v4.10.0
v4.9.1
What's Changed
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #246
- Bump nanoid from 3.1.25 to 3.3.3 by @dependabot in #245
- Bump postcss from 8.4.24 to 8.4.31 by @dependabot in #242
- Fix avatar upload by @llunaCreixent in #247
Full Changelog: v4.9.0...v4.9.1
v4.9.0
[4.9.0] - 2023-10-17
What's Changed
- Delete user (to delete all profile user data) by @llunaCreixent in #240
- Add Avatar module (delete and upload) by @llunaCreixent in #243
Full Changelog: v4.8.0...v4.9.0
v4.8.0
[4.8.0] - 2023-10-02
What's Changed
- getNetwork has complete functionality for mutual connections by @louilinn in #236
Simplified Graph query to include all trusters and trustees plus all trusters of trustees in getNetwork. Querying trusters of trustees makes it possible to loop over these trusters and add the trustee in the mutual connections of the truster connection object. This means that all accounts that have mutual connections will be in the response of getNetwork. Previously mutual connections were only available for directly connected accounts, i.e. accounts that were directly trusting or was directly trusted by the account in question.
Full Changelog: v4.7.3...v4.8.0